I am writing a FTN95 application which uses ClearWin to produce a GUI (hence there are call-back functions in the program). The program uses several STDCALL statements to set up function calls to a DLL which is supplied by the manufacturer of an interface card which the application is controlling.
Where do I put the STDCALL statements? Should they be all in the main program (i.e. before ClearWin calls the call-back functions) or should they be repeated in each call-back function (assuming that this has a reference within it to a particular DLL function)?
Barry Chambers