Don,

Does the current version of the BCB stuff generate good exceptions when
parsing? There used to be a problem with the resource compiler which meant
that WinMsgLoader always yields an empty message.

TIA, Evert

> -----Original Message-----
> From: Don Mastrovito [mailto:[EMAIL PROTECTED]]
> Sent: Monday, January 14, 2002 17:14 PM
> To: [EMAIL PROTECTED]
> Subject: RE: Need Help getting started
>
>
> Ranjana,
>
> The BCB5 dll can be placed somewhere in your application's path.  You can
> use the .h files out of the xerces-c1_6_0-win32.zip download.  All Xerces
> functions work as documented with BCB.  You will use all the same
> functions
> in the same places as you would had you written your app with MSVC or on
> some other platform.  In other words, make the InitializeI()
> call.  Create
> your parser.   Make the parse("filename") call, etc.  Depending upon what
> you are trying to do, the DOMPrint example is a good starting point for a
> lot of people.
>
> Don
>
> At 10:44 AM 1/14/2002 -0500, you wrote:
> >Don
> >Thanks for your reply.
> >i am using Borland C++Builder 5.
> >I just downloaded the xerces-c1_6_0-BCB5.zip file.
> >I notice that there is a dll file in there. These are my questions as
> >follows:
> >1)How do I get started , just incorporated  the dll
> >   in my program or is there anything else that I need to do.
> >2)Do I need to do this to initialize:
> >         try {
> >                 XMLPlatformUtils::Initialize();
> >             }
> >                 catch (const XMLException& toCatch) {
> >                 // Do failure processing here
> >             }
> >3)Do I in anyways need any of the files from the
> >xerces-c1_6_0-win32.zip file
> >Thanks in advance
> >
> >-----Original Message-----
> >From: Don Mastrovito [mailto:[EMAIL PROTECTED]]
> >Sent: Monday, January 14, 2002 10:20 AM
> >To: [EMAIL PROTECTED]
> >Subject: Re: Need Help getting started
> >
> >
> >Ranjana,
> >
> >The xerces-c1_6_0-win32.zipzip file you downloaded contained only the
> >MSVC
> >binaries.  These are the onles that are built by the Xerces team.  I
> >supply
> >them with the Borland stuff.  You can find those files in
> >http://xml.apache.org/dist/xerces-c/experimental/bcb5/xerces-c1_6_0-BCB5
> >.zip.
> >I only maintain the BCB5 files.  Let me know if you are running an older
> >
> >IDE and we'll figure something out.
> >
> >HTH,
> >Don
> >
> >At 10:07 AM 1/14/2002 -0500, you wrote:
> > >Hi all
> > >I am very new to C++ and  XML , however I need to do a project using
> > >Xerces in Borland C++.
> > >Can somebody please help me get started.
> > >I have downloaded the "xerces-c1_6_0-win32.zip" file and set my 'path'
> > >to point to the bin directory .
> > >But i cant get the samples to work.
> > >I have also seen some downloads specifically for BorlandC++. What is
> > >that for , am i supposed to use those instead of the one mentioned
> > >above.
> > >If so what i do after I download these files - add those to my path
> > >too.....?????
> > >I know these are dumb questions but I really dont know how to get
> > >started. Please help me
> > >
> > >Ranjana Srivastava
> > >Controller Technologies Corporation
> > >810-532-8400
> > >
> > >
> > >
> > >---------------------------------------------------------------------
> > >To unsubscribe, e-mail: [EMAIL PROTECTED]
> > >For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to