Silverfrost Forums

Welcome to our forums

WIN32 API Header Files

25 May 2008 5:21 #3255

Currently, I'm programming a Windows application where I need to use specific API functions. The FTN95 compiler is not delivering all required header files as shown in the include directory (e.g. shlobj.h, objbase.h etc.).

Do you know links to download missing header files which are compatible to use for compiling with SCC? This would be very helpful.

WoSl

26 May 2008 1:02 #3258

At the moment you will need to create your own header files for the functions that you want to use. You can use the supplied header files for other DLLs as examples in order to work out the details.

Sometimes the Microsoft version of a header file will work but often you will need to extract only the interfaces for the functions that you want to use.

Please login to reply.