-
-
Notifications
You must be signed in to change notification settings - Fork 127
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
Go 1.3 support #15
Comments
any feedback on that? |
Compiles just fine under 1.3.3 on windows. |
can you upload some more examples or screenshots? |
Failed to mention that I am using the source code for the windows example. |
@dennisfischer Can you provide more details? What OS? What is the crash error message / code / stack? |
I've run the provided examples with Windows 8.1 x64, with a 32 bit 1.3 golang and a 32 bit mingw installation. The examples crashed as soon as I clicked a hyperlink. Some crashed right after the start for no obvious reason. With 1.3.3 golang installation, this looks fine now. Looks like you didn't change any of the codebase, so maybe it was a golang compiler bug? Regards, |
There were no changes to cef2go codebase since the creation of this issue. I've read Go 1.3 changelog and didn't see any backward compatibility breaks that wouldn't be detected during compilation phase. So it looks like a bug in early Go 1.3 release that was fixed later on. |
With Go 1.3 the project compiles - but the example most likely crashes under Windows.
The text was updated successfully, but these errors were encountered: