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

Search found 24 matches
Forum Index
Author Message
  Topic: Link error
lijie

Replies: 0
Views: 10900

PostForum: osian   Posted: Fri Sep 15, 2006 5:49 am   Subject: Link error
Error info:

lijie@lijie ~/dprojects/osian $ ./link
osian/kernel/linker.ld:80 non constant expression for load base
  Topic: Bug in debug version
lijie

Replies: 1
Views: 13944

PostForum: DWT   Posted: Tue Mar 21, 2006 3:29 am   Subject: Bug in debug version
It's my fault.

It shoud be linked to swtd.lib, not swt.lib.
  Topic: Bug in debug version
lijie

Replies: 1
Views: 13944

PostForum: DWT   Posted: Tue Mar 21, 2006 12:52 am   Subject: Bug in debug version
I compiled dummyeclipse in debug version, found a bug:


Color bgColor = display.getSystemColor(DWT.COLOR_WIDGET_BACKGROUND);
writefln(bgColor);


In release version, output is: ...
  Topic: Announcement: DWT windows version 0.3 update 2 (v0.32)
lijie

Replies: 2
Views: 17273

PostForum: DWT   Posted: Thu Nov 17, 2005 8:21 pm   Subject: Announcement: DWT windows version 0.3 update 2 (v0.32)
Wow!
Good job!
  Topic: How to create Browser window? (and other questions)
lijie

Replies: 8
Views: 17927

PostForum: DWT   Posted: Tue Nov 15, 2005 7:23 am   Subject: How to create Browser window? (and other questions)
Aha. Nice to meet you.

But, sorry for my poor English...
  Topic: Why no context menu in my browser?
lijie

Replies: 1
Views: 16453

PostForum: L8night   Posted: Thu Nov 10, 2005 11:28 pm   Subject: Why no context menu in my browser?
My browser: http://www.dsource.org/forums/viewtopic.php?p=6464#6464

Aha. It likes example/browser in l8night.

But why no context menu in mine?



Thanks.

-Li jie
  Topic: Embed an HTML control in your own window using D
lijie

Replies: 2
Views: 18833

PostForum: Core32   Posted: Thu Nov 10, 2005 11:02 pm   Subject: Embed an HTML control in your own window using D
Aha, another already exist in L8night project...
  Topic: Embed an HTML control in your own window using D
lijie

Replies: 2
Views: 18833

PostForum: Core32   Posted: Thu Nov 10, 2005 10:34 pm   Subject: Embed an HTML control in your own window using D
I found an article:
private import std.stdio;
private import std.string;
private import win32.ole2;
private import win32.com.OAIDL;
private import win32.com.OLEIDL;
private import win32.com.EXD ...
  Topic: How to create Browser window? (and other questions)
lijie

Replies: 8
Views: 17927

PostForum: DWT   Posted: Sun Nov 06, 2005 2:21 am   Subject: How to create Browser window? (and other questions)
I think this a bug:


tempStruct.chars = segmentsText.substring(run.start, run.start + run.length).toWchar();

I modified to:

uint end = run.start+run.length;
end = end <= segmentsText.len ...
  Topic: How to create Browser window? (and other questions)
lijie

Replies: 8
Views: 17927

PostForum: DWT   Posted: Sat Nov 05, 2005 8:16 am   Subject: How to create Browser window? (and other questions)
I found some bugs when use StyledText:

1. ArrayBoundsError on startup:
swt/graphics/textlayout.d(1465): runs[count++] = item;
swt/graphics/textlayout.d(1486): runs[count++] = item;

I fixed it ...
  Topic: How to create Browser window? (and other questions)
lijie

Replies: 8
Views: 17927

PostForum: DWT   Posted: Fri Nov 04, 2005 9:27 am   Subject: How to create Browser window? (and other questions)
The rich edit window, I have solved.
CTabItem cTabItem8 = new CTabItem(cTabFolder_topright, SWT.NONE);
cTabItem8.setText(" Browser ");
cTabItem8.setImage(ResourceManager.getImage("FORM", GIFFILE ...
  Topic: How to create Browser window? (and other questions)
lijie

Replies: 8
Views: 17927

PostForum: DWT   Posted: Fri Nov 04, 2005 8:00 am   Subject: How to create Browser window? (and other questions)
I have built DWT with "-version=OLE_COM" option, and try to create a browser window.

I have modified examples\dummyeclipse, add some code:

CTabItem cTabItem7 = new CTabItem(cTabFolder_topright, ...
  Topic: How to write SWT program?
lijie

Replies: 8
Views: 16330

PostForum: Mango   Posted: Wed Nov 02, 2005 8:45 pm   Subject: How to write SWT program?
I think that is what I need.
  Topic: How to write SWT program?
lijie

Replies: 8
Views: 16330

PostForum: Mango   Posted: Wed Nov 02, 2005 6:30 am   Subject: How to write SWT program?
Thank the information that you offer.

I have looked over all projects, but has not found a suitable C/S framework for me, like ACE(C++), and can choose select, poll, epoll, complection ports.

If ...
  Topic: How to write SWT program?
lijie

Replies: 8
Views: 16330

PostForum: Mango   Posted: Tue Nov 01, 2005 11:05 pm   Subject: How to write SWT program?
Thanks. Kris.

Is the goal of Mango to become JSP or ASP of D language?
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group