Results 1 to 2 of 2

Thread: DLL major problem !!

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Nov 1999
    Location
    Lost
    Posts
    216

    Exclamation

    DLL major problem !!

    Hi !
    What i'm going to write is a little bit complicated.
    I made a DLL file (MFC) in Visual C++ v:5. This DLL file contains one exportable function. (This function can be declared in VB v:5).
    BUT, the problem is that this DLL works only and only in my PC(where I compiled it) and never in other PCs. {An error was generated: "error 48" even when the DLL file is present where it must be placed}.
    I noticed later that the "Export table" is absent when i opened my DLL file in "Quick View" (right click on the file when placed in the system
    directory)

    I don't know what i have to do !?!?!?!?!?!?!?!?!
    PLEASE HELP
    anything: a Visual C++ 5 Code or a suggestion about the declaration of the exported function in the DLL file or.............

    Thank You !!!!!!!!!!
    E-Mail: [email protected]
    B.S Computer Science
    M.S Computer Engineering

  2. #2
    Addicted Member
    Join Date
    Jul 1999
    Location
    St-Élie d'Orford, Quebec, Canada
    Posts
    133
    Hi,

    Did you specified __stdcall infont of your function's declaration (.h and .cpp) ? Someone here ( RoyceWinsor if I remember well) told me to do so and it worked for me. Also, have you specified an entry point to your function ?

    Let me know if it doen't work...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width