Software Archive
Read-only legacy content
17061 Discussions

Creating a .mod file

Intel_C_Intel
Employee
198 Views
How do you create a mod file? I can't find anything in the documentation (within the compiler or in the Programmer's Guide).

In order to understand this approach, I would like to build a "Hello World" application using a main program that calls a mod file.

I would appreciate any instructions and especially an example of the source code.

Thanks

Dave
0 Kudos
1 Reply
wkramer
Beginner
198 Views
You have to create a module (see documentation for module). The compiler will create the .mod file for you. See the documentation for the USE statement on how to make the contents of the module available to the main program.

Walter Kramer
0 Kudos
Reply