Search:

Type: Posts; User: balulu

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,358

    You might want to look into Clam...

    You might want to look into Clam
  2. Replies
    2
    Views
    2,778

    Yea, I did that. the -L/usr/local/lib/STLPort/...

    Yea, I did that. the
    -L/usr/local/lib/STLPort/ added the path and the
    -lstlport (now -lstlport.5.2 since new compilations) to link it to the libstlport.5.2.dll.a library. I'm pretty sure that I'm...
  3. Replies
    2
    Views
    2,778

    Linking to STL Port Libraries failing

    After hours of googling and options testing I've broken down and decided to ask for help.

    I am trying to compile a test application for the STLPort libraries under MinGW and Msys.

    I...
  4. Replies
    45
    Views
    28,291

    Pointer Errors: The first error is in the way...

    Pointer Errors:
    The first error is in the way your passing the numbers.
    You've defined:


    bool isPrime(int *number);

    which essentially means your declaring a pointer to a number.
    The value...
  5. Replies
    0
    Views
    4,625

    ReadProcess Memory with Offsets

    I'm currently coding a class file to read an integer from another process from its base address. The target is CheatEngine's tutorial step 8 (multilevel pointers) cause it was on hand and works very...
Results 1 to 5 of 5