Hello All,
I have just installed Microsoft Visual Studio 2005 and can’t
compile DLLs that use any MSFL1 APIs. I created a new DLL referencing the MSFL1_GetDayMonthYear
API and get the following error when building:-
Test.obj : error LNK2019: unresolved external symbol
_MSFL1_GetDayMonthYear@16 referenced in function _EmptyFunc@24.\Debug/Test.dll : fatal error LNK1120: 1 unresolved
externals
I have included the following header:
#include "MSFL.h"
And have added the following directories to tools->options->projects
& solutions->VC++ Directories->Include files:
C:\Program Files\Equis\MDK\MSX\C
C:\Program Files\Equis\MDK\MSFL\Include
I installed c++ 2005 express (convert my existing Visual Studio
C++ 6 project to a 2005 solution) and that works a treat.
Must be doing summin stupid, does anyone have any ideas?
Thanks,
Shaun