D
David M Cotter
Guest
I am able to create a test proj in vs2017, loads the CLI / C# wrapper dll, and calls into it. it works!
but if i use that built dll in a proj created with vs2008, it crashes. I expect it's something about the CRT version? but i don't know how to fix it.
if you're curious, you can see the project here:
davecotter/PaddleCPP-Windows
in vs2017, go into PaddleExample and load PaddleExample.sln, build the x86/debug config.
then in vs2008, go into PaddleExample2008, load PaddleExample2008.sln, and read the readme to learn how to stage it (Basically copy the dll results from the 2017 project into the 2008 project)
then build and run, and CRASH.
Hints? tips?
free Karaoke software if you can solve this! ;-)
-dave
Continue reading...
but if i use that built dll in a proj created with vs2008, it crashes. I expect it's something about the CRT version? but i don't know how to fix it.
if you're curious, you can see the project here:
davecotter/PaddleCPP-Windows
in vs2017, go into PaddleExample and load PaddleExample.sln, build the x86/debug config.
then in vs2008, go into PaddleExample2008, load PaddleExample2008.sln, and read the readme to learn how to stage it (Basically copy the dll results from the 2017 project into the 2008 project)
then build and run, and CRASH.
Hints? tips?
free Karaoke software if you can solve this! ;-)
-dave
Continue reading...