digitalmars.D.dwt - Exception - PrintWindow not found in User32.dll
- tao <Tu.Andrey gmail.com> Nov 20 2008
- Frank Benoit <keinfarbton googlemail.com> Nov 20 2008
- tao <Tu.Andrey gmail.com> Nov 21 2008
- Frank Benoit <keinfarbton googlemail.com> Nov 22 2008
Hello. I'am build DWT examples and run them on WinXP. All OK. When I try to run them on Win2000: Exception - PrintWindow not found in User32.dll(yes, there is no PrintWindow in Win2000 and lower). How I can solve this problem ?
Nov 20 2008
tao schrieb:Hello. I'am build DWT examples and run them on WinXP. All OK. When I try to run them on Win2000: Exception - PrintWindow not found in User32.dll(yes, there is no PrintWindow in Win2000 and lower). How I can solve this problem ?
Right, i fixed it in the HG repository. http://www.dsource.org/projects/dwt-win/changeset/322%3A2b8f40a1c515 Thanks for reporting this.
Nov 20 2008
Thanks. But don't work, I rebuild DWT and examples: object.Exception - Access violation.
Nov 21 2008
tao schrieb:Thanks. But don't work, I rebuild DWT and examples: object.Exception - Access violation.
With which of the examples do you get this?
Nov 22 2008








Frank Benoit <keinfarbton googlemail.com>