DLL File Include

Status
Not open for further replies.

NSA

sudo apt-get thefuckout.tar.gz
Dec 9, 2011
715
86
Hello all,

I have made a BETA program for a radio station, but I have a problem.
The BETA is dependent on a few DLL file's & other's.
Is there any way I can compile them into the Program so I don't have to include them into the .ZIP file?



Thanks,
Western.
 

Heaplink

Developer & Designer
Nov 9, 2011
510
173
Best way is just to ship them with the software as is. Since it is a BETA an installation wizard is not required and not recommended either, but ship them with the software. If you used .NET do NOT include ANY .NET DLL's, because the end-user should have .NET - put that in requirements of where you serve the software.

When you release a full version, you can use an installation wizard which just installs the software into a folder with the files you packed in it.
 

NSA

sudo apt-get thefuckout.tar.gz
Dec 9, 2011
715
86
Thanks a lot! But I'm guessing I would have to change the path's to the required resources to whatever the folder's called and where ever it is located... right? For instance C:\Program Files(x86)\Radio Station\ or C:\Program Files\Radio Station\ <- Right?
 
Status
Not open for further replies.

Users who are viewing this thread

Top