Search:

Type: Posts; User: Necromancer

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    2,377

    The OS is linux (I don't know what distribution)....

    The OS is linux (I don't know what distribution).

    I press ctrl-c to kill the process. At this moment the process dies but display on the screen a message "segmentation fault".

    I think that in...
  2. Replies
    3
    Views
    2,377

    segmentation fault!!

    Hi!. I had a problem with a program in C++ using OCCI libraries. The program runs OK while is "running", but if I put in the console ctlr-c appears a message "segmentation fault"...here is the...
  3. Replies
    1
    Views
    1,347

    What's wrong with this Makefile??

    Hi folks!

    ...well...direct to the problem or "vamos al grano"...

    I execute the command make but don't "make" anything...

    My project has a Pro*c file with his include

    sql_def.pc and...
  4. Replies
    6
    Views
    1,140

    Sorry but my native languaje is spanish...I tried...

    Sorry but my native languaje is spanish...I tried to explain me in the better way.
  5. Replies
    6
    Views
    1,140

    Simbols in Makefile

    Hi!

    My doubt is the meaning of these simbols that i found in a makefile.

    $<
    $@
    $^

    thanks
  6. Replies
    2
    Views
    2,055

    Thanks for the info greetings

    Thanks for the info

    greetings
  7. Replies
    2
    Views
    2,055

    DevC++ and Pro*C

    Hello!!

    My doubt:

    is there any plug-in or something that allow me compiling a Pro*C program in DevC++ or which compiler can you recommend me to compiling on windows a Pro*C file.

    thanks
  8. Replies
    10
    Views
    1,670

    Thanks Elysia for your time and patience. The...

    Thanks Elysia for your time and patience. The mistake must be there in other place. I'll check the entire code...thanks

    Greetings from Chile!!
  9. Replies
    10
    Views
    1,670

    I'm sorry...i'm wrong with the declaration. ...

    I'm sorry...i'm wrong with the declaration.

    The type is char...i forgot to put there...

    char retorno[199]

    that's the declaration...
  10. Replies
    10
    Views
    1,670

    Pro*c is the same than C but with SQL...

    Pro*c is the same than C but with SQL sentences...nothing more.

    Yes!!...the return make (build??) a pointer from an integer without a conversion...is in that line the warning.
  11. Replies
    10
    Views
    1,670

    Sorry...here the code goes :-) The source is...

    Sorry...here the code goes :-)

    The source is not pure C is Pro*C (but the pointers are the same :-) )



    /* Global variables */
    EXEC SQL BEGIN DECLARE SECTION;
    retorno[199];
    EXEC SQL...
  12. Replies
    10
    Views
    1,670

    Problems returning char *

    Hi!, I'm new and speak spanish...Therefore I hope that you can understand me and help.

    My problem is the next:

    I have a function with this statement

    char * consultaCuenta(char *buffer, char...
Results 1 to 12 of 12