Author |
Message |
Topic: Project manager? |
AgentOrange
Replies: 2
Views: 12226
|
Forum: Bindings Posted: Fri Nov 03, 2006 3:21 pm Subject: Project manager? |
if that is your concern, then your best bet is to just take the bindings you need, and maintain them yourself. |
Topic: build on Linux |
AgentOrange
Replies: 8
Views: 17356
|
Forum: Build Posted: Thu Oct 05, 2006 12:59 pm Subject: build on Linux |
fyi Heres what I know from looking at the dmd source code for .168, walter added a call to ensurePathExists() on the object filenames, which creates the directories if they dont exist.
This happens ... |
Topic: DDL plugin tutorial question |
AgentOrange
Replies: 2
Views: 16421
|
Forum: DDL - D Dynamic Libraries Posted: Thu Sep 28, 2006 2:05 pm Subject: DDL plugin tutorial question |
yes. You load the object module and link it to library functions already in memory via your .map file OR if they arent linked into the current executable you have to load the other modules or library ... |
Topic: whats up with poseidon? |
AgentOrange
Replies: 7
Views: 18467
|
Forum: Poseidon Posted: Thu Sep 21, 2006 4:44 pm Subject: whats up with poseidon? |
I was just wondering if the svn code is the latest since its about a month old. Id like to get dbug working in poseidon, at least for myself. so whats the status of poseidon? |
Topic: How to use callbacks? |
AgentOrange
Replies: 4
Views: 20982
|
Forum: Core32 Posted: Sun Feb 19, 2006 2:55 am Subject: How to use callbacks? |
Although I have to say, I'm really surprised the compiler didn't catch that.
Welcome to D
I believe this is because walter allows you to have paths that do not return a value - as long as its ... |
Topic: How to use callbacks? |
AgentOrange
Replies: 4
Views: 20982
|
Forum: Core32 Posted: Sun Feb 19, 2006 12:48 am Subject: How to use callbacks? |
the callback needs to return a bool. |
Topic: Low level utils |
AgentOrange
Replies: 27
Views: 71428
|
Forum: DDL - D Dynamic Libraries Posted: Tue Jan 17, 2006 7:21 pm Subject: Low level utils |
i think using mango is a great idea, Id also like to see part of mango rolled into ares |
Topic: Low level utils |
AgentOrange
Replies: 27
Views: 71428
|
Forum: DDL - D Dynamic Libraries Posted: Tue Jan 17, 2006 1:43 pm Subject: Low level utils |
On second thought I dont really need it since Im working with the coff classes directly, and the library classes seperately. I just started thinking that it really isnt needed... |
Topic: Low level utils |
AgentOrange
Replies: 27
Views: 71428
|
Forum: DDL - D Dynamic Libraries Posted: Tue Jan 17, 2006 9:35 am Subject: Low level utils |
As Im now using the DDL loader to load COFF objects in my debugger, I could also use access to the underlying COFF classes. I dont want to break the clean DDL interface tho so I can work around it. It ... |
Topic: Coding style |
AgentOrange
Replies: 32
Views: 85297
|
Forum: DDL - D Dynamic Libraries Posted: Fri Jan 06, 2006 4:13 pm Subject: Coding style |
- Using tabs for indentation instead of spaces: as AgentOrange pointed out, most editors can configure the default tab width. This keeps everyone happy.
The strangest thing happened, I got two ... |
Topic: Status Log |
AgentOrange
Replies: 173
Views: 469047
|
Forum: DDL - D Dynamic Libraries Posted: Wed Dec 28, 2005 2:09 am Subject: Status Log |
Yeah I thought thats why we are converting libs into dynamic libraries called DDLs? |
Topic: Status Log |
AgentOrange
Replies: 173
Views: 469047
|
Forum: DDL - D Dynamic Libraries Posted: Tue Dec 27, 2005 11:49 pm Subject: Status Log |
Im not sure what you guys are refering to? Because thats exactly what dynamic modules do.
For example, one may end up loading symbols for the entire lib just to get one module linked.
What does ... |
Topic: DParser |
AgentOrange
Replies: 2
Views: 8586
|
Forum: Poseidon Posted: Tue Dec 27, 2005 11:42 pm Subject: DParser |
i use aliases to get around that crap. |
Topic: Brainstorming - Sumac |
AgentOrange
Replies: 8
Views: 28886
|
Forum: DSP Posted: Fri Dec 23, 2005 3:35 pm Subject: Brainstorming - Sumac |
I really like this idea. I have been planning to build a generic dynamic 'services' server with full http capabilities in D for a while now - it sounds similar to what you are describing here. I have ... |
Topic: Poseidon and DBug |
AgentOrange
Replies: 2
Views: 15929
|
Forum: DBug Posted: Thu Dec 22, 2005 11:26 pm Subject: Poseidon and DBug |
please do. be warned that the DParser still has some holes that need to be filled in that I keep putting off. do whatever you want with any of this - i generally dont worry about licenses as I should. ... |
|