Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Trouble running FM9 DLL on other PCs

New Here ,
Aug 31, 2010 Aug 31, 2010

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

TOPICS
Structured
287
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Mentor ,
Aug 31, 2010 Aug 31, 2010
LATEST

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines