前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >ObjectARX 2012 multiplatform Qt

ObjectARX 2012 multiplatform Qt

作者头像
用户3519280
发布2023-07-06 14:38:41
1660
发布2023-07-06 14:38:41
举报
文章被收录于专栏:c++ 学习分享c++ 学习分享

ObjectARX 2012 multiplatform Qt

Post: 3 ; Page: 1 of 11

M1_2R2012-10-01 13:49

Hallo,

I am developping for AutoCAD 2012 for MAC with Qt 4.7. For those coming from Mac this is very, very intuitive and works pretty fine.

Now I need to compile my code for AutoCAD 2012 for Windows 7 as well.  I would like to use Qt in order to reuse my existing code. Also I would prefer doing this with Qt Creator instead of VS. The sample-code from ObjectARX 2012 seems to need VS 2008 to compile. I do only have VS 2010 on my Windows mashine.

Has anyone experiences with Qt + ObjectARX for Windows?

- which DEFINES,

- which LIBRARIES,

- which QMAKE settings,

do I need ?

Thank you in advance!

Michael

owenwengerd2012-10-01 15:12

I don't have any experience with Qt, but you must have VS 2008 SP1 installed in order to build with the ObjectARX 2012 API.

maisoui2012-10-09 01:43

Hi,

I use Qt in my Arx for years now, and it works very well. As you Owen said, you need to compile your code with visual studio compiler 2008 (you can use VS 2010 with platform toolset set to v90). You need to compile Qt librairies with visual studio compiler too (using Visual Studio command prompt for win32 and x64).

Some tips:

I use all main librairies (Core, Gui, Xml, Svg, Sql, Network, WebKit, ActiveQt), and I have no specific DEFINES.

I hope it can help you.

Regards,

Jonathan

本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
原始发表:2023-06-28,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • ObjectARX 2012 multiplatform Qt
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档