cztomczak / cef2go

Go lang bindings for the Chromium Embedded Framework (CEF)
https://groups.google.com/d/forum/cef2go
Other
882 stars 127 forks source link

Go 1.3 support #15

Closed dennisfischer closed 9 years ago

dennisfischer commented 10 years ago

With Go 1.3 the project compiles - but the example most likely crashes under Windows.

geraldstanje commented 10 years ago

any feedback on that?

rdyz85 commented 10 years ago

Compiles just fine under 1.3.3 on windows.

geraldstanje commented 10 years ago

can you upload some more examples or screenshots?

rdyz85 commented 10 years ago

Failed to mention that I am using the source code for the windows example.

cztomczak commented 9 years ago

@dennisfischer Can you provide more details? What OS? What is the crash error message / code / stack?

dennisfischer commented 9 years ago

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, Dennis Fischer

cztomczak commented 9 years ago

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.