|
From: Bérenger M. <fr...@ho...> - 2011-11-12 16:04:21
|
When I looked at cpp code (a few time after my last post), it was not able to even compile. I made it compiling, but didn't manage to go very far, because lacking of time, and don't know what is currently done in this port, and finally just forgot to look if there were modifications until now. I would like to help, but I don't know delphi. It could not be a big problem if I was able to compile, to implement methods one after one, but I am usually working on Linux. On linux, I tried to use lazarus, (the GUI is quite strange) but it can not compile under Linux, it seem there are many code dependency to windows. If there is a free IDE in windows, maybe I could give another try to compile the original beast. Or find the main file of the program, to be able to know call hierarchy. But I see you have done some commit, and that it seem you made a mistake with the first one. Maybe some problems I had were relative to that, I will retry to compile and look at the project in a few time. By curiosity, what tools are you using to develop in C++ with wxWidgets? PS: if you have problems on a point related to c++, maybe I could help you, it is my favorite language. And for wxWidgets use, to have something nice is quite simple: just use sizers and the controls will take their place naturally, without specifying positions. > Date: Sat, 12 Nov 2011 13:59:09 +0100 > From: le...@go... > To: aut...@li... > Subject: [Autorealm-develop] retrive sources > > Hi, > > not sure why my first mail did not arrive to the mailing list. > > Development on the c++ code is done by Michael Pederson, and some more > contribution from 2006 to 1008/9 (not sure), python code is started > directly after. > > I have forked a repository on github, because I believe you can easier > access it. > https://github.com/leginee/Autorealm > > I have made 3 branches. 1 delphi code, one for the wxwidget code (named > cpp) and one for the python code. The documentation is fairly out dated > in cpp. > I try to find you the command line for mercury checkout if interested. I > got it somewhere. > > I am working on the code but I am not good at c++ in general. At the > moment I try to get a nice working area, and then start with updateing > the documentation first. > I am pretty slow, so feel free. > > Cheers > Peter Kovacs > > > On 16/10/11 03:11, aut...@li... wrote: > > Send Autorealm-develop mailing list submissions to > > aut...@li... > > > > To subscribe or unsubscribe via the World Wide Web, visit > > https://lists.sourceforge.net/lists/listinfo/autorealm-develop > > or, via email, send a message with subject or body 'help' to > > aut...@li... > > > > You can reach the person managing the list at > > aut...@li... > > > > When replying, please edit your Subject line so it is more specific > > than "Re: Contents of Autorealm-develop digest..." > > > > > > Today's Topics: > > > > 1. retrive sources (B?renger Morel) > > 2. Re: retrive sources (Harald Meland) > > 3. Re: retrive sources (B?renger Morel) > > 4. Re: retrive sources (Andre Trettin) > > 5. Re: retrive sources (B?renger Morel) > > > > > > ---------------------------------------------------------------------- > > > > Message: 1 > > Date: Thu, 25 Aug 2011 19:37:47 +0000 > > From: B?renger Morel<fr...@ho...> > > Subject: [Autorealm-develop] retrive sources > > To:<aut...@li...> > > Message-ID:<BAY...@ph...> > > Content-Type: text/plain; charset="iso-8859-1" > > > > > > Hello everyone... If someone still here. > > > > > > I know this project is dead, but I would like to read the sources, both deplhi and C++ one, maybe make this nice tool rebirth. > > I already thought on it there are 2 or 3 years, but I didn't know how to use wxWidgets. Since this time, I've learned it. Now I think I could at least try to continue this tool. > > I have checked the mercurial repository on sourceforge, but there are only python files in it, and it is said that you have started a translation of autorealm from delphi to C++. And pyton "sources" seems to be very light... (4M maybe) > > > > > > So I would like to know where to checkout delphi sources at least, and C++ if possible. > > > > > > Thanks > > > > -------------- next part -------------- > > An HTML attachment was scrubbed... > > > > ------------------------------ > > > > Message: 2 > > Date: Fri, 26 Aug 2011 09:13:46 +0200 > > From: Harald Meland<har...@gm...> > > Subject: Re: [Autorealm-develop] retrive sources > > To: Developers of AutoREALM<aut...@li...> > > Message-ID: > > <CAG...@ma...> > > Content-Type: text/plain; charset=UTF-8 > > > > On Thu, Aug 25, 2011 at 21:37, B?renger Morel<fr...@ho...> wrote: > >> So I would like to know where to checkout delphi sources at least > > I'm not sure that this is the authoritative source, but there seems to > > be some delphi code here: > > > > http://autorealm.hg.sourceforge.net/hgweb/autorealm/autorealm_delphi/ > > > >> and C++ if possible. > > As far as I know, the C++ conversion attempt was abandoned quite early > > -- certainly well before the C++ code was anywhere near resembling the > > functionality found in the original Delphi code. > > > ------------------------------------------------------------------------------ > RSA(R) Conference 2012 > Save $700 by Nov 18 > Register now > http://p.sf.net/sfu/rsa-sfdev2dev1 > _______________________________________________ > Autorealm-develop mailing list > Aut...@li... > https://lists.sourceforge.net/lists/listinfo/autorealm-develop |