On 8/29/06, Pete Robbins <[EMAIL PROTECTED]> wrote:
ok. I have windows nearly working now! The problem was a bug in MS STL map implemenation. I had to change the way we pass the services/references maps back to be a reference then iterate over using size() rather than <map>.end().
Another reason to look at moving to stdcxx? As an aside I can't get the linux code to build at the moment. It fails
building the scatest stuff. I think this test is in the wrong place now and I will disable building it for now.
All this stuff looks good - I've got a few chunks of code that can run Python scripts and classes. When you think things have settled enough I'll sort out a Python extension based on the C++ one we now have. Cheers Andy
On 29/08/06, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: > > Pete Robbins wrote: > [snip] > > Could the ws binding extension be packaged as: > > > > extensions/ > > ws/ > > reference > > service > > xsd > > > > ? > > > > Yes, looks good to me. > > -- > Jean-Sebastien > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Pete
