-
Notifications
You must be signed in to change notification settings - Fork 11
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
Does it support the type like "unsigned char *"? #99
Comments
Basically |
Thank you for timely reply. |
What happens if you simply run |
I run
|
Ok,
Besides, you can set the version of the Windows Python interpreter to something more recent, say a 3.8 or 3.9, via the For further debugging: What Linux distribution/version is this ( What version of Wine ( |
Thanks a lot for your response.
It still shows that error above when I run
I modified
there is Linux version and Wine version:
Thank you for your patience. |
I misread you initial issue - it looked very similar to something that I had seen before many times due to the lack of formatting, but it is different.
|
Thank you for responsing. |
Hi, Thank you for your awesome work.
I have a question, does it support the type like "unsigned char *" , I test in ctypes, "unsigned char *" can be indicated as "ctypes.POINTER(ctypes.c_ubyte)" ,is that the same in zugbruecke?
The text was updated successfully, but these errors were encountered: