newbe's question

Hello,
I need to use a module. I have the source.
I need to create the module and use it in a program.

Q:

  1. How do I make a module?
  2. Can the module be located in the same directory as the executable of the program it uses?
  3. what would be the extension of th emodeule ? (OBJ?)

I am using PVF in Visual 2005 environment

Thanks

Tuli

Hi Tuli,

You mean you have a module source file? If that is the case, you can put it in the same directory with other source file.

For PVF project, you can just add it to the project where your main program is and it should just compile the module for you.

The module extension is .mod.

Good luck,
Hongyon

Thanks, it worked