Thanks Ben for your answer, they're always appreciated.  Unfortunately, the
code that I was trying to compile as a shared library is an open source
stuff that uses "static" all over the place.  I am now trying to compile it
directly into my app.  However, my project requires "Activate C++ Compiler"
option be turned on.  That causes the open source stuff that I'm bringing in
to complain about the function headers.  The function definitions are in the
old K&R style:

int DH_my_function(dh)
DH *dh;
{...}

The compiler wants the ANSI style with the C++ compiler turned on. (int
DH_my_function(DH *dh)).  Is there a compiler switch that allows the old K&R
style funciton headers to work with the C++ compiler?

BTW, I tried getting the help screen in the "Settings" screen by pressing
F1.  The CW IDE complained about a PFrontEndC.hlp file not being present.  I
searched for the file but could not find it.  Is this help file available
somewhere?  I was trying to get help on the "Multi-Byte Aware" option.  Does
this option allow Unicode or any multi-byte character set support?

Thanks so much...
Young.



"Ben Combee" <[EMAIL PROTECTED]> wrote in message
news:68033@palm-dev-forum...
>
>
> "Young S. Cho" <[EMAIL PROTECTED]> wrote in message
> news:68023@palm-dev-forum...
> >
>
>
>
>



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to