Copy link to clipboard
Copied
Hello,
I am having trouble getting my DLL to work on other PCs running Windows XP.
If I copy the source code over and compile it on another machine, then it works fine on that machine. But if I just copy the DLL over, then FM 9 crashes..
Could this be an issue with registering the DLLs?
Thanks in advance for your reply,
regards,
pnk
Copy link to clipboard
Copied
Hi pnk,
What are you using to compile? If it is VC++ 9.0 (VS 2008) or newer, there are some specific project settings that you need to configure, otherwise you'll see crashes like this. I don't think it is a registration issue.
Also, a memory violation in F_ApiInitialize() can cause a crash on some computers but not others.
Russ