Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by FransJ

  1. FransJ

    Durration not active error with OCIAQDeq

    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...
  2. FransJ

    GDB install question

    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...
  3. FransJ

    Impossible pointer to function assignment?

    Ok Ankan and Roy, I was afraid you were going to write this :-(, but (of course) thanks for your help. :-) Frans
  4. FransJ

    Impossible pointer to function assignment?

    (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]...

Part and Inventory Search

Back
Top