Thread: DLL & OCX into exe

  1. #1
    Registered User (TNT)'s Avatar
    Join Date
    Aug 2001
    Location
    UK
    Posts
    339

    DLL & OCX into exe

    Hi,

    I need a program that can pack dlls and ocx files into the exe. I know the program Alloy and its perfect and does what i need but it needs registering, and there is nothing avalible for me to register it yet ... And its $90... Does anyone know of another program that can do this just compress ocx files and dlls into a win32 exe. Its for a vb prog if that makes much difference alothough alloy is for all langs.

    Thanks,
    TNT
    TNT
    You Can Stop Me, But You Cant Stop Us All

  2. #2
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    Can you load them as custom resources and then exract them at runtime?

  3. #3
    Registered User (TNT)'s Avatar
    Join Date
    Aug 2001
    Location
    UK
    Posts
    339
    Fordy, do you have any code that i can use to extract them at runtime? thats a good idea, just i dont have much experience with custom resources.

    Also if you start a prog and the dlls arnt present then you know you get an error?, well can i extract the files before this error occurs?

    Thanks
    TNT
    TNT
    You Can Stop Me, But You Cant Stop Us All

  4. #4
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    Yeah sure...try here

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. how to monitor exe and dll interactions?
    By George2 in forum C Programming
    Replies: 1
    Last Post: 10-26-2007, 04:22 AM
  2. DLL versus OCX
    By cox in forum C++ Programming
    Replies: 1
    Last Post: 08-31-2006, 05:23 AM
  3. Converting exe to DLL
    By jamez05 in forum Windows Programming
    Replies: 0
    Last Post: 10-11-2005, 12:17 PM
  4. dll communicating between each other
    By cloudy in forum C++ Programming
    Replies: 5
    Last Post: 06-17-2005, 02:20 AM
  5. returning pointer to string between exe and dll
    By evilpope in forum C Programming
    Replies: 2
    Last Post: 05-15-2003, 12:16 PM