Search found 256 matches

by Rens
Jul 30, 2005 7:08
Forum: General
Topic: Making a library if i have a working dll
Replies: 6
Views: 2861

Making a library if i have a working dll

Hi, If i have a working inpout32.dll and a corresponding definition file can someone tell me how to make a library and how to use it? (You can get the dll from http://www.logix4u.net/) Contents of definition file inpout32drv.def: LIBRARY INPOUT32 EXPORTS Inp32 @1 Out32 @2 How to make a lib file (how...