Quantcast
Channel: Qt DevNet forums: Installation and Deployment
Viewing all articles
Browse latest Browse all 2113

Qt 5 with Visual Studio 2008: crash on compile dscamerasession.cpp

$
0
0
Hi Everyone, I have tried for one week to compile Qt 5 coming from Git with MSVC2008 on my Windows 7 machine. After reading all documentations found on several forums and topics, an sucessfully fix some steps (ICU…), I got an error on compilation phase and I have no idea what I have to do to solve this. camera\dscamerasession.cpp(107) : error C2664: 'InterlockedIncrement' : cannot c onvert parameter 1 from 'ULONG *' to 'volatile LONG *'         Types pointed to are unrelated; conversion requires reinterpret_cast, C- style cast or function-style cast camera\dscamerasession.cpp(112) : error C2664: 'InterlockedDecrement' : cannot c onvert parameter 1 from 'ULONG *' to 'volatile LONG *'         Types pointed to are unrelated; conversion requires reinterpret_cast, C- style cast or function-style cast NMAKE : fatal error U1077: '"c:\Program Files (x86)\Microsoft Visual Studio 9.0\ VC\BIN\cl.EXE"' : return code '0x2' Stop. NMAKE : fatal error U1077: ‘“c:\Program Files (x86)\Microsoft Visual Studio 9.0\ VC\BIN\nmake.EXE”’ : return code ‘0×2’ Stop. NMAKE : fatal error U1077: ‘cd’ : return code ‘0×2’ Stop. NMAKE : fatal error U1077: ‘cd’ : return code ‘0×2’ Stop. NMAKE : fatal error U1077: ‘cd’ : return code ‘0×2’ Stop. NMAKE : fatal error U1077: ‘cd’ : return code ‘0×2’ Stop. @ I followed carefully this useful thread [stackoverflow.com] to compile but after hunting the web, I ‘m running out of solution to fix my problem. Thanks a lot for your help! David

Viewing all articles
Browse latest Browse all 2113

Trending Articles