Hi!
I'm having problems with a program, built using VC8 and an SDK generated
with PB5. The problem is that if I build the program normally, it doesn't
run because it fails to find some symbols that from msvcrt80d.
Now, if I add this DLL [1] to the deployed DLL manually (is there a way to
automatically upload all required DLLs, btw?) and run the program, it fails
before entering main with a stack corruption (I guess the DLL from VC8 is
simply not the right one).
If I then go and tell the linker /nodefaultlib:msvcrtd.lib I'm lackin the
mentioned __CxxFrameHandler3.
Any ideas what I'm doing wrong? Any idea where this dependency comes from in
the first place?
Uli
[1] The DLL is not part of the SDK but only in the VC8 installation. Is
there perhaps something I should have configured in the SDK/PB-project to
get a proper version included in the image?