digitalmars.D.announce - Dee Wrapper Generator for C++
- Remy Moueza (10/10) Mar 31 2005 I've just uploaded my C++ wrapper on my webpage at remy.moueza.free.fr.
-
Jarrett Billingsley
(3/3)
Mar 31 2005
"Remy Moueza"
wrote in message - Charlie (13/23) Mar 31 2005 I tried running it and got this error on a CPP file:
- Remy Moueza (2/9) Apr 01 2005 It may be because you've got space in your path...
- Charlie (3/15) Apr 01 2005 Ok I will try it in a dir without spaces.
I've just uploaded my C++ wrapper on my webpage at remy.moueza.free.fr. It's a set of Python scripts to generate wrapping code arround C++ header files to be able to use it from Dee. It's not really finished and the dependency generation has some shortcoming but I still have managed to port a reduced set of the FLTK library with it. As it seems to be now quite stable, I'd like people to use it and give me remarks, and feedbacks. I hope this help to make Dee a greater programming language and help developper going even further in their developpments. Remy.
Mar 31 2005
"Remy Moueza" <Remy_member pathlink.com> wrote in message news:d2hnbn$1sdo$1 digitaldaemon.com... Uhh, the name's "D", not "Dee."
Mar 31 2005
I tried running it and got this error on a CPP file: Executing: gccxml /cygdrive/c/Documents and Settings/qbert/My Documents/Unzipped/deewraptor/foo.cpp -I/cygdrive/c/Documents and Settings/qbert/My Documents/Unzipped/deewraptor -fxml=foo.xml Error while calling gccxml. Exiting. errorcode: 256 ? Charlie "Remy Moueza" <Remy_member pathlink.com> wrote in message news:d2hnbn$1sdo$1 digitaldaemon.com...I've just uploaded my C++ wrapper on my webpage at remy.moueza.free.fr. It's a set of Python scripts to generate wrapping code arround C++ headerfilesto be able to use it from Dee. It's not really finished and the dependency generation has some shortcoming but I still have managed to port a reducedsetof the FLTK library with it. As it seems to be now quite stable, I'd like people to use it and give me remarks, and feedbacks. I hope this help to make Dee a greater programming language and helpdeveloppergoing even further in their developpments. Remy.
Mar 31 2005
In article <d2hupk$23ju$1 digitaldaemon.com>, Charlie says...I tried running it and got this error on a CPP file: Executing: gccxml /cygdrive/c/Documents and Settings/qbert/My Documents/Unzipped/deewraptor/foo.cpp -I/cygdrive/c/Documents and Settings/qbert/My Documents/Unzipped/deewraptor -fxml=foo.xml Error while calling gccxml. Exiting. errorcode: 256 ?It may be because you've got space in your path...
Apr 01 2005
Ok I will try it in a dir without spaces. "Remy Moueza" <Remy_member pathlink.com> wrote in message news:d2jlvl$rns$1 digitaldaemon.com...In article <d2hupk$23ju$1 digitaldaemon.com>, Charlie says...I tried running it and got this error on a CPP file: Executing: gccxml /cygdrive/c/Documents and Settings/qbert/My Documents/Unzipped/deewraptor/foo.cpp -I/cygdrive/c/Documents and Settings/qbert/My Documents/Unzipped/deewraptor -fxml=foo.xml Error while calling gccxml. Exiting. errorcode: 256 ?It may be because you've got space in your path...
Apr 01 2005