Search:

Type: Posts; User: evilpope

Search: Search took 0.00 seconds.

  1. Replies
    9
    Views
    2,433

    Made that change and now im getting an error...

    Made that change and now im getting an error trying to compile :/

    error C2440: '=' : cannot convert from 'FARPROC' to 'MAKECRC'

    on line:

    makeCRC=GetProcAddress((HMODULE)hLib, "makeCRC");
  2. Replies
    9
    Views
    2,433

    I am pretty positive it has to do with passing...

    I am pretty positive it has to do with passing the pointer because I can modify the function and pass ints just fun, but as soon as I try to pass a pointer I get the buffer overrun. I'm stumped.
  3. Replies
    9
    Views
    2,433

    ups

    ups
  4. Replies
    9
    Views
    2,433

    it's not the sprintf call, i can take it out of...

    it's not the sprintf call, i can take it out of the code completely and it still crashes...
  5. Replies
    9
    Views
    2,433

    passing pointer to string from exe to dll

    Im trying to pass a pointer to a string to a dll loaded at runtime so that i can modify the value of the string from the dll however I am getting buffer overruns. If anyone could shed some light on...
  6. ah, thank you very much

    ah, thank you very much
  7. returning pointer to string between exe and dll

    I have written a program along with a 'plugin' type dll, but im confused on how exactly I go about returning a string from a function inside of the dll. I understand that I need to use a pointer,...
Results 1 to 7 of 7