Open GoogleCodeExporter opened 8 years ago
64 or 32 bit? what is the compile error? did you check that the .pro file info
correctly points at the installation of openni?
Original comment by nzalaqu...@gmail.com
on 20 Sep 2012 at 4:46
thanks my system is 32 bit
attache file will show the error msg
Original comment by wsh...@163.com
on 21 Sep 2012 at 2:54
Attachments:
I don't quite understand from the error file what could be the problem... I
assume you are compiling from Qt Creator, right? I don't have any ideas by
looking at that file...
Original comment by nzalaqu...@gmail.com
on 24 Sep 2012 at 8:31
can you tell me the qt version and all the other version such as openni
vs2010 avin2 and nite versin exactly.
perhaps you can paste where you down load the software.
paste the link address。 thks。
Original comment by wsh...@163.com
on 28 Sep 2012 at 7:12
The versions we use are the same as yours. Again one question: when compiling
in Qt Creator, when you open the project, did you select the Visual Studio 2010
compiler? (if not you can change it in the Project menu). Also make sure that
the .pro file points at the place your openni and nite libraries were
installed.
Good luck!
Original comment by nzalaqu...@gmail.com
on 2 Oct 2012 at 6:19
yes I forgot select the visual studio 2010 compiler. now it is ok !
thanks!!!
Original comment by wsh...@163.com
on 18 Oct 2012 at 8:33
cannot configure the project. Please see attached file.
Original comment by shariein...@gmail.com
on 18 Jan 2013 at 2:16
Attachments:
I cannot build cause it tells that opencv_core233 is not found.
Original comment by shariein...@gmail.com
on 18 Jan 2013 at 9:14
I cannot config same as #7
Original comment by pro...@gmail.com
on 6 Feb 2013 at 8:11
Same issue as #7 I can't configure and find the build...
Original comment by neilcord...@gmail.com
on 16 Feb 2013 at 3:46
About #7 : you have to have visual studio c++ installed as it is required by
qtcreator to compile (or mingw but in this case it won't work as NITE needs
VSC++). Install that and then manage the qtcreator kits in preferences.
About #8 : Try copying the all the dlls in the libs folder to your release or
debug folder. If that doesn't work take a look at the linking paths in the .pro
file for any absolute path not coherent with the folders you have.
Good luck!
Original comment by nzalaqu...@gmail.com
on 21 Feb 2013 at 4:32
thank you I already solved the #7 issue I had.
1. go to...
Projects->Manage Kits->Qt Versions->add then look for the qmake.exe which was
installed in C:\QT\4.8.4\bin\qmake.exe (had to do this since it wasn't
auto-detected)
2. Click on the .pro file and changed the libs and include path which was
"C:\Program Files (x86)\" to "C:\Program Files\".
I have another issue that came up. When I build the project, it gave me this
error:
LNK1123: failure during conversion to COFF: file invalid or corrupt.
(see more on the attached picture)
Any ideas how to solve this?
Original comment by neilcord...@gmail.com
on 27 Feb 2013 at 2:43
Attachments:
I'm just guessing... The problem in #12, is it because of my Visual Studio 2010
having v4.5 .NET framework?
Original comment by neilcord...@gmail.com
on 27 Feb 2013 at 2:56
Hi, did you manage to solve the issue?. Just a quick search (probably found the
same results you did :) ) go me to
http://stackoverflow.com/questions/10888391/link-fatal-error-lnk1123-failure-dur
ing-conversion-to-coff-file-invalid-or-c
did you tried their suggestions?
Original comment by nzalaqu...@gmail.com
on 6 Mar 2013 at 6:14
Hi I am having same problem as #7 but the solution in #12 I am not able to
understand step 2. I mean where to go and change lib and include path?? can
someone pls explain it??
Original comment by shiridh4...@gmail.com
on 8 May 2013 at 9:01
Original issue reported on code.google.com by
wsh...@163.com
on 18 Sep 2012 at 8:36