Hi,
I have a ftn95.exe which uses an ftn95.dll. This ftn95.dll uses an ftn95 static lib. This ftn95 static lib uses a cpp.dll
I seem to be unable to link the above. Everything links and runs perfectly if I import the cpp.dll in the ftn95.dll instead.
I am using vs2010 and I have added references by editing the project files with a text editor.
Please could somebody tell me if there are any known issues with using static libs between .dlls like this?
cheers