Pelles C forum

C language => Tips & tricks => Topic started by: Gerome on January 09, 2005, 04:37:51 PM

Title: DEF Files
Post by: Gerome 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 ;)