I'm moving my sw from old Visual C++ to Visual Studio 2015 in Windows Seven environment.
My sw is written in C plus Fortran (INTEL 7.0 compiler) to interface with IMSL (7.0) library.
No problem in recompiling it and running on my developing PC.
When I move to another PC with 32 bit release I get this error: 0xc000007b
Unfortunately my sw has to run on a industrial PLC that supports only 32 bit code.
I suppose I'm using IMSL in dll mode becausethe application needs imsl_dll.dll to run.
I tried to avoid the problem linking in statically mode (to be honest this way is not recommended)
but i didn't find the way to avoid a lot of unresolved symbols.
Thanls in advance
↧
0xc000007b Error
↧