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

Search found 23 matches
Forum Index
Author Message
  Topic: Debugging, working directory
regan

Replies: 1
Views: 5176

PostForum: Visual D   Posted: Thu Apr 22, 2010 9:55 am   Subject: Debugging, working directory
I enter $(SolutionDir) as the working directory and when I attempt to run in the debugger I get a popup with:

"cannot launch debugger on <correct path to my exe>"

Setting the res ...
  Topic: build_win_1.1.7.exe link broken
regan

Replies: 1
Views: 6317

PostForum: Build   Posted: Sat Apr 02, 2005 6:07 am   Subject: build_win_1.1.7.exe link broken
The link for build_win_1.1.7.exe here on dsource appears to be broken. Just FYI I grabbed the source and built it myself.

Regan
  Topic: bitmapview example is broken
regan

Replies: 1
Views: 14406

PostForum: L8night   Posted: Fri Oct 08, 2004 5:32 pm   Subject: bitmapview example is broken
bitview.d contains "module tileedit;", when you compile all the source files in one go you get an error like:

main.d(14): module tileedit is in multiple packages tileedit

changing "module tileed ...
  Topic: compile mango.lib on windows
regan

Replies: 2
Views: 8365

PostForum: Mango   Posted: Mon Sep 20, 2004 4:38 pm   Subject: Re: There is hope!

I've tried the same with "dir /b" but dir insists on putting carriage returns everywhere, thus ruining the response file.


It seems to work fine for me Smile

eg.

dir /b /s obj\*.obj > ...
  Topic: compile mango.lib on windows
regan

Replies: 2
Views: 8365

PostForum: Mango   Posted: Tue Sep 14, 2004 10:57 pm   Subject: compile mango.lib on windows
Hi,

I am trying to compile mango.lib on windows, I tried this:


D:\D\src\mango>d:\d\dm\bin\make -f win32.make lib
d:\d\dm\bin\lib -c -n -p256 obj/mango.lib @obj/mango.rsp
Digit ...
  Topic: Style and standards
regan

Replies: 21
Views: 33812

PostForum: Ares   Posted: Tue Sep 14, 2004 4:01 pm   Subject: Re: Code style draft suggestion
I've made a codestyle draft (It's more or less copied from Coin (www.coin3d.org), but grafted onto D.

I try to use this in my own projects and find it clean and nice.

The draft don't discuss tem ...
  Topic: Beginnings
regan

Replies: 34
Views: 90075

PostForum: Ares   Posted: Mon Sep 13, 2004 3:20 pm   Subject: Re: Beginnings
Ok!

So we got a style guide, we have our 'rudder', should we talk about how we want to organize ares ? And then start discussing the existing problems with phobos ?

The ogranizing will need to ...
  Topic: Style and standards
regan

Replies: 21
Views: 33812

PostForum: Ares   Posted: Sun Sep 12, 2004 4:12 pm   Subject: Style and standards
I want 2 spaces (at least no tabs!).This means war. Wink

Personally, I don't think things like spacing and private attributes are all that important. They don't have any affect at all on code ...
  Topic: Style and standards
regan

Replies: 21
Views: 33812

PostForum: Ares   Posted: Thu Sep 09, 2004 7:24 pm   Subject: Re: Style and standards

I would also suggest that all class variables be made non-public and that properties be used if direct variable manipulation is required.


Why?


A suggested class definition layout would b ...
  Topic: Http Server Freezes
regan

Replies: 25
Views: 37962

PostForum: Mango   Posted: Mon Sep 06, 2004 8:11 pm   Subject: Http Server Freezes
Ben just posted in the main NG that "std.thread installs SIGUSER1 and SIGUSER2 handlers for thread pausing and resuming."

So, what that means is if any thread gets a SIGUSER1 it will pause until i ...
  Topic: Http Server Freezes
regan

Replies: 25
Views: 37962

PostForum: Mango   Posted: Mon Sep 06, 2004 8:05 pm   Subject: Http Server Freezes
Have you tried catching the SIGUSR1 signal?

I'm not sure it will help identify where it's being generated, but if you log when you catch it you might notice something else.

This google groups se ...
  Topic: Http Server Freezes
regan

Replies: 25
Views: 37962

PostForum: Mango   Posted: Mon Sep 06, 2004 7:58 pm   Subject: Http Server Freezes
Another thing (which is also mildly annoying) is that socket doesn't seem to close immediately when the program dies, so if I try to run it again without waiting about 60 seconds, I get the following: ...
  Topic: Open Call for Suggestions: Project Direction and Features
regan

Replies: 45
Views: 86370

PostForum: Ares   Posted: Mon Aug 30, 2004 4:05 pm   Subject: my 2c...
I know I'm late joining this discussion but..

My opinion is that the decision about whether to use classes or free functions should be based on whether the 'thing' stores any state. If it stores st ...
  Topic: Let's name the namespace
regan

Replies: 20
Views: 45091

PostForum: Ares   Posted: Mon Aug 30, 2004 3:39 pm   Subject: Let's name the namespace
Why don't we just ask Walter? He should be able to give us a minimal phobos. From there we can check what bits we want to modify that are not accessable and petition Walter to change that for us, from ...
  Topic: mango and dmd 0.96
regan

Replies: 14
Views: 23552

PostForum: Mango   Posted: Wed Aug 11, 2004 6:46 pm   Subject: mango and dmd 0.96
If your kernel is configured to have a config file in /proc then you could look at this file...

What file am I looking for in /proc? (I am a newbie to using linux for anything other than compiling ...
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group