I should add that the problem only occurs in the release build of Calculator, not the Debug build, and is specific to VC6 , not VC7. probably worth documenting but not a showstopper.
On 12/07/06, Edward Slattery <[EMAIL PROTECTED]> wrote:
And thatll teach me! The VC6 build of Calculator still has a couple of problems - mainly the Input for libs and the include path are not right. Ive put them right and checked in the changes. Hope that helps. On 12/07/06, Edward Slattery <[EMAIL PROTECTED]> wrote: > > I have tried the command line, windows vc6 and windows vc7 in both > release and debug mode. This one works for me! > +1 > > > On 12/07/06, Brent Daniel <[EMAIL PROTECTED] > wrote: > > > > FYI, I took a quick look at this today and was able to run through the > > setup and samples for the windows binary distribution without any > > problems. > > > > Brent > > > > > > On 7/12/06, Pete Robbins <[EMAIL PROTECTED]> wrote: > > > I have posted a 2nd candidate for the first C++ release here: > > > http://people.apache.org/~robbinspg/RC-2 > > > > > > > > > Please vote to publish the Milestone 1 release distributions. Please > > > take some time to download the distributions, review them and test > > them > > > in your environment before voting. > > > > > > The vote is open for at least the next 72 hours. > > > At least three +1 votes are required, and only the votes from > > > Tuscany committers are binding. If the majority of all votes is > > > positive, I will send a summary of that vote to the Incubator's > > general > > > list to formally request the Incubator PMC to approve the Tuscany > > C++ > > > Milestone 1 release. For your reference the Incubator release policy > > > > > guidelines are available at > > > > > http://incubator.apache.org/incubation/Incubation_Policy.html#Releases > > . > > > > > > > > > > > > Release Summary > > > ============= > > > > > > Tuscany SCA C++ provides a runtime implementation for the Service > > Component > > > Architecture 0.9 specification, written in C++ and will currently > > support > > > C++ > > > component implementation types. This is not yet a complete > > implementation > > > and > > > known restrictions are described below. > > > > > > Supported SCA Assembly Model features > > > * All features are supported unless listed under the known > > restrictions > > > below. See SCA Assembly Model specification. > > > > > > Supported language bindings > > > * Component implementations written in C++. See SCA Client and > > > Implementation Model specification. > > > * Component interfaces described by C++ classes. See SCA Client and > > > Implementation Model specification. > > > > > > Supported external service and entry point bindings > > > * The web service binding is supported. This implementation will > > support > > > web services which using document literal SOAP bindings > > conforming to > > > the > > > WS-I basic profile (rpc/encoded is not yet supported). > > > > > > Known restrictions > > > * Subsystem: wiring, entry points and external services are not > > supported. > > > * Local service interfaces cannot use overloaded operations (the > > SCA > > > specification limits remote service interfaces to not using > > > overloaded operations). > > > * Each WSDL definition for a web service binding must be in a > > single WSDL > > > document. > > > * No load time validation of the deployed SCA application (run time > > > > > validation only). > > > * No metadata API. > > > > > > A sample is included which demonstrates deploying an SCA module, > > component > > > wiring, locating and invoking C++ service from C++ > > component, invoking from > > > a C++ client, and exposing a service as a web service using ws > > binding. > > > > > > > > > Cheers, > > > > > > > > > -- > > > Pete > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > >
