I think its "PATH" related problem..your path to *.obj is incorect...Also IMHO its strange way to build qt project with Visual Studio...Have you install QMSNet2003 ?
I think its "PATH" related problem..your path to *.obj is incorect...Also IMHO its strange way to build qt project with Visual Studio...Have you install QMSNet2003 ?
a life without programming is like an empty bottle![]()
I don't think it's a PATH related problem, because the linker is able to find the other *.obj files that are created by the compiler. Also, upon inspection of the folder where all *.obj files reside, there is not one for options.obj (while there are *.obj files for main.cpp and options_moc.cpp (i.e. main.obj and options_moc.obj)).
Furthermore, using the 'Rebuild' command (instead of 'Build') causes the program to be built correctly.
The reason we are using MPC (as opposed to QMake) is because we have a need to integrate IDL files (CORBA) into our application, thus we need to specify the Custom Build Steps for the IDL files, which MPC can do quit easily. As far as I can tell, you cannot specify to QMake how to create Custom Build Steps for other types of files, such as IDL files.
Bookmarks