-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dragdrop.nim + x86_64-w64-mingw32-gcc = Error: unhandled exception: wDataObject creation failed [wDataObjectError] #106
Comments
UPDATE: I've added the My target would be to develop it on linux, so I went on testing for a while:
|
I gave the binary to a wine dev for a quick look and he confirmed the issue and suggested me to take it to bugs.winehq.org |
I've compiled all examples and only 3 are affected by this problem:
the very same binaries run correctly on windows |
wDataObject used some undocumented Windows tech whitch maybe not implemented on wine. |
👋 what about
Thanks for this great library! Amazing work! |
I'm trying to run
dragdrop.nim
example on ubuntu 20.04 x86_64 as PE32+config.nims
nim c -r -d:crosswin dragdrop.nim (straight from example, except for
resource.nim
)wine gui.exe
nim -v
The text was updated successfully, but these errors were encountered: