Silverfrost Forums

Welcome to our forums

Linking c++ dlls to ftn 95 software

31 Aug 2005 7:12 #299

Further to last message I have now resolved all symbols except solveroptimize [yes I have checked the spelling in all the code and also a dump of the export lib...] but now have the following:- WARNING the following symbols are missing: solveroptimize e:\splat\software\solver_testsmall_sdk.obj (E:\SPLAT\SOFTWARE\SOLVER_TESTSMALL_SDK.F90) _imp__LoadLibraryA E:\SPLAT\Software\fpsdk.lib (/0 ) (.\Release\SolverSDK.obj) *** Imported common not satisfied: LoadLibraryA@4 _imp__GetProcAddress E:\SPLAT\Software\fpsdk.lib (/0 ) (.\Release\SolverSDK.obj) *** Imported common not satisfied: GetProcAddress@8 _fltused E:\SPLAT\Software\fpsdk.lib (/0 ) (.\Release\SolverSDK.obj) *** Imported common references not satisfied or Imported data missing

Link errors encountered

does this mean that the dll for which I have linked in the library is now looking for loadlibrarya and getprocaddress etc....are these c++ routines that need to be imported from yet another dll??

Any advice most welcome

George Mitchell

31 Aug 2005 12:07 #302

Please refer to the other correspondance on this issue.

Please login to reply.