According to depends.exe the executable imports the following APIs that are not available on Windows XP 64 bit:
- Wow64GetThreadContext() - Wow64SetThreadContext()
I have tried the 64bit build(Console-2.00b147-Beta_64bit) on windows server 2003, when I run the console.exe, I get the following error.
"The procedure entry point Wow64GetThreadContext couldn't be located in dynamic link library KERNEL32.dll". I believe these two errors are same.
Wish someone could've helped me.. :(
The problem is that on the x64 platform Console use Wow64SetThreadContext and Wow64GetThreadContext that are only available from Windows Vista (on the server) and from Windows Server 2008 (on the client).
I have build a new version in the console-devel branch that you can download at: https://sourceforge.net/projects/console-devel/files/console-releases/2.0b147a/
Vivian.
I've used this link https://sourceforge.net/projects/console-devel/files/console-releases/2.0b147a/
I am still getting the same error. Can you plz verify if the link is pointing to right build??
You seem to have CSS turned off. Please don't fill out this field.
Thanks, the new build works for me on XP 64 (I downloaded the ZIP file).
Log in to post a comment.
I have tried the 64bit build(Console-2.00b147-Beta_64bit) on windows server 2003, when I run the console.exe, I get the following error.
"The procedure entry point Wow64GetThreadContext couldn't be located in dynamic link library KERNEL32.dll". I believe these two errors are same.
Wish someone could've helped me.. :(
The problem is that on the x64 platform Console use Wow64SetThreadContext and Wow64GetThreadContext that are only available from Windows Vista (on the server) and from Windows Server 2008 (on the client).
I have build a new version in the console-devel branch that you can download at:
https://sourceforge.net/projects/console-devel/files/console-releases/2.0b147a/
Vivian.
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
I've used this link https://sourceforge.net/projects/console-devel/files/console-releases/2.0b147a/
I am still getting the same error. Can you plz verify if the link is pointing to right build??
Thanks, the new build works for me on XP 64 (I downloaded the ZIP file).