| |
grennouille
Registered: Jul 2008 Posts: 222 |
An alternative to PSid working on 64bits WIn
Do someone know if there is an alternative to Psid http://sourceforge.net/projects/psid64/files/
cuz it ain't working on Win7-64bits |
|
| |
iAN CooG
Registered: May 2002 Posts: 3186 |
No other cross tool like psid64 is out there to my knowledge. You can try to rebuild it with a 64bit C compiler but I wouldn't hold my breath. |
| |
SIDWAVE Account closed
Registered: Apr 2002 Posts: 2238 |
Now, win 7 has support to run old/32bit programs not ? sort of like a win xp inside win 7, a dosbox ? i read all kinds of things that win 7 can do, check it out ? (dont run it myself yet) |
| |
A Life in Hell Account closed
Registered: May 2002 Posts: 204 |
It builds on 64bit linux, so I'd assume it builds on 64bit windows as well, if anyone bothered to do so :). I'm actually surprised it doens't work out of the box on 64bit windows.... wtf could it be doing to cause that?
(disclaimer: i had to add a #include<stdlib> into ConsoleApp.cpp, but that's a gcc-4.4/c++0x ism, not a 64bit vs 32bit ism :)) |
| |
SIDWAVE Account closed
Registered: Apr 2002 Posts: 2238 |
Probably the compiler has made a non compatible reloc chunk:
-
CWSDPMI r5 Copyright (C) 2000 CW Sandmann (sandmann@clio.rice.edu).
The stub loader is Copyright (C) 1993-1995 DJ Delorie.
Permission granted to use for any purpose provided this copyright
remains present and unmodified.
This only applies to the stub, and not necessarily the whole program.
-
this crap is so old, that its a wonder it even works on XP :D |
| |
A Life in Hell Account closed
Registered: May 2002 Posts: 204 |
CWSDPMI???! Oh, that'll be why.... it's a dos executable, not a win executable, and dos executables don't work on win64 :). If someone compiles this with mingw32 or msvc, it'll be fine. |
| |
yago
Registered: May 2002 Posts: 333 |
interesting handle, "SQL ERROR; field 'handle' not found" ;-) |
| |
iAN CooG
Registered: May 2002 Posts: 3186 |
PSID64 V0.8 |