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.
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.
Please remember to tag your threads, ill tag this one as a [Question] Thread ![]()
----------------------
The Topic Has Been Tagged 
// Seph
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.
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
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.
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