|
|
|
Re: Terminating the application when I execute sqlcxt in Pro*C/C+ Program in Unix [message #94310 is a reply to message #94308] |
Sat, 17 July 2004 00:18 |
Jai Vrat Singh
Messages: 205 Registered: September 2002 Location: Singapore
|
Senior Member |
|
|
In my systems' .o file which contains sqlcxt defined, has a return type of void. I do not think it will be different in your case. Can you send me your code pls?
It is generally not good to touch .c files produced from .pc files. Whatever impelementation reqd, should be made in .pc only. It is difficult to guess without seeing the actual code. Can you please post the code?
Or you can use dbx/your debugger to exaclty point the place and error
|
|
|