Search:

Type: Posts; User: stahta01

Search: Search took 0.04 seconds.

  1. I see nothing in your code you posted that is NOT...

    I see nothing in your code you posted that is NOT valid C code; but, you still need to include the needed header files!

    Tim S.
  2. Look at the header file that should be used with...

    Look at the header file that should be used with the DLL; but, based on you code you are not using any header files.
    Edit: If his code example used extern "C" then likely it is a C DLL; otherwise...
  3. Was the DLL written in C or in C++? If it was...

    Was the DLL written in C or in C++?
    If it was written in C++; calling it from C may be impossible to very hard to do.

    Tim S.
Results 1 to 3 of 3