Forum: Support Posted: Tue Aug 17, 2010 9:10 am Subject:
The DLL is built using VS 2005 and all exported functions are defined as STDCALL (WINAPI). Function in ftn95 is defined as stdcall func 'exportedfunc' (val, val) : integer * 2.
I seem unable to link to my external DLL when using the VS 2008 IDE and modifying the project properties (probably because I do not know what setting to change).