Hi,

sorry for the late answer. Just saw Andreas mail, if you do not
want to wait ;-), try the hints below.

On Fri, 2004-11-12 at 19:01, Tino S. wrote:
> Hi
> 
> I have tried to compile the WindowQTLib with my
> qt-version(3.2.1) and MS VS2003.
> The first error was that the *_moc.cpp files could'nt
> find. I generate the the moc files with qt's moc tool
> like this "moc XYZ.cpp > XYZ_moc.cpp".
> Subsequently the compiler works fine but i have some
> unresolved messages (see lower).

the easiest would be to point your VS2003 to the moc.exe file so that
the projects files can work. If you want to build them by hand try

moc xxx_qt.h -i -o xxx_qt_moc.cpp 

instead of you moc xxx.cpp > xxx_moc.cpp

regards,
  gerrit






-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to