Author |
Message |
Topic: Using source libraries with Visual D |
CyberShadow
Replies: 11
Views: 30593
|
Forum: Visual D Posted: Sat Oct 01, 2011 10:06 am Subject: Using source libraries with Visual D |
I think what can work is to use the d-file as usual, but specify rdmd as the "other compiler" in the project configuration. In addition, specify "--build-only" as an additional com ... |
Topic: Using source libraries with Visual D |
CyberShadow
Replies: 11
Views: 30593
|
Forum: Visual D Posted: Sat Oct 01, 2011 6:38 am Subject: Using source libraries with Visual D |
Having played with rdmd's -of option and Visual D, I return with more feedback.
The first thing I tried was to set up a custom build tool for the only .d file in the project. I have indicated that ... |
Topic: Using source libraries with Visual D |
CyberShadow
Replies: 11
Views: 30593
|
Forum: Visual D Posted: Fri Sep 30, 2011 2:43 pm Subject: Using source libraries with Visual D |
Did you try to drag the source folder from the explorer into an existing project in the solution explorer? This reconstructs the full file and directory tree in the project.I didn't think to try this. ... |
Topic: Using source libraries with Visual D |
CyberShadow
Replies: 11
Views: 30593
|
Forum: Visual D Posted: Fri Sep 30, 2011 3:31 am Subject: Using source libraries with Visual D |
Decided to give Visual D another try, but didn't get very far - maybe there's something I missed, or at the very least I hope you'll find my feedback useful.
I didn't find any way to add a director ... |
Topic: Using source libraries with Visual D |
CyberShadow
Replies: 11
Views: 30593
|
Forum: Visual D Posted: Fri Sep 30, 2011 2:34 am Subject: Using source libraries with Visual D |
Tokenized string literals have their own set of colors, which is slightly more red than the usual colors, but still different between token types. You can configure them in the Fonts and Color options ... |
Topic: Using source libraries with Visual D |
CyberShadow
Replies: 11
Views: 30593
|
Forum: Visual D Posted: Fri Sep 30, 2011 2:06 am Subject: Using source libraries with Visual D |
Thanks... I guess I'll wait for the next DMD release with [url=https://github.com/D-Programming-Language/tools/pull/14]rdmd pull request 14 integrated (otherwise I can't make it play with VisualD's cv ... |
Topic: Using source libraries with Visual D |
CyberShadow
Replies: 11
Views: 30593
|
Forum: Visual D Posted: Thu Sep 29, 2011 10:01 am Subject: Using source libraries with Visual D |
Hi,
I don't use Visual D myself, but I'm trying to put together a newbie's guide to set up D and hack on some of my code / libraries.
My question is: is it possible to use source libraries (i.e. ... |
Topic: web browser control |
CyberShadow
Replies: 6
Views: 18296
|
Forum: DFL Posted: Sat Apr 05, 2008 7:16 pm Subject: web browser control |
The DWin library has some code on this - dwin.sys.win32.ie. |
Topic: Linking problems: where to find the libraries? |
CyberShadow
Replies: 3
Views: 20557
|
Forum: Bindings Posted: Wed Jan 09, 2008 11:06 am Subject: Linking problems: where to find the libraries? |
Thanks, I appreciate that
Two more questions:
1) I noticed that on the Wiki page you mentioned how to create import libraries from DLLs. I'm wondering if this is of any use when linking to D c ... |
Topic: Linking problems: where to find the libraries? |
CyberShadow
Replies: 3
Views: 20557
|
Forum: Bindings Posted: Wed Jan 09, 2008 8:32 am Subject: Linking problems: where to find the libraries? |
Hello,
I'm having some problems with linking my application. The problem is that although the WindowsAPI project has the headers for everything, there's still the problem with the libraries. DM's a ... |
Topic: Setting clipboard text |
CyberShadow
Replies: 2
Views: 9938
|
Forum: DFL Posted: Mon Dec 17, 2007 10:40 am Subject: Setting clipboard text |
Thanks, that was it (and also a missing call to OleInitialize in the relevant thread). |
Topic: Setting clipboard text |
CyberShadow
Replies: 2
Views: 9938
|
Forum: DFL Posted: Mon Dec 17, 2007 6:06 am Subject: Setting clipboard text |
Is there a way to do this with DFL?
both
Clipboard.setText(cast(ubyte[])"Hello world!");
and
Clipboard.setString("Hello world!");
put DataObject and OlePrivateData in the ... |
Topic: Problem: DFL doesn't clean up after itself |
CyberShadow
Replies: 8
Views: 18416
|
Forum: DFL Posted: Sat Dec 08, 2007 4:16 pm Subject: Problem: DFL doesn't clean up after itself |
Like the DLL example, I do call Application.setInstance before calling the module static constructors. I don't know why would DFL register the classes with the EXE's instance. |
Topic: Problem: DFL doesn't clean up after itself |
CyberShadow
Replies: 8
Views: 18416
|
Forum: DFL Posted: Fri Dec 07, 2007 11:38 am Subject: Problem: DFL doesn't clean up after itself |
Sorry, the changes in that snapshot did not solve my problem. The second time the DLL loads, it crashes with the following call stack:
__d_throw@4 ... |
Topic: my tlhelp32.d |
CyberShadow
Replies: 2
Views: 19455
|
Forum: Bindings Posted: Sat Oct 06, 2007 6:09 am Subject: my tlhelp32.d |
I updated the tlhelp32 line on the ModuleList page.
Yes, I can use Subversion. |
|