Re: Documentation & Examples
Morten Andersen <[email protected]>
| Newsgroups | gmane.comp.windows.devel.jawin |
|---|---|
| Organization | Arosii Information Systems A/S |
| Message-ID | <[email protected]> |
Hi Alex First sorry for being so slow in answering (hrmf - it seems I start all my emails with this stupid excuse :-), I better just add it to my signature). Alex Kotchnev wrote: > >>That sound really great, have you considered making these examples as >>test-cases? Check the org.jawin.InstructionTest in the test-src branch >>at the Java side, and the cpp/CallCOMUnitTest/instructionTests.cpp on >>the native side. You should be able to run the tests with the "ant test" >>target - please email me if you gets classpath problems, as it at least >>needs junit.jar. > > > I will add the examples that I was considering in a separate test case : I > would rather use the Win32 functions as the C-side of my tests, because I > really don't have a good setup for building the native side of Jawin. > Actually, I have VS.NET installed (and I guess I could build the native > side as well), but when I open the project it attempts to convert it to > its own project format. We have heard about that before, and that should be okay, and actually make it possible to build it from the command line with .NET-tools afterwards. Please see this email: http://discuss.develop.com/archives/wa.exe?A2=ind0311d&L=jawin&T=0&F=&S=&P=728 It would be great if you could build the native projects from the command line as described in the mail. Then we could probably also come up with a way to modify the build file, so it would support both VS5/6 and VS.NET builds. > I don't want to mess up the setup that you are > using, so I will be very careful not to accidentally commit the project > files. Btw, what environment do you use to build it ? Personally I use VS6, I thing Robert uses VS5, and I am not really sure what other uses? [SNIP] > > Well, I have to thank you for this - you are the genius who made this up, > I'm just the ant that brings his contribution to the anthill... Oh, I have to correct you on this (at least if you with the phrase "you" mean me as a person). The project was started by Stuart Halloway, with bigger or smaller contributions by all the persons mentioned on the contributers page. I only joined recently as yourself, and hasn't commit'ed much code, but mostly documentation and refactoring/cleaning. Best Regards Morten