
Fri, 09/28/2007 - 11:50
Forums:
Hi All,
When I compiled "OpenCASCADE6.2.0\samples\tutorial\Tutorial.vcproj" there always occured an error:
1>Generation moc_View.cxx...
1>Can not find specify path
1>Project : error PRJ0019: A tool returned an error code from "Generation moc_View.cxx..."
But the samples in "OpenCASCADE6.2.0\samples\standard\mfc" can be compiled successfully.
Is anybody encounter this?
Fri, 09/28/2007 - 13:33
Looks like its trying to run "moc" (meta-object compiler). You need to install Qt to run this.
Pete
Sat, 09/29/2007 - 06:35
Hi Pete, Thank you for your help!
There is a "Meta Object Files" folder in the Trtorial project, but the files in it can not be found, so I removed them from the project, but when I'm compiling the project it also said "Generation moc_View.cxx...Can not find the specify path". How to remove them completely?
Is OpenCASCADE base on Qt? Why the samples in "OpenCASCADE6.2.0\samples\standard\mfc" can be compiled successfully?
Sun, 09/30/2007 - 12:32
I think you need to understand Qt and its tools first. I prefer it to MFC, but I wouldn't recommend that you play with the Qt tutorial, until you've looked at Qt on its own first.
Pete
Sun, 09/30/2007 - 13:15
I'm a beginner of OpenCASCADE, and I've never used Qt. I'm trying to play with the samples of MFC. Thank you!