User | Post |
21:09 11 May 2009
| simon
| | | |
| Member | posts 5 |
|
|
I have moved my VDK project from Visual Studio 2008 (where I had everything working fine) to QtCreator (from Nokia). I have made this move as VS2008 does not seem to have a plugin for the QT GUI controls.
Since the move I find that I fail at the link stage with link errors like "undefined reference to '_imp__ZN11VDKQtEngineC1Ev'". Could this be caused by the fact that the windows version of the VDK is built with MSVC and not g++? Is there a way around this issue?
Thanks,
Simon
|
|
17:45 12 May 2009
| alienpenguin
| | | |
| Moderator
| posts 8 |
|
|
Hello Simon, yes, the problem you mention is probably caused by the fact that vdk for windows was compiled with msvc. We plan to release a version compiled with QtCreator soon (i am not sure about upcoming 0.9.8).
As for the plugin integration… have you checked the vs-addin integration from Nokia?
regards
|
|
22:56 12 May 2009
| simon
| | | |
| Member | posts 5 |
|
|
Can you share your near term roadmap and timing for version 0.9.8?
Regarding Visual Studio, as far as I understand from trolltech's websitehttp://doc.trolltech.com/vs-in…..index.html" target="_blank"> http://doc.trolltech.com/vs-integration-1.2/index.html they only have integration for VS 2003/5, unfortunately I am working with VS 2008.
|
|
17:44 14 May 2009
| alienpenguin
| | | |
| Moderator
| posts 8 |
|
|
Hi Simon, version 0.9.8 will be released within next week,
and rest assured that there is a working VS2008 integration (vs-integration-1.4.3 IIRC) as we're using it
regards
|
|