Author |
Message |
Topic: DerelictGLFW3 |
nocide
Replies: 10
Views: 38783
|
Forum: Derelict Posted: Sun Mar 11, 2012 4:43 am Subject: DerelictGLFW3 |
It works now!
I also looked into the svn-trunk, which seems to be the 2.7.x line.
But the GLFW3 line seems to be in git only.
many thanks! |
Topic: DerelictGLFW3 |
nocide
Replies: 10
Views: 38783
|
Forum: Derelict Posted: Sat Mar 10, 2012 12:07 pm Subject: DerelictGLFW3 |
I'v tried to compile and run this example with GLFW 2.7.3,
but I get a runtime Exception: Failed to load symbol glfwGetVersionString.
Also just uncomment this function just give's me the next except ... |
Topic: How can I install Poseidon? |
nocide
Replies: 1
Views: 13514
|
Forum: Poseidon Posted: Fri Dec 31, 2010 2:24 pm Subject: How can I install Poseidon? |
This is a Windows build, so it won't work.
In principle, Poseidon is developed platform independent, so if you could build DWT (the GUI library on which Poseidon is based on) on Linux, you also could ... |
Topic: code folding |
nocide
Replies: 5
Views: 15860
|
Forum: Visual D Posted: Fri Dec 31, 2010 7:32 am Subject: code folding |
hey, really nice! Works great
That's a feature I've missed from the very first beginning!
Personally I would only fold the multiline comment /**/
and not the single line comment // , even when ... |
Topic: cannot poll the value of global variable |
nocide
Replies: 2
Views: 8354
|
Forum: Visual D Posted: Mon Oct 25, 2010 4:42 pm Subject: cannot poll the value of global variable |
Hey great! That works.
Keep up this great work! |
Topic: cannot poll the value of global variable |
nocide
Replies: 2
Views: 8354
|
Forum: Visual D Posted: Mon Oct 25, 2010 3:39 pm Subject: cannot poll the value of global variable |
If I add a global variable to the watch-list, I get the error 'D0013: Error: Symbol not found'.
All other variables work just fine
[edit]
windows 7, VS2008 Team System Development Edition
[/edit ... |
Topic: Debug build failed |
nocide
Replies: 3
Views: 9139
|
Forum: Visual D Posted: Fri Oct 01, 2010 6:01 am Subject: Debug build failed |
Yep, it's fixed!
Many thanks for this plugin.
Great work.
Keep it up!!!
greets
Matthias |
Topic: Debug build failed |
nocide
Replies: 3
Views: 9139
|
Forum: Visual D Posted: Thu Sep 23, 2010 1:55 pm Subject: Debug build failed |
Strange beheviour! (v 0.3.16)
When the D-Project's name (and so the name of the target) has less than 4 letters, the Debug-Build fails.
This is a standard Console-Project (nothing changed) with ... |
Topic: Poseidons future |
nocide
Replies: 3
Views: 18599
|
Forum: Poseidon Posted: Sat Jul 24, 2010 7:37 am Subject: Poseidons future |
It seems, the project is still alive. There was some commits this year and the last commit by Kuan Hsu is dated by 18. Juli 2010!
|
Topic: whole sourcecode on svn |
nocide
Replies: 8
Views: 22905
|
Forum: Visual D Posted: Sat Jun 26, 2010 6:27 am Subject: whole sourcecode on svn |
Puh, you reply really fast!
Now it works fine. No more makefile have to be changed (except the main-makefile of course)!!
Really good work.
BTW:
devenv.exe /RootSuffix D
doesn't work for me ... |
Topic: whole sourcecode on svn |
nocide
Replies: 8
Views: 22905
|
Forum: Visual D Posted: Sat Jun 26, 2010 3:24 am Subject: whole sourcecode on svn |
Ok, I should read the manual more carefully! I've just patched druntime and phobos, but not dmd.
I also have detected, that you have a buildall.bat in the svn. This makes it much easier!
****** ... |
Topic: whole sourcecode on svn |
nocide
Replies: 8
Views: 22905
|
Forum: Visual D Posted: Sat Jun 26, 2010 1:11 am Subject: whole sourcecode on svn |
Tanks for your effort.
This project (and cv2pdb) is still one of the coolest on dsource!
I've made a fresh checkout and have followed your description in the wiki.
I also have changed all requ ... |
Topic: whole sourcecode on svn |
nocide
Replies: 8
Views: 22905
|
Forum: Visual D Posted: Sun Jun 20, 2010 2:41 am Subject: whole sourcecode on svn |
ok, I see ...
But at least the dmd/phobos patches and a specification which sdk was used. (version number)
I've tried to compile it, (with the patches you mentioned in the wiki), but I run into ... |
Topic: whole sourcecode on svn |
nocide
Replies: 8
Views: 22905
|
Forum: Visual D Posted: Sun Jun 20, 2010 12:05 am Subject: whole sourcecode on svn |
It would be cool, if you can host the whole sourcecode in the svn-repository.
(incl. dmd/phobos-patches, possibly generated visuald\sdk - code)
nocide |
Topic: SUBSYSTEM:WINDOWS:6.00 doesn't work on WindowsXP |
nocide
Replies: 7
Views: 35948
|
Forum: Visual D Posted: Sat Jun 19, 2010 4:41 pm Subject: SUBSYSTEM:WINDOWS:6.00 doesn't work on WindowsXP |
Walter's suggestion is:
SUBSYSTEM
SYNTAX: SUBSYSTEM [ NATIVE | WINDOWS [n.nn] | CONSOLE | POSIX ]
EXAMPLE: SUBSYSTEM WINDOWS 4.0
COMMENTS: Use 4.0 for n.nn when developing Windows XP applicati ... |
|