Mon, 10 May 2004 10:29:34 +0100 Mike Hearn Wrote:
What sort of program is this? The only use of CreateRemoteThread that I'm aware of is for bots like Kore which inject themselves into games to perform remote control.
United Devices Agent is a distributed computing application like setiathome but used for cancer/smallpox research in an attempt to find cures.
Wait a minute: CreateRemoteThread() doesn't exist in win98 either. How does UD behaves under Wine with [Version] set to win98?
Saulius Krasuckas Wrote:
Wait a minute: CreateRemoteThread() doesn't exist in win98 either. How does UD behaves under Wine with [Version] set to win98?
My wine conf is set to win98 and those are the error msgs I get. According to MS VS6 documentation, CreateRemoteThread() is supported with win 98 and newer versions even though most believe it is NT/2000 only. Only the "lpSecurityDescriptor" of the SECURITY_ATTRIBUTES structure is ignored by non window NT OS's.
Albeit coincidental, United Devices states the agent will not work with win95 and earlier versions, and this call is only win98 and newer.
Thanks, Roger