Page 1 of 1

I can't get it work

PostPosted: Sun Aug 24, 2014 1:26 pm
by sebfischer83
Hi,

I cant get Cefglue to work...
I download the sources from bitbucket, compile it everything ok so for, I download the cef version mentioned on bitbucket and extract the release files of the package to my output folder eg. winforms test project...
now when I launch it, I get a system.accessviolationexception. Why?

Re: I can't get it work

PostPosted: Sun Jul 19, 2015 9:43 am
by chongzi1031
I got this question too,do you have solved it ?could you tell me how to solve it?

Re: I can't get it work

PostPosted: Wed Nov 18, 2015 6:04 am
by AlexR
Do you have a 64-bit windows on your machine?

It is possible that the problem caused by your platform target settings.
CEF is a 32-bit native library, so, you have to set platform target to x86 in project settings for all projects in yout application.