help > RE: trouble building on a clean Windows7
Jan 26, 2015  06:01 PM | Hanchuan Peng
RE: trouble building on a clean Windows7
Not sure why it turns out to be complicated....

The procedure is indeed pretty straight forward, just two sentences on the VC++'s 64bit command line console:

qmake vaa3d_msvc.pro

and

nmake Makefile.Release


If you want to built 32bit version, go to the VC++ 's 32 bit command line consolve and do the same.


If this does not work, then you must have some issue of your Qt version or C++ compiler.

-Hanchuan



Originally posted by Chris Snyder:
(sorry for spam)

Also, note that (the only place where I don't follow the penglab instructions explicitly) I follow this guide:
https://msdn.microsoft.com/en-us/library...

The reason is that under RMB>properties>Platform: only Win32 shows up even though I have the amd64 compiler and stuff. So I go into configuration manager>select drop down> new platform> select x64

This seems to configure my VS because when I go to Properties>Config Properties>Linker>Advanced> I see "MachineX64" under Target Machine.

-Chris

Threaded View

TitleAuthorDate
Chris Snyder Jan 24, 2015
Zhi Zhou Jan 24, 2015
Chris Snyder Jan 24, 2015
Chris Snyder Jan 24, 2015
Zhi Zhou Jan 24, 2015
Chris Snyder Jan 25, 2015
Zhi Zhou Jan 25, 2015
Chris Snyder Jan 25, 2015
Zhi Zhou Jan 26, 2015
Chris Snyder Jan 26, 2015
Chris Snyder Jan 26, 2015
Chris Snyder Jan 26, 2015
Chris Snyder Jan 26, 2015
Chris Snyder Jan 26, 2015
Zhi Zhou Jan 26, 2015
Chris Snyder Jan 26, 2015
Zhi Zhou Jan 26, 2015
RE: trouble building on a clean Windows7
Hanchuan Peng Jan 26, 2015