Search:

Type: Posts; User: Boomn4x4

Search: Search took 0.00 seconds.

  1. Replies
    13
    Views
    6,468

    The OpenEdge application that calls It core dumps...

    The OpenEdge application that calls It core dumps with a memory violation.

    OpenEdge only recognizes C external libraries, if i don't extern the functions and compile them as C programs, OpenEdge...
  2. Replies
    13
    Views
    6,468

    I've stripped the code down to almost nothing.......

    I've stripped the code down to almost nothing.... here is the entire project.

    header file


    #include <inttypes.h>
    #include <time.h>
    #include <stdlib.h>
    #include <string.h>
    #include...
  3. Replies
    13
    Views
    6,468

    The errors don't happen on compile. They are run...

    The errors don't happen on compile. They are run time.

    My library compiles without an issue. However, when I call the library functions, I get run time errors with Memory Violations.

    The...
  4. Replies
    13
    Views
    6,468

    Yes, I have.

    Yes, I have.
  5. Replies
    13
    Views
    6,468

    Yes, it was... and a bad one at that. After...

    Yes, it was... and a bad one at that. After giving eclipse a few seconds, it picked up the stringstream and it worked fine.

    However, my problem still exists.

    If I take every reference to...
  6. Replies
    13
    Views
    6,468

    Stringstream data type causing problems

    I have a C++ shared library that I am calling from an OpenEdge application. Up until today, everything was fine. Over the past few days I have been making changes to my eclipse development...
Results 1 to 6 of 6