.decls

Blitz3D Forums/Blitz3D Beginners Area/.decls

MattVonFat(Posted 2004) [#1]
Hi, when u use a .decls file for a program, do you have to include it with the final distribution?


soja(Posted 2004) [#2]
No, but you should include the DLL unless it's already included with Windows or something.


MattVonFat(Posted 2004) [#3]
what folder should i put the DLL's in?


Kanati(Posted 2004) [#4]
the app directory should be fine... If they aren't windows system dlls (user32.dll, kernel.dll, etc) which you probably shouldn't be redistributing anyway unless you are using version control in the installer.


MattVonFat(Posted 2004) [#5]
oh ok thanks, you've saved me alot of hassle! :P