Thread: DLL frustration

  1. #1
    -
    Join Date
    Feb 2003
    Posts
    47

    Angry DLL frustration

    Hello all, I have some very frustrating problems. Any one that has any help at all is appreciated. I’ve been using both Borland C++ 6 and Bloodshed Dev C++ to compile my C code... Which works fine on my machine... but doesn’t work on any others... the name of the DLL that it reports missing is cc3260mt.dll, as that is the first one it reports missing, there may be more. Thanks for anyone that can help.

    Cheers.

  2. #2
    -
    Join Date
    Feb 2003
    Posts
    47

    Different topic

    A little off the original topic

    Just thought id make things nice a neat. Im about to try to add some kind of file access into this code. Any Suggestions about it before i make a whole bunch of errors? anything the compiler hasnt picked up.

  3. #3
    -
    Join Date
    Feb 2003
    Posts
    47
    The .exe from borland gives the error. After giving Dev C++ a re-install it compiles fine. And works on other computers. But the borland .exe does not work on other comps. I can not find any options to inculde the .DLL

  4. #4
    Registered User
    Join Date
    Jun 2003
    Posts
    245
    You need to go into project options and untick "Use dynamic RTL" and "Use runtime packages", then all the DLLs with be bound to your EXE rather than being external.

  5. #5
    -
    Join Date
    Feb 2003
    Posts
    47
    Thank you so much _Elixia_, words can not express how much of a relief this is for me. thank god for forums.

    Also pay my respects to Salem, you are always a help.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. non-MFC DLL with MFC app question.
    By Kempelen in forum Windows Programming
    Replies: 10
    Last Post: 08-20-2008, 07:11 AM
  2. dll communicating between each other
    By cloudy in forum C++ Programming
    Replies: 5
    Last Post: 06-17-2005, 02:20 AM
  3. DLL and std::string woes!
    By Magos in forum C++ Programming
    Replies: 7
    Last Post: 09-08-2004, 12:34 PM
  4. .lib vs .h vs .dll
    By Shadow12345 in forum C++ Programming
    Replies: 13
    Last Post: 01-01-2003, 05:29 AM
  5. Passing parameters from VB to C++ through ActiveX DLL
    By torbjorn in forum Windows Programming
    Replies: 0
    Last Post: 12-10-2002, 03:13 AM