make exe that does not require dll

This forum is for general support of Xbase++
Post Reply
Message
Author
User avatar
alepap
Posts: 94
Joined: Tue Jul 28, 2015 5:15 am

make exe that does not require dll

#1 Post by alepap »

Is it possible to make a EXE file that does not require DLL files? It sounds stupid, but I´m tired of copying all the DLL in a folder to use a simple utility EXE file. That would be nice to be able to include all the DLL needed into the EXE file.

Thanks

Alexandre

User avatar
rdonnay
Site Admin
Posts: 4728
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: make exe that does not require dll

#2 Post by rdonnay »

That is not possible.

As a minimum, you will require all the runtime DLLS of Xbase++.

You should not be copying any DLLs at all unless you are sending your program to another computer.

Instead, you should use the SET PATH=<dll path> to point to the Alaska DLLs.
The eXpress train is coming - and it has more cars.

User avatar
Auge_Ohr
Posts: 1405
Joined: Wed Feb 24, 2010 3:44 pm

Re: make exe that does not require dll

#3 Post by Auge_Ohr »

hi,

you can "pack" and run your Xbase++ App and DLL with this :
http://www.boxedapp.com/boxedapppacker/
greetings by OHR
Jimmy

User avatar
unixkd
Posts: 565
Joined: Thu Feb 11, 2010 1:39 pm

Re: make exe that does not require dll

#4 Post by unixkd »

You can also use Molebox, very nice

Joe

User avatar
alepap
Posts: 94
Joined: Tue Jul 28, 2015 5:15 am

Re: make exe that does not require dll

#5 Post by alepap »

Thank you for the help.

:clap:

Post Reply