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

Search found 27 matches
Forum Index
Author Message
  Topic: Errors with Tangobos from trunk (revision 11)
davidl

Replies: 6
Views: 21476

PostForum: tangobos   Posted: Mon May 19, 2008 8:27 am   Subject: Errors with Tangobos from trunk (revision 11)
you must have used dsss install to install tango right?

you can delete the
dmd/include/d/std
folder to make tangobos work
  Topic: the IDE works great, though some bugs
davidl

Replies: 3
Views: 13183

PostForum: Descent   Posted: Thu Aug 16, 2007 7:53 pm   Subject: yet another patch
This patch fixes the problem as last patch, and also refreshes every breakpoint to a way that descent could understand.
Index: descent.debug.ui/META-INF/MANIFEST.MF

=========================== ...
  Topic: the IDE works great, though some bugs
davidl

Replies: 3
Views: 13183

PostForum: Descent   Posted: Wed Aug 15, 2007 6:05 am   Subject: patch for setting breakpoint correctly
Index: dtool/.classpath

===================================================================

--- dtool/.classpath (revision 633)

+++ dtool/.classpath (working copy)

@@ -3,7 +3,7 @@

< ...
  Topic: the IDE works great, though some bugs
davidl

Replies: 3
Views: 13183

PostForum: Descent   Posted: Tue Aug 14, 2007 9:09 pm   Subject: the IDE works great, though some bugs
I've found when i place my binary in different directory would make the debugging system not functionating by setting the running working directory to somewhere else.(I already set my source directory ...
  Topic: union bug in winnt.d
davidl

Replies: 1
Views: 10639

PostForum: Bindings   Posted: Sun Jan 14, 2007 2:37 am   Subject: union bug in winnt.d
struct IMAGE_SECTION_HEADER {

BYTE Name[IMAGE_SIZEOF_SHORT_NAME];
union Misc {
DWORD PhysicalAddress;
DWORD VirtualSize;
};

modified version
struct IMAGE_SECTION_HEADER {

BYTE Na ...
  Topic: something weird in mango
davidl

Replies: 1
Views: 14195

PostForum: Mango   Posted: Tue Jan 09, 2007 1:09 am   Subject: something weird in mango
Index: icu/UConverter.d
===================================================================
--- icu/UConverter.d (revision 934)
+++ icu/UConverter.d (working copy)
@@ -447,8 +447,8 @@
...
  Topic: play transactions with odbc
davidl

Replies: 0
Views: 7079

PostForum: DDBI   Posted: Tue Nov 28, 2006 4:49 am   Subject: play transactions with odbc
add following methods to odbcdatabase.d in the odbcdatabase class
void BeginTrans()
{
if (!SQL_SUCCEEDED(SQLSetConnectAttr(connection, SQL_ATTR_AUTOCOMMIT, cast(SQLPOINTER)SQL_AUTOCOMMIT_OFF, S ...
  Topic: how can i make the grammar call from left to right
davidl

Replies: 3
Views: 29389

PostForum: DDL - D Dynamic Libraries   Posted: Tue Nov 21, 2006 7:29 pm   Subject: how can i make the grammar call from left to right
i guess u didn't get my point.
the grammar actually recognize the following sequence
3-4-5 to
3 - Addexpr
and Addexpr= 4-5
and i call add(4,5,'-') which return -1
then call add(3,-1,'-') which ...
  Topic: how can i make the grammar call from left to right
davidl

Replies: 3
Views: 29389

PostForum: DDL - D Dynamic Libraries   Posted: Tue Nov 21, 2006 9:35 am   Subject: how can i make the grammar call from left to right
.import("enki.BaseParser");
.import("std.conv");
.import("calc");
.define("String","digit","true","Digit");

Expr = float num ...
  Topic: enki can't generate correct uint startX for this grammar
davidl

Replies: 2
Views: 15926

PostForum: DDL - D Dynamic Libraries   Posted: Mon Nov 20, 2006 4:35 am   Subject: enki can't generate correct uint startX for this grammar
and till now i haven't figured out an elegant way of implementing an evaluator....
  Topic: enki can't generate correct uint startX for this grammar
davidl

Replies: 2
Views: 15926

PostForum: DDL - D Dynamic Libraries   Posted: Mon Nov 20, 2006 4:34 am   Subject: enki can't generate correct uint startX for this grammar
.import("enki.BaseParser");
.import("std.conv");
.import("calc");
.define("String","digit","true","Digit");

AddExpression = ...
  Topic: Bizzare Segfaults (a little help please)
davidl

Replies: 1
Views: 14261

PostForum: Mango   Posted: Mon Nov 06, 2006 6:22 am   Subject: Bizzare Segfaults (a little help please)
i think should be something related to GC.
  Topic: Problems building Mango
davidl

Replies: 3
Views: 18616

PostForum: Mango   Posted: Mon Nov 06, 2006 5:10 am   Subject: Problems building Mango
also patch for mango xml dom


module mango.xml.dom.model.all;

public import mango.xml.dom.model.Attr,
mango.xml.dom.model.CharacterData,
mango.xml.dom.model.Document,
mango.xml.dom.m ...
  Topic: what's substitution for growablebuffer
davidl

Replies: 1
Views: 14439

PostForum: Mango   Posted: Mon Nov 06, 2006 3:12 am   Subject: what's substitution for growablebuffer
i'm trying to get dsp work , i met a problem . The dsp need growablebuffer which is supposed to exist in mango . and mango need some patch for the import issue
  Topic: sorry for mistake i made yesterday :)
davidl

Replies: 0
Views: 6975

PostForum: DDBI   Posted: Wed Nov 01, 2006 8:22 pm   Subject: sorry for mistake i made yesterday :)
i didn't see the code carefully enough, actually don't bother
to check the indicator whether less than 0
just add indicator=4 when indicator==SQL_NULL_DATA
but that would make user confused when he ...
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group