cloudtrends / chromiumembedded

Automatically exported from code.google.com/p/chromiumembedded
1 stars 1 forks source link

Crashes with multi-byte application #157

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi

First of all thank you for this work, and despite the fact that i have no right 
to ask you to solve my problem here i am.

I understand that you may be doing this only with Unicode in mind, if thats the 
case i guess i will have to port my application to Unicode.

Down to business:
In Multi-byte, CEF will:
- crash the application at CefShutdown
- crash the application on maps.google.com when using the mouse wheel over the 
map.

My hope is that correcting this will be easier on cef that porting my 
application to Unicode (its big and with no Unicode concern so far)

thank you

Original issue reported on code.google.com by maxs...@hotmail.com on 22 Dec 2010 at 12:17

GoogleCodeExporter commented 9 years ago
CEF should work with multi-byte applications. Can you provide stack traces for 
the crashes?

Original comment by magreenb...@gmail.com on 22 Dec 2010 at 12:35

GoogleCodeExporter commented 9 years ago
Sorry about the miss report.
Instead of sending you the stack of my test application, i converted your test 
application (the one on the release) to multi-byte and its works.

So, the problem only manifest itself when i get a MFC application (SV2008Sp1) 
with Multi-byte. (Its works on MFC+Unicode)

I will investigate a little more. 

Original comment by maxs...@hotmail.com on 22 Dec 2010 at 10:15

GoogleCodeExporter commented 9 years ago
OK, sorry about making you loose you time.

I it was a problem of mixed libs (unicode and ansi)
Don't know way VS was compiling without errors, but it was, and then it crashed.
Corrected the libs, and everything works great now.

Thanks.

Original comment by maxs...@hotmail.com on 22 Dec 2010 at 11:10

GoogleCodeExporter commented 9 years ago

Original comment by magreenb...@gmail.com on 22 Dec 2010 at 3:30