On 07/12/11 16:25, Mike Werner wrote:
> I learned recently that the 'Express' version does not do 64 bit compiles.

        Source for this info?

        I'm pretty sure I've compiled with 64bit with both 2009 and 2010
        express versions of VS.

        There were some complicated hoops one had to go through
        to get it to work, though, I recall.

        It involved an extra install of the 64bit sdk, and a
        separate directory tree that the environment variables
        had to point to, and the MS batch script that set these
        variables needed some tweaking to get it to work right.

        I basically did a lot of googling before I found the right
        combo to get it to work. It was surprisingly complicated,
        and many folks were trying all kinds of things before getting
        it to work.

        Like most Windows installs, once I had it working, it involved
        so many things before I had something actually working, that
        I couldn't remember the entire procedure, which involved many
        overlapping solution attempts from the web. All I could do was
        leave myself these few breadcrumbs for how to build in 64bit
        mode from the DOS command line, the keywords from which might help:

Windows 64bit builds on win7:
    2009:
        cd C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin
        vcvarsx86_amd64.bat

    2010:
        cd C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin
        setenv /x64

_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to