NO

Author Topic: DEF Files  (Read 4173 times)

Gerome

  • Guest
DEF Files
« on: January 09, 2005, 04:37:51 PM »
Hi,

This kinda DEF file is accepted by the PellesC compiler :)

Code: [Select]

EXPORTS
DllMain    @1
FooGetPrivateProfileString  @2
FooSetPrivateProfileString  @3


Just have to provide some WINAPI functions and the -def:mydeffile.def into the LINKER settings :)

Enjoy ;)