Using OW APIs from a C++ program

GeekPlanet

Member
I have a C++ program which compiles and links well on the windows environment and is able to do the OW API calls.

However, when the same is tried to compile and link on a UNIX system. the compile and link happens successfully. However, during runtime PRT_TerminateLib is unresolved.

If anybody knows what this library is and other dependecies if any that need to be linked. Or are there any special compiler options if any to be used to make this work, please let me know.

Platform :Oracle 8, HPUX,B7333
 
Back
Top