View previous topic :: View next topic |
Author |
Message |
GMMitchell
Joined: 26 Aug 2005 Posts: 3
|
Posted: Wed Aug 31, 2005 8:12 am Post subject: Linking c++ dlls to ftn 95 software |
|
|
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:splatsoftwaresolver_testsmall_sdk.obj
(E:SPLATSOFTWARESOLVER_TESTSMALL_SDK.F90)
_imp__LoadLibraryA E:SPLATSoftwarefpsdk.lib (/0 )
(.ReleaseSolverSDK.obj)
*** Imported common not satisfied: LoadLibraryA@4
_imp__GetProcAddress E:SPLATSoftwarefpsdk.lib (/0 )
(.ReleaseSolverSDK.obj)
*** Imported common not satisfied: GetProcAddress@8
_fltused E:SPLATSoftwarefpsdk.lib (/0 )
(.ReleaseSolverSDK.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 |
|
Back to top |
|
|
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8036 Location: Salford, UK
|
Posted: Wed Aug 31, 2005 1:07 pm Post subject: Linking c++ dlls to ftn 95 software |
|
|
Please refer to the other correspondance on this issue. |
|
Back to top |
|
|
|