Dll in C++.NET and "Fatal execution engine error"

  • Thread starter Thread starter PS
  • Start date Start date
P

PS

Hi

I have project in old C++ (not .NET). I have prepared .dll in C++.NET for
this old project. Project compile without any errors but after execution I
got error "Fatal execution engine error". Does anybody know where is
problem?

thanks in advance
best regards
P.
 
well i have found a very strange thing. When I have used
#pragma comment( lib, "c:\\InneProjekty\\FSMC\\Binaries\\fipc.lib" )

everything works ok.... so where is the problem?
 
Back
Top