Results 1 to 2 of 2

Thread: DLL HUGE problem !!

  1. #1

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

    Exclamation

    DLL HUGE problem !!

    Hi !
    What i'm going to write is a little bit complicated.
    I made a DLL file in Visual C++ v:5. This DLL file contains one exportable simple C function. (This function can be declared in VB v:5).
    BUT, the problem is that this DLL works only and only in my PC and never in other PCs. The reason is that: this DLL file needs also 2 other DLL files present only in my system DIR ("MFC42d.dll" and "MSVCRTD.dll") and I don't want to copy them each time.
    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)
    WHAT I WANT is to create a Stand-Alone DLL file (with no classes) like any regular Win32 DLL that needs only "Kernel32.dll" and "User32.dll" (these 2 files are present everywhere, in all PCs).
    I don't know what 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 a complete project or.....................

    Thank You !!!!!!!!!!
    E-Mail: [email protected]

  2. #2
    Fanatic Member
    Join Date
    Feb 2000
    Location
    Japan
    Posts
    840
    I don't know VC++ 5 well but there must be an option to static link the DLL somewhere. if it was borland I could point you in the right direction... best I can do
    Paul Dwyer
    Network Engineer
    Aussie In Tokyo

    Using Powerbasic 6 & VB6 SP4 (Please also add your VB Version to your signature!)

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