News:

Download Pelles C here: http://www.smorgasbordet.com/pellesc/

Main Menu

DEF Files

Started by Gerome, January 09, 2005, 04:37:51 PM

Previous topic - Next topic

Gerome

Hi,

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


EXPORTS
DllMain    @1
FooGetPrivateProfileString  @2
FooSetPrivateProfileString  @3


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

Enjoy ;)