Author |
Message |
Topic: How to build QtD on Win32 with qwt? |
eldar
Replies: 1
Views: 12626
|
Forum: QtD Posted: Thu Sep 02, 2010 5:58 am Subject: How to build QtD on Win32 with qwt? |
You have to download and compile C++ Qwt library, and then point the cmake configuration file to where it is located. Of course you have to toggle on building of Qwt bindings. Qwt is currently experim ... |
Topic: Very important error |
eldar
Replies: 2
Views: 14326
|
Forum: QtD Posted: Mon Aug 30, 2010 4:28 pm Subject: Very important error |
QtD (temporarily) needs a feature from the compiler that isn't implemented. You need to apply the patch and build dmd from sources. That should help you. |
Topic: Debug build failure. VS 2008 |
eldar
Replies: 4
Views: 12652
|
Forum: Visual D Posted: Mon Aug 30, 2010 4:42 am Subject: Debug build failure. VS 2008 |
Ok I installed VC++ express 2010 and got the dll from there. Although when uninstalled it it corrupted Shell installation but that's another matter... Thanks!
P.S. Maybe requirement of these dlls i ... |
Topic: Debug build failure. VS 2008 |
eldar
Replies: 4
Views: 12652
|
Forum: Visual D Posted: Mon Aug 30, 2010 2:40 am Subject: Debug build failure. VS 2008 |
Hi! Thanks for help.
I've installed SDK for VS 2010, but it doesn't seem to contain that file, I can't find it anywhere. But somehow the msobj80.dll appeared on my disk, so I ran VS2008 again and i ... |
Topic: Debug build failure. VS 2008 |
eldar
Replies: 4
Views: 12652
|
Forum: Visual D Posted: Sat Aug 28, 2010 8:50 am Subject: Debug build failure. VS 2008 |
Hi!
I'm trying to build a hello world app in debug mode and all I get is:
------ Build started: Project: ddmd, Configuration: Debug Win32 ------
Building Debug\ddmd.exe...
Converting debug inf ... |
Topic: Doesn't build on QT 4.7 Beta. |
eldar
Replies: 15
Views: 49930
|
Forum: QtD Posted: Wed Jul 14, 2010 1:47 pm Subject: Doesn't build on QT 4.7 Beta. |
I don't know how to do it permanently, but for development purposes I put it in ~/.bashrc so that it is set each time you launch terminal. However if you double click on the executable linked to libra ... |
Topic: Doesn't build on QT 4.7 Beta. |
eldar
Replies: 15
Views: 49930
|
Forum: QtD Posted: Wed Jul 14, 2010 11:53 am Subject: Doesn't build on QT 4.7 Beta. |
Also it's not a good practice to put all possible libraries to link into the dmd.conf. This file should only contain implicit linking to the runtime and the standard library, not any other 3rd party l ... |
Topic: Doesn't build on QT 4.7 Beta. |
eldar
Replies: 15
Views: 49930
|
Forum: QtD Posted: Wed Jul 14, 2010 4:43 am Subject: Doesn't build on QT 4.7 Beta. |
It usually happens that it doesn't see libraries from /usr/local/lib . Try to restart your terminal and also check the LD_LIBRARY_PATH environment library, /usr/local/lib should be on it. |
Topic: Doesn't build on QT 4.7 Beta. |
eldar
Replies: 15
Views: 49930
|
Forum: QtD Posted: Tue Jul 13, 2010 1:42 pm Subject: Doesn't build on QT 4.7 Beta. |
Can you post the exact command that you use for building the example?
It should be something like
dmd main.d -L-lqtdgui -L-lqtdcore -L-lcpp_gui -L-lcpp_core -L-lQtGui -L-lQtCore |
Topic: error building QtD on Win32, via MinGW |
eldar
Replies: 16
Views: 56820
|
Forum: QtD Posted: Fri Jul 09, 2010 3:43 pm Subject: error building QtD on Win32, via MinGW |
So I finally got to build a Windows package, which can be found here http://www.dsource.org/projects/qtd/wiki/Packages . It contains both Qt and QtD dlls, as well as MinGW's (I put them into bin direc ... |
Topic: error building QtD on Win32, via MinGW |
eldar
Replies: 16
Views: 56820
|
Forum: QtD Posted: Sat Jul 03, 2010 4:06 pm Subject: error building QtD on Win32, via MinGW |
I don't remember exactly which bug I was talking about few months ago, but a serious blocker that was present in dmd is now fixed. |
Topic: error building QtD on Win32, via MinGW |
eldar
Replies: 16
Views: 56820
|
Forum: QtD Posted: Fri Apr 02, 2010 2:56 am Subject: error building QtD on Win32, via MinGW |
Hi Mitu, sorry about that. We are currently concentrated on dmd bug, which prevents qtd from building on both linux and windows. Once we are done with it we will commit quite big changes to repository ... |
Topic: API documentation... |
eldar
Replies: 1
Views: 12525
|
Forum: QtD Posted: Sat Mar 27, 2010 12:57 pm Subject: API documentation... |
The names are the same. There currently are no plans to make documentation because that will require quite a lot of efforts. Look at examples, how they use APIs. You just need to understand some diffe ... |
Topic: DMD can't compile QCoreApplication.d in OSX |
eldar
Replies: 1
Views: 12846
|
Forum: QtD Posted: Fri Mar 26, 2010 8:02 am Subject: DMD can't compile QCoreApplication.d in OSX |
version=cpp_shared was tested only on windows, so probably leave it out. Whether it will fix it or not I don't know, as I don't have OSX to test on. Sorry, you are on your own here. I don't know if yo ... |
Topic: duic bug -- generates calls to functions that don't exist |
eldar
Replies: 2
Views: 14849
|
Forum: QtD Posted: Fri Mar 26, 2010 8:01 am Subject: duic bug -- generates calls to functions that don't exist |
Will fix it. Thanks for reporting. Could you please use bugzilla for issues like that next time, as I don't frequently visit forums. |
|