Hi Viktor

This site may interest you as a possible way around the packaging dependencies for various distributions:

        http://0install.net/goals.html#anyoneinstall

OT, I installed visual studio 2010 (on 64 bit Win 7), and the recommended settings in INSTALL did not work for me:
        call "%ProgramFiles%\Microsoft Visual Studio 10.0\VC\vcvarsall.bat"

had to change to:
        call "%ProgramFiles(x86)%\Microsoft Visual Studio 10.0\VC\vcvarsall.bat"

because of 64bit I guess, but then there was an error in vcvarsall.bat (I don't recall what exactly). However, this worked:
        call "%VS100COMNTOOLS%vsvars32.bat"

Maybe this is of interest.

OT2, thank you for the full video on YouTube, I enjoyed it very much .

Regards
Alex
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to