Code center > Darwinbots3

Helping

<< < (9/9)

Botsareus:

--- Quote ---I don't mind spending 4 or 5 months researching, implementing, and testing something even when there's an 80% solution that would probably suffice that someone could spit out in a few days. 
--- End quote ---

That is why I am afraid to touch the v3 source code.  :)
Also, I don't understand pointers really well. And I need to learn calc.

Peter:

--- Quote from: Numsgil on April 24, 2013, 07:48:18 PM ---Also, on introspection, my core coding philosophy is very slow and methodical, to the point of being nearly pedagogical.  I don't mind spending 4 or 5 months researching, implementing, and testing something even when there's an 80% solution that would probably suffice that someone could spit out in a few days.  That's pretty antithetical to how most video game programming is done (I guess I like the change of pace from work).  Many programmers I know in real life would chafe working under these sorts of conditions, so I recognize this might not be a project everyone would feel comfortable working on, even given the ability, interest and time to do so.
--- End quote ---
If it suffices it suffices. What kind of maniac would waste 5 months just to get a optimal solution.  ;)

rwill128:
Hey Numsgil -- I've been messing around with the r930 version of Azimuth, and I know nothing about using a C Preprocessor in a C# VS Solution like this, nor have I used macros very much (though I read up on the MSDN and other tutorial sites about them last week), nor have I ever configured VSE to use any "pre-build steps" before...

... so I'm a long ways away from being able to deliver the custom tools you asked for last week. I can't even get it to build right now.

If I learn more about how to accomplish the pre-build steps that you mentioned by hand, and actually get DenseVectorPre.cs working the way it's supposed to -- even if it's the long and time-wasting way -- then I can probably help with the custom tool and scripts much more easily. At the very least I'll have learned something new.

Can you message me with detailed instructions on how to build it? I've got the UnitTestSharp.dll linked, which was causing most of the errors -- and the last error is a lengthy one. I'll copy it below -- though I doubt it's even necessary.


--- Code: ---Error 4 The command "call C:\Darwinbots3\DarwinBots3.r930\Trunk\Modules.r930\Azimuth\..\..\3rdParty\mcpp\bin\release\mcpp C:\Darwinbots3\DarwinBots3.r930\Trunk\Modules.r930\Azimuth\Azimuth\DenseLinearAlgebra\DenseVectorPre.cs C:\Darwinbots3\DarwinBots3.r930\Trunk\Modules.r930\Azimuth\Azimuth\DenseLinearAlgebra\DenseVector.cs
call C:\Darwinbots3\DarwinBots3.r930\Trunk\Modules.r930\Azimuth\..\..\bin\release\Reformatter C:\Darwinbots3\DarwinBots3.r930\Trunk\Modules.r930\Azimuth\Azimuth\DenseLinearAlgebra\DenseVector.cs" exited with code 1. Azimuth

--- End code ---

Navigation

[0] Message Index

[*] Previous page

Go to full version