divyang4481 / firebreath

Automatically exported from code.google.com/p/firebreath
0 stars 0 forks source link

Build errors with VS2010 beta 2 #39

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. run fbgen.py
2. Create and run prep2010.cmd
3. Start building the OurCoolNewPlugin.sln

What version of FireBreath are you using? On what operating system and
browsers?
FB-1.0-nightly-4 on Windows XP SP2 

Please provide any additional information below.
Error log:

error C2440: '<function-style-cast>' : cannot convert from
'boost::assign_detail::generic_list<T>' to 'FB::VariantList'
c:\firebreath-1.0-nightly-4\src\activexplugin\activexbrowserhost.cpp    line 163

Several times there is an error "Only INTERFACESAFE_FOR_UNTRUSTED_CALLER
and/or INTERFACESAFE_FOR_UNTRUSTED_DATA are supported for dwSupportedSafety
parameter"

atlctl.h contains the following:
ATLSTATIC_ASSERT((dwSupportedSafety != 0 &&         
(~(INTERFACESAFE_FOR_UNTRUSTED_CALLER | INTERFACESAFE_FOR_UNTRUSTED_DATA) &
dwSupportedSafety) == 0), "Only INTERFACESAFE_FOR_UNTRUSTED_CALLER and/or
INTERFACESAFE_FOR_UNTRUSTED_DATA are supported for dwSupportedSafety
parameter.");

Original issue reported on code.google.com by blondquirk@gmail.com on 23 Apr 2010 at 9:31

GoogleCodeExporter commented 8 years ago
Strange, somehow i didn't get mail for that issue. That is to say - it wasn't 
ignored.

Original comment by georg.fritzsche on 29 Apr 2010 at 6:28

GoogleCodeExporter commented 8 years ago
Closing as i didn't have any issues with the VS2010 release.

Original comment by georg.fritzsche on 10 Aug 2010 at 11:35