FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 8 matches
Forum Index
Author Message
  Topic: Using DFL with DMD 2.052
haru-s

Replies: 4
Views: 20529

PostForum: DFL   Posted: Wed Mar 02, 2011 10:59 am   Subject: Using DFL with DMD 2.052
Wow, Can everyone commit?

Some Japanese DFL users want to commit to svn repository.
Of course, I am!
  Topic: Some char-based types must be ubyte-based types
haru-s

Replies: 2
Views: 14319

PostForum: Bindings   Posted: Mon Nov 01, 2010 8:53 am   Subject: Some char-based types must be ubyte-based types
Your ideas are right at a point of binary semantics.
But some types, such as LPSTR of WAVEHDR.lpData, don't have character semantics.

For example;

import win32.mmsystem;
char* buffer = new cha ...
  Topic: Some char-based types must be ubyte-based types
haru-s

Replies: 2
Views: 14319

PostForum: Bindings   Posted: Fri Oct 29, 2010 9:37 am   Subject: Some char-based types must be ubyte-based types
Hi! Very Happy

The LPSTR is defined by "alias char* LPSTR".
But D's char is a utf-8 string, so LPSTR must be defined by "alias ubyte* LPSTR".
This problem is broadly applicable to o ...
  Topic: A Patch for DFL rev 81 + dmd 2.038
haru-s

Replies: 0
Views: 12721

PostForum: DFL   Posted: Fri Jan 01, 2010 2:09 am   Subject: A Patch for DFL rev 81 + dmd 2.038
Dear DFL friends!
I made a patch for DFL rev 81 + dmd 2.038 Very Happy

This patch contains some fixes.
First, In toolbar.d,

protected override void onReflectedMessage(ref Message m) // <& ...
  Topic: latest compilers
haru-s

Replies: 9
Views: 30776

PostForum: DFL   Posted: Fri Jul 17, 2009 5:48 pm   Subject: latest compilers
Ok, I created a new patch file.
Incorporates haru's changes and some more from me.

http://ul.to/th1jb2

Thanks for your good job!

By the way, I think that cast(WORD) is truer than cast(ubyte) ...
  Topic: latest compilers
haru-s

Replies: 9
Views: 30776

PostForum: DFL   Posted: Wed Jul 08, 2009 6:04 am   Subject: latest compilers
I made a interim patch for dmd 2.031 + dfl rev80,

http://rayerd.plala.jp/pukiwiki/ingwiki/index.php?plugin=attach&refer=DFL&openfile=patch_dfl_rev80_dmd2031.zip

Have fun!
  Topic: latest compilers
haru-s

Replies: 9
Views: 30776

PostForum: DFL   Posted: Wed Apr 15, 2009 9:21 am   Subject: latest compilers
Thanks! I'll try to get it updated this weekend

Thank you for your good job!
  Topic: latest compilers
haru-s

Replies: 9
Views: 30776

PostForum: DFL   Posted: Sat Mar 28, 2009 11:59 am   Subject: Re: latest compilers
hi,

will there be compilable versions for the latest 2.x and 1.x compiler?
getting desperate for 2.026

thanks

Hi.
For dmd 2.026 and DFL rev78 on Windows, rewrite DFL source like this:

di ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group