Re: DAS C++ needing volunteers and advises

2007-01-15 Thread Adriano Crestani
There are a lot Geoffrey : (...I'm compiling class by class and seeing the errors and fixing them. If you want to help to fix the code that would be great. But actually I don't know how to assign the classes you or me is going to work, the problem is that sometimes when I'm fixing the errors of

Re: DAS C++ needing volunteers and advises

2007-01-15 Thread Adriano Crestani
The DASObject I'm handling using a void* and a short that defines the object's type that the void* points: typedef void* DASPointer; class DASValues { const static short DAS_BOOL = 1; const static short DAS_STRING = 2; }; class DASObject { private: DASPointer dasPointer;

Re: DAS C++ needing volunteers and advises

2007-01-14 Thread Adriano Crestani
Thanks a lot Geoffrey, I think it will work ; ) Adriano Crestani On 1/11/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: [snip] Pete Robbins wrote: On 09/01/07, Luciano Resende [EMAIL PROTECTED] wrote: To get more people helping on this I was wondering if we should add the code to

Re: DAS C++ needing volunteers and advises

2007-01-11 Thread Jean-Sebastien Delfino
[snip] Pete Robbins wrote: On 09/01/07, Luciano Resende [EMAIL PROTECTED] wrote: To get more people helping on this I was wondering if we should add the code to the trunk, where more people would have access to review and contribute to the code. Could you guys advise me where is best for me

Re: DAS C++ needing volunteers and advises

2007-01-10 Thread Pete Robbins
On 09/01/07, Luciano Resende [EMAIL PROTECTED] wrote: To get more people helping on this I was wondering if we should add the code to the trunk, where more people would have access to review and contribute to the code. Could you guys advise me where is best for me to place this initial code

Re: DAS C++ needing volunteers and advises

2007-01-10 Thread Geoffrey Winn
Going back to your original questions, I'll try to comment on some of them one at a time, starting with ... On 09/01/07, Adriano Crestani [EMAIL PROTECTED] wrote: - DASObject: I initially created this class to set in place of the Java Object class. The DAS Java has some functions that takes

DAS C++ needing volunteers and advises

2007-01-09 Thread Adriano Crestani
Luciano Resende and me are developing the DAS C++. I started developing it translating the classes from DAS Java to DAS C++. I've already converted most of classes to C++, but the project is not compiling successfully yet and I think it will take some time to. There are many things to be done

Re: DAS C++ needing volunteers and advises

2007-01-09 Thread Geoffrey Winn
On 09/01/07, Adriano Crestani [EMAIL PROTECTED] wrote: Luciano Resende and me are developing the DAS C++. I started developing it translating the classes from DAS Java to DAS C++. I've already converted most of classes to C++, but the project is not compiling successfully yet and I think it

Re: DAS C++ needing volunteers and advises

2007-01-09 Thread Pete Robbins
Is there a DAS C++ specification? On 09/01/07, Geoffrey Winn [EMAIL PROTECTED] wrote: On 09/01/07, Adriano Crestani [EMAIL PROTECTED] wrote: Luciano Resende and me are developing the DAS C++. I started developing it translating the classes from DAS Java to DAS C++. I've already converted

Re: DAS C++ needing volunteers and advises

2007-01-09 Thread Luciano Resende
To get more people helping on this I was wondering if we should add the code to the trunk, where more people would have access to review and contribute to the code. Could you guys advise me where is best for me to place this initial code (non working at the moment) ? Should it go to my sandbox ?

Re: DAS C++ needing volunteers and advises

2007-01-09 Thread Adriano Crestani
The project was uploaded here: http://issues.apache.org/jira/browse/TUSCANY-1040 On 1/9/07, Luciano Resende [EMAIL PROTECTED] wrote: To get more people helping on this I was wondering if we should add the code to the trunk, where more people would have access to review and contribute to the

Re: DAS C++ needing volunteers and advises

2007-01-09 Thread Adriano Crestani
Hi Geoffrey, we're accepting any help. If you explain what you know about SDO that could help in DAS C++ would be useful. Thanks! Adriano Crestani On 1/9/07, Adriano Crestani [EMAIL PROTECTED] wrote: The project was uploaded here: http://issues.apache.org/jira/browse/TUSCANY-1040 On 1/9/07,