Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - dragonlordged

Pages: [1] 2
1
Newbie / Question for the regulars
« on: December 09, 2009, 03:30:27 PM »
I suppose so. I'll go change that around shortly.

2
Newbie / Question for the regulars
« on: December 09, 2009, 02:01:32 PM »
Numsgil, I added README files to most folders in the Modules folder, describing what (I think) they do. I also added a few other READMEs to help repository navigation. See what you think and tell me if I got anything wrong.

3
Newbie / Question for the regulars
« on: December 07, 2009, 10:29:01 PM »
Okay, I'll start to work on that later tonight. The only one that I can't begin to understand yet is the Azimuth module. Can you give me a brief rundown so I can get a picture in my head before I start running through the code?

4
Newbie / Question for the regulars
« on: December 07, 2009, 09:53:18 PM »
That image is quite useful, but I still think several of the modules could do with commenting in their code at least at the top which simply describes what they are supposed to do or what they're for. I mean, just looking at the repository, you'd think that Core is the only folder you need to look in and that all the others just make libraries that add on to the functionality of Core, but that's obviously (to me now) not the case. As a beginning contributor, I have little idea of what to add to and how to add it without more documentation than is available.

From my personal experience, while unit testing is an incredibly useful supplement to documentation and comments, it's not enough on its own.

5
Newbie / Question for the regulars
« on: December 07, 2009, 09:24:21 PM »
Numsgil, I'm going to start adding some of the stuff you've told me and the stuff I can figure out about the code in as comments, because I have had no luck figuring out how this project works and therefore can't really figure out how to add to it. I'm thinking that by adding more comments at least I can help out anyone who wants to contribute later.

6
Newbie / Question for the regulars
« on: December 03, 2009, 05:28:54 PM »
Just a quick question. What's UI.Winforms? If I remember, I couldn't even get it to compile. I'll take a look at UI.Controls.

7
Newbie / Question for the regulars
« on: December 03, 2009, 04:26:34 PM »
So yeah, the problem currently is that, since I can't just run the scripts and watch it compile, I can't seem to find anything central (which would be the optimal place to put console features). I've tried building a few of the projects in the repository, but most of them will build and will not run "A project with output type of class library cannot be started directly." I mean, I can see that this project is very modular based on your svn setup, but there's got to be something central to the project in some sense. Any ideas?

8
Newbie / Question for the regulars
« on: December 02, 2009, 11:41:08 PM »
It seems to be the correct path, and echoing SetUpVSPath shows exactly what I expected (fails to find Visual Studio and VCExpress), but I've still got nothing.

9
Newbie / Question for the regulars
« on: December 02, 2009, 08:53:21 PM »
It's C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE, which is where my devenv application is located.

10
Newbie / Question for the regulars
« on: December 02, 2009, 06:41:34 PM »
Okay, the line I think pertains is in SetUpVSPath in the Helper Scripts.

FOR /F "usebackq tokens=3 delims=   " %%R IN (`"reg query HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VCSExpress\9.0 /v InstallDir | find ":\""`) DO SET DB3_DEVENV_PATH=%%R

At HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VCSExpress\9.0 is a folder containing a bunch of registry stuff for Visual Studio, as I expected. I'm not sure I get what /v InstallDir | find ":""`) does, though.

11
Newbie / Question for the regulars
« on: December 02, 2009, 04:46:40 PM »
Express.

12
Newbie / Question for the regulars
« on: December 02, 2009, 02:26:33 PM »
Well, it's not finding Visual Studio. I'm confused. I'll look at it later.

13
Newbie / Question for the regulars
« on: December 02, 2009, 01:38:17 PM »
I've got vs 2008 (9.0) and am running it in Vista. I didn't try running as admin, but I'll try that. I'm not sure how it's expecting to find Visual Studio in the path that it's looking in, but we'll see if it can find it now, after I finish reinstalling.

14
Newbie / Question for the regulars
« on: December 02, 2009, 12:20:59 PM »
So when I run the BuildAll scripts, I get a 'Visual Studio 9 cannot be found' error. I've tried reinstalling Visual Studio, but had no luck. I believe I have all the dependencies installed correctly. Any ideas?

15
Newbie / Question for the regulars
« on: December 02, 2009, 02:19:04 AM »
Currently I'm still stuck getting the code to compile correctly and run the tests. I think we'll be starting off with the console functionality.

Pages: [1] 2