Skip to main content
Participating Frequently
August 31, 2010
Question

Trouble running FM9 DLL on other PCs

  • August 31, 2010
  • 1 reply
  • 275 views

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

This topic has been closed for replies.

1 reply

Legend
August 31, 2010

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