Author |
Message |
Topic: Uploaded YAML Parser ..... |
l8night
Replies: 0
Views: 43868
|
Forum: L8night Posted: Sun Dec 06, 2009 7:09 pm Subject: Uploaded YAML Parser ..... |
I've put some D sources (dmd 2.x) into http://www.dsource.org/projects/l8night/browser/parsers
these are a D port of http://www.codeproject.com/KB/recipes/yamlparser.aspx
the basic stuff seems to ... |
Topic: X-platform plugin ? |
l8night
Replies: 0
Views: 47130
|
Forum: kong Posted: Thu Jun 04, 2009 2:33 pm Subject: X-platform plugin ? |
Hi, forgive me if I'm misunderstanding this project, but could I use this to create cross platform dll/.so'd ?
what I'm thinking is that Windows, Linux and Macos all run on x86 cpus' so if I have a d ... |
Topic: Legal issues ? |
l8night
Replies: 0
Views: 12394
|
Forum: Core32 Posted: Sun May 10, 2009 4:40 pm Subject: Legal issues ? |
I've seen some postings about legal issues, just to clarify ....
I've NO IDEA what the actual legal status is, BUT
these where ports of the header files that are supplied with DMC
i.e. c:\dm\includ ... |
Topic: Core32 now compiles under DMD 2.0 |
l8night
Replies: 0
Views: 11004
|
Forum: Core32 Posted: Sun May 10, 2009 12:03 pm Subject: Core32 now compiles under DMD 2.0 |
the Core32 library now compiles under ....
Digital Mars D Compiler v2.029
any issue of conflicts plz post here .... |
Topic: bug in win32.winnt |
l8night
Replies: 6
Views: 24221
|
Forum: Core32 Posted: Sun May 10, 2009 10:28 am Subject: bug in win32.winnt |
if this is still important, post here, I'm about to get Core32 D 2.0 ready ....
so might look at this if I can, I think that you are missing the underlying C-ness of the Win32 API. and a simple wrapp ... |
Topic: project looks dead? why |
l8night
Replies: 3
Views: 54463
|
Forum: Core32 Posted: Sun May 10, 2009 10:14 am Subject: project looks dead? why |
A fine answer, and maybe the reason that I left the D community.
I put a lot of effort into getting the original files ported over to D
I kept MS's file struct and had thought (naive as I was then) ... |
Topic: Will DFC has layout manager ? |
l8night
Replies: 2
Views: 20715
|
Forum: L8night Posted: Fri Oct 14, 2005 11:48 am Subject: yes! |
I've moved the layout manager system from the bitmap example into the main library as I'm happy that it works (as I use it on all my personal apps)
its not quite the same as other systems, but that i ... |
Topic: Odd exception thrown from WIn32Window::handleMessage |
l8night
Replies: 1
Views: 15967
|
Forum: L8night Posted: Thu Oct 13, 2005 5:16 pm Subject: Odd exception thrown from WIn32Window::handleMessage |
not that it actually says this in the docs but it appears that assoc arrays have changed (I kind of agree with the change!)
op
MessageSlot * ms = (msg in msgHandlers);
if( ms && ... |
Topic: Odd exception thrown from WIn32Window::handleMessage |
l8night
Replies: 1
Views: 15967
|
Forum: L8night Posted: Thu Oct 13, 2005 2:18 pm Subject: Odd exception thrown from WIn32Window::handleMessage |
I'm having some grief with Win32WIndow under the latest DMD
I've had to bodge it thus;
bit handleMessage( out LRESULT rv, UINT msg, WPARAM wparam, LPARAM lparam )
{
MessageSlot ms ... |
Topic: Updates for dmd |
l8night
Replies: 6
Views: 27567
|
Forum: L8night Posted: Thu Oct 13, 2005 2:14 pm Subject: Updates for dmd |
Nothing, I love inner classes, Walter was very anti them 2 years ago, so I started using gcj instead of D. |
Topic: Updates for dmd |
l8night
Replies: 6
Views: 27567
|
Forum: L8night Posted: Thu Oct 06, 2005 4:33 pm Subject: Updates for dmd |
I've updated this lib so that it compiles with dmd 0.134
and don't even get me started on inner classes, I'm sure Walter completly ignored my original requests for them.
next he might even write a l ... |
Topic: is build good enought to use ? |
l8night
Replies: 1
Views: 16029
|
Forum: Core32 Posted: Thu Oct 06, 2005 3:04 pm Subject: is build good enought to use ? |
(forgive me is this goes, pear shapped I'm using Dillo on my PS2/Linux box as my wireless lan is down!!)
I've just got my live/internet back in some kind of order, so am starting to see if I can he ... |
Topic: Updates for dmd |
l8night
Replies: 6
Views: 27567
|
Forum: L8night Posted: Sun Aug 22, 2004 9:11 am Subject: Updates for dmd |
I have uploaded some updates so that this compiles with dmd 0.97
I'm checking that it builds with 0.100 (latest) I think is should some of my other libs need work. |
Topic: Commdlg.d |
l8night
Replies: 3
Views: 24787
|
Forum: Core32 Posted: Fri May 14, 2004 11:38 am Subject: Commdlg.d |
There are two issues with this:
ONE (as pointed out above), which is an unfortunate side effect of the module nature of D, symbol names only clash when used undecorated (i.e)
file a/boo.d symbol has ... |
Topic: Will DFC has layout manager ? |
l8night
Replies: 2
Views: 20715
|
Forum: L8night Posted: Tue May 11, 2004 2:34 pm Subject: Will DFC has layout manager ? |
The design reasoning behind the DFC was to be as close to the metal as possible, using the features that D offered to their best.
there is no point having an AbstractButton, DButton is a wrapper over ... |
|