Thread: Dll

  1. #1
    the Great ElastoManiac's Avatar
    Join Date
    Nov 2005
    Location
    Republika Srpska - Balkan
    Posts
    377

    Question Dll

    I have a bunch of dll's that my app needs in run time.
    They are all in same folder as *.exe
    Can i somehow include them inside my *.exe, so i don't need to have them around in folders.
    Or at least can i specify a folder they are in,
    for example : "\DLL"

    project.exe
    DLL // a folder with all dll's
    lu lu lu I've got some apples lu lu lu You've got some too lu lu lu Let's make some applesauce Take off our clothes and lu lu lu

  2. #2
    Devil's Advocate SlyMaelstrom's Avatar
    Join Date
    May 2004
    Location
    Out of scope
    Posts
    4,079
    Well... basing this on about every commercial game I've installed, I'd have to say probably not. But then I really don't know for sure. All games I've seen have the DLLs with the executable.
    Sent from my iPadŽ

  3. #3
    Registered User
    Join Date
    Nov 2005
    Posts
    3

    Re: Dll

    Hi,
    i mean you can move dlls in the other folder, but make sure, that path variable contains target directory. In program code I mean it's no possible, because windows uses fixed searching way.
    PePi

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. Using class with DLL
    By greg2 in forum C++ Programming
    Replies: 2
    Last Post: 09-12-2003, 05:24 AM
  5. .lib vs .h vs .dll
    By Shadow12345 in forum C++ Programming
    Replies: 13
    Last Post: 01-01-2003, 05:29 AM