Search:

Type: Posts; User: ekosix

Search: Search took 0.00 seconds.

  1. Replies
    11
    Views
    19,131

    VirtualAce, yes of course: [Executable] ...

    VirtualAce, yes of course:
    [Executable]

    #include <iostream>
    #include <windows.h>

    typedef int (*TheFunc)(unsigned int);

    int main()
    {
  2. Replies
    11
    Views
    19,131

    idelovski, I intend to use both. ......

    idelovski, I intend to use both.
    ...
    VirtualAce, I tested your code with my own DLL. I did exactly as in your code (with necessary changes, according to my DLL), but it's not working. :(
    At least,...
  3. Replies
    11
    Views
    19,131

    GetProcAddress ...

    I load a DLL dinamically...

    But I want to call a function from it passing arguments...

    How should I use GetProcAddress??

    __
    OK..
    let me try to explain better...
Results 1 to 3 of 3