[EMAIL PROTECTED] wrote:
As suggested, I tried to create Executable from CPP program with following command

*c++ -+ -v -V -W c,dll -I/usr/lpp/ixm/IBM/xml4c-5_5/include -o bun bun1.cpp /usr/*
*lpp/ixm/IBM/xml4c-5_5/lib/libxerces-c2_6_0.x 1>out 2>err*

This step has created Executable with name 'bun'. But now when I try to run bun executable, it gets crashed and getting message like process Killed....
If you'd provide full crash message from your system it would be more
helpful. I suppose that system cannot find libxerces-c2_6_0.dll. You
could try to run your executable when /usr/lpp/ixm/IBM/xml4c-5_5/lib/ is
your current directory.

If it is not the case then I suggest your look at the Toolkit samples
first. If it works - do the same things with your program. If the
samples doesn't work then contact the Toolkit support team as suggested
by David Cargill.


Good luck!
        Vitaly

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

Reply via email to