[question] Iex For Win2k

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.

#155185

Please remember to tag your threads, ill tag this one as a [Question] Thread ;)

----------------------

The Topic Has Been Tagged tag.gif

// Seph

#155200

Nope, no version for Win2K sorry.

Plus, iEx is not supported anymore :/

cya

siwu

#155212

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.

#155955

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

#156088

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.

#156111

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

#156312