Operating System - HP-UX
1832577 Members
3058 Online
110043 Solutions
New Discussion

hsearch/hcreate in 64 bits

 
Jordi Adame
Occasional Advisor

hsearch/hcreate in 64 bits

Hello,I have a C 32 bits app. When I compile that same application using 64 bits, hcreate() and hsearch() stop working properly.Is this a know issue? any ideas?Thanx
2 REPLIES 2
A. Clay Stephenson
Acclaimed Contributor

Re: hsearch/hcreate in 64 bits

You didn't indicate your OS but there were some patches for hsearch. Go the the Patch Database -> HP-UX --> Your OS Level and enter 'hsearch' as a search string. Download and install that patch and I think your problems will go away. The problems relate to different header file being using to compile library functions.
If it ain't broke, I can fix that.
Jordi Adame
Occasional Advisor

Re: hsearch/hcreate in 64 bits

Im running HPUX 800 11.11. I searched for the hsearch patch and there were no such patches. any other idea? regards