In a program we use Oracle Advanced Queueing OCI calls to communicate with other programs. For reading messages we use the OCIAQDeq function. When this function returns an error we re-initialize the communication channel and try to re-read from it. However, such a re-read returns an error code...
Hi all,
After having some problems with segmentation errors and reading through some of the topics here on this forum, i decided to use GDB to solve the problem. Finding the source for this was no problem. That started after the configuration. When i tried to make, an error occured:
Make: line...
(How) can I let a "pointer to a function" variable point to a function that is specified by another variable?
Example:
char rec_value[20];
int (*rcv_mail[2])(char *msg);
extern int ser_rcv_mail(char *msg);
strcpy (rec_value,"ser_rcv_mail");
Is it possible to let rcv_mail[0]...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.