Operating System - Linux
1830045 Members
4732 Online
109998 Solutions
New Discussion

libCsup.1 & libCsup.2 on HPUX 11

 
Rod Fortney
New Member

libCsup.1 & libCsup.2 on HPUX 11

What is the difference in libCsup.1 & libCsup.2 on 11.0?

I have noticed that with other "versions" libraries that the .1 is referenced as a 10.x compatible version but that is not the case with libCsup.

I am getting errors with a new() int constructor and libCsup.2 seems to support new () long.

Can I use both libraries at the same time?

Thanks
1 REPLY 1
Dennis Handly
Acclaimed Contributor

Re: libCsup.1 & libCsup.2 on HPUX 11

Yes, libCsup.1 is only for 10.x applications and .2 for 11.00 and 11.11.

You can't use both libs at the same time. It appears you are trying to mix 10.x libs with your 11.00 application.