[question] Iex For Win2k
Rate Topic:




-
Group:
Member
-
Posts:
1
-
Joined:
03-May 04
Posted 03 May 2004 - 08:57 AM
Hi,
iEX is working great on XP
On Win2K it reports missing PrintWindow in user32.dll
Is there a version/port on/to Win2K ?
Tx
A.
0
-
Group:
Member
-
Posts:
6,983
-
Joined:
15-May 03
Posted 03 May 2004 - 09:19 AM
Please remember to tag your threads, ill tag this one as a [Question] Thread
----------------------
The Topic Has Been Tagged
// Seph
0
-
Group:
Developers
-
Posts:
441
-
Joined:
09-May 03
Posted 03 May 2004 - 09:51 AM
Nope, no version for Win2K sorry.
Plus, iEx is not supported anymore :/
cya
siwu
0
-
Group:
Member
-
Posts:
2
-
Joined:
19-April 04
Posted 04 May 2004 - 10:26 AM
Siwu,
Is there no Win2K version because PrintWindow isn't available from User32.dll on these systems? If I can knock together a dll that implements this would a Win2K version be possible? I could make it a stub so that it uses PrintWindow from user32.dll when available or it's own implementation if not.
Cheers,
Rich.
0
-
Group:
Developers
-
Posts:
441
-
Joined:
09-May 03
Posted 04 May 2004 - 05:03 PM
Maybe you should try to put a windows xp user32.dll in the same directory than iEx.exe, but I don't know if it'll work :/
Give me some feedbacks if it does
siwu
0
-
Group:
Member
-
Posts:
2
-
Joined:
19-April 04
Posted 04 May 2004 - 05:56 PM
nope - the XP version of user32.dll has dependencies on the XP version of kernel32.dll.
Like I say, if that's the only function that's preventing a Win2K version I could produce a DLL that implements it though.
0
-
Group:
Developers
-
Posts:
441
-
Joined:
09-May 03
Posted 04 May 2004 - 10:21 PM
Well, actually PrintWindow() is not a simple "capture API".
Because you can also capture overlapped or even hidden windows. Actually PrintWindow() relies on API hooking to do his duty.
But I plan to make a custom PrintWindow() API, to make it useable for Win2k users. But for now it's not a priority
siwu
0