http://bugs.winehq.org/show_bug.cgi?id=27914
Summary: Simple Screenshot-Code doesn't work Product: Wine Version: unspecified Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: user123@trash-mail.com
Hello,
I copied a simple Screenshot code and made some easy changes on it. The Screenshot-Code is saved in a DLL an i call its function 'int do_screenshot(char*)'.
There are 3 files: - w32ss.cpp Implementation of the Screenshot-Logic. - w32ss.hpp Header of w32ss.cpp (export do_screenshot for C) - w32ss_test Test-Program for the dll.
The program is very small and easy. I compiled it with the Microsoft C++ Compiler and MinGw on Windows. Both binaries work on Windows.
On Wine the Test-Output works and the tool finishes, but the screenshot-file is not created. I don't know why.
best regards