Search:

Type: Posts; User: Lynchie

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,993

    Fordy, The DLL is fine as far as I can...

    Fordy,
    The DLL is fine as far as I can tell-there is an export table with all my functions. I have used this DLL already with HP-VEE and it worked fine.

    As for the library goes I placed it in the...
  2. Replies
    3
    Views
    1,993

    Library Linking problem

    I'm having problems with statically linking to a DLL with the mingw compiler in DEV C++. I have the .a(generated when compiling the DLL) file in directory my .exe is in and the .h file from the DLL...
  3. Replies
    1
    Views
    2,668

    Importing DLL's

    HI,
    I've just begun dabbling in this aspect of C and I was wondering if there was any hard and fast way of importing a DLL in to another C-program?? When I compile the DLL it produces a *.a and a...
  4. Replies
    0
    Views
    1,238

    Importing Libraries

    HI,
    I've just begun dabbling in this aspect of C and I was wondering if there was any hard and fast way of importing a DLL in to another C-program?? When I compile the DLL it produces a *.a and a...
  5. Thread: DLL Problem

    by Lynchie
    Replies
    1
    Views
    898

    DLL Problem

    As far as I know I don't need a .DEF file when using the command __declspec(dllexport) before my functions to be exported . what I've read is that this command is MS specific and I'm using it in...
  6. Thread: DLL Problem

    by Lynchie
    Replies
    1
    Views
    774

    DLL Problem

    Hi,
    Anybody have any advice on cretaing DLL with DEV C++. Anybody ever have any problems with it. I can build the DLL but there is never an export table in the file.
    Any halp would be great.
  7. Thread: DLL problems

    by Lynchie
    Replies
    0
    Views
    1,362

    DLL problems

    Just started creating DLL's in order to interface with Vee. I keep getting the message function is not loadable from Vee. My question being, when I quick-look at the DLL file it has no export list....
Results 1 to 7 of 7