|
From: legine <le...@go...> - 2011-11-12 16:55:26
|
On 12/11/11 17:04, Bérenger Morel wrote: > 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. Yes, just trying to get a foot in the door myself. So yes I found today out that the code is not compiling for me either. Some ressources mentioned in the makefile seem to be missing, and at the moment I am stuck with the RCX facillity. I am pretty sure it worked in some earlier stage. I have time tomorrow. I will tinker around and see if there is a version that compiles. Maybe that would be better start then just to pick the latest c++ commit. > 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. I dont think so. For years now no one did anything on the Delphy code. > > 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. Yes. > > By curiosity, what tools are you using to develop in C++ with wxWidgets I tried CodeBlocks, CodeLite, Eclipse c++ add in. Nothing realy worked, since no Project files were at hand and I am not experienced with any of those. So basicly I now use Vi and the command line to go. If I get my foot into the door I may try again to switch to an IDE. But first step is learning what situation the code is in. > > 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. > I can read c++ code. So far I understand the detail,s but do not have the overall picture. However I will return to the offer. I am real unexperienced when it comes to gui Programming. I am used to write data calculating code. The wxWidgets Code uses very special features of the framework. So here to I will need some assistance I guess. Any help is appreciated. If you have Questions or Issues, feel free to post them to me. Maybe together we will be faster, since my time is limited too. Cheers Peter |