root/trunk/def/readme.txt

Revision 19, 290 bytes (checked in by jcc7, 7 years ago)

def usage tip

Line 
1 Export definiton files for win32 dll -> dmd interfacing:
2
3 Use in the same way you would use an implib for linking into your application:
4
5 dmd -ofmyprogram.exe myprog.obj win32lib.def
6
7
8
9 You can use a .def to create a .lib (using DM's implib):
10
11 implib shell32.lib shell32.def
Note: See TracBrowser for help on using the browser.