www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Dee Wrapper Generator for C++

reply Remy Moueza <Remy_member pathlink.com> writes:
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
next sibling parent "Jarrett Billingsley" <kb3ctd2 yahoo.com> writes:
"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
prev sibling parent reply "Charlie" <charles jwavro.com> writes:
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++ 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
parent reply Remy Moueza <Remy_member pathlink.com> writes:
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
parent "Charlie" <charles jwavro.com> writes:
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