64bit sdl.dll not working on other machine

Have a simple sdl test project. I want it as 64bit so I’ve compiled the lib and
dll as 64bit. No errors. Then include them in my project. Compiling again, no
errors.
All working great on my 64bit machine where I build the stuff. But on my
friends 64bit computer, it fails. Soon as I make calls to the sdl the program
crashes.
Any ideas?

Quick followup. I used visual studios x64 under config manager, based of the
VisualC project from the package.

Hello !

Have a simple sdl test project. I want it as 64bit so I’ve compiled the lib and
dll as 64bit. No errors. Then include them in my project. Compiling again, no
errors.
All working great on my 64bit machine where I build the stuff. But on my
friends 64bit computer, it fails. Soon as I make calls to the sdl the program
crashes.
Any ideas?

Sorry dumb question, but is he also
running a 64bit Windows ?

CU

Sorry dumb question, but is he also
running a 64bit Windows ?

CU

Sorry forgot to mension that.
We are both running 64bit XP sp2

Uploaded the files here so anyone can check
http://www.megaupload.com/se/?d=YAR98GLD

Hello !

http://www.megaupload.com/se/?d=YAR98GLD

I uploaded the same file to my webspace,
so people don’t have to wait the 60 seconds for this
download service :

http://www.syntheticsw.com/~wizard/tmp/sdllfiles.zip

CU

Have a simple sdl test project. I want it as 64bit so I’ve compiled the lib and
dll as 64bit. No errors. Then include them in my project. Compiling again, no
errors.
All working great on my 64bit machine where I build the stuff. But on my
friends 64bit computer, it fails. Soon as I make calls to the sdl the program
crashes.
Any ideas?

Usually this is caused by the other person not having required C runtime
files. What is the failure error message, if any? Have you installed the
Visual Studio redistributable files package on the other computer?

See ya!
-Sam Lantinga, Lead Software Engineer, Blizzard Entertainment

Torsten Giebl <wizard syntheticsw.com> writes:

Hello !

http://www.megaupload.com/se/?d=YAR98GLD

I uploaded the same file to my webspace,
so people don’t have to wait the 60 seconds for this
download service :

http://www.syntheticsw.com/~wizard/tmp/sdllfiles.zip

CU

Thank you!

Tried installing the visual studio runtime files on the computer, still not
working