Название: vec2web Отправлено: Userman от Декабрь 16, 2008, 15:45 Пытаюсь скомпилировать проект (http://sourceforge.net/projects/vec2web/).
Цитировать vec2web is a command line utility for QCAD users who are trying to automate format conversions. vec2web is based on the same technology as QCAD. vec2web reads drawings in DXF format and outputs bitmaps and some other formats: BMP, GIF, JPEG, PNG, XPM, XBM, PBM, PGM, PPM, Postscript and DXML. vec2web can also be used to directly print a drawing to the default printer. 1) error C2039: 'ShiftButton' : is not a member of 'Qt' qnamespace.h содержит код: Код: #ifdef QT3_SUPPORT Я в модуле с main перед include'ами написал #define QT3_SUPPORT, возможно помогло. Это правильно? 2) Проект потребовал несколько файлов, которых почему-то(?) нет в C:\QT, я нашёл их на сайте QT, и добавил в папку проекта. 3) error C2470: 'QPtrCollection' : looks like a function definition, but there is no parameter list; skipping apparent body Код: class Q_EXPORT QPtrCollection // inherited by all collections Название: Re: vec2web Отправлено: pastor от Декабрь 16, 2008, 16:04 vec2web зависит от qcadlib (Qt3), а вы пытаетесь собрать её под Qt4. Отсюда все проблемы. Соберите vec2web с использованием Qt3
см. http://www.qcad.org/vec2web_downloads.html Цитировать dxflib, qcadlib and vec2web. Includes script to build vec2web from scratch. Requirements: the Qt developer edition, version 3.3.x. |