Hi, I've updated the BigBank sample today to get it working on windows based on the new directory and deployment structure. One thing I had to do to get it all working was change all the component interfaces from using char* strings to std::string, as the changes to the binding.ws service and reference stuff that went in for r449433 means that using char* strings causes a crash.
Was this the desired effect of the change? Do we want users to only use std::string in their component interfaces? Is there a way to accomodate both std::string and char*? Cheers Andy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
