It won't work in the express editions because they don't come with
ATL.
I'm still having trouble with the compile. It now compiles and runs
in debug configuration (just the chrome_exe) but not release. I
wonder why VS2008 is so different as to make it so hard.
On Sep 5, 2:29 pm, Daniel H <[EMAIL PROTECTED]> wrote:
> Do you think this will work with VS2008 SP1 Express Edition?
>
> Have you made a patch version yet? I'd patch things myself, but I only
> have Express Edition, so I wouldn't be able to isolate for which
> reason things needed changed.
>
> Thanks!
>
> -Daniel
>
> On Sep 5, 2:20 pm, CR <[EMAIL PROTECTED]> wrote:
>
> > Finally got it to all compile. Turns out there's another thing that
> > needs to be changed besides the MathExtras.h and removing the inline's
> > from Glue if and only if you're using VS2008 SP1.
>
> > SP1 also puts the feature pack in and that changed some things. I
> > just added a default constructor to
>
> > class CookieMonster::CanonicalCookie {
> > public:
> > CanonicalCookie() {};
>
> > CanonicalCookie(const std::string& name, const std::string& value,
>
> > inside cookie_monster.h which made it compile.
>
> > The solution was found
> > here:http://forums.msdn.microsoft.com/en-US/vcgeneral/thread/34473b8c-0184...
>
> > On Sep 5, 10:13 am, CR <[EMAIL PROTECTED]> wrote:
>
> > > I've been trying to compile this using VS2008 as well and I've been
> > > running into this
> > > issue:https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx......
>
> > > Which is because MathExtras.h from WebKit has the line
> > > #include <xmath.h>
> > > if the compiler is MSVC. I've commented out this line and Glue seems
> > > to compile now after I've removed all the inline keywords, albeit with
> > > 52 thousand+ warnings that something is already defined in
> > > precompiled_webkit.obj.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Chromium-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/chromium-dev?hl=en
-~----------~----~----~----~------~----~------~--~---