Topic: app distribution

Re: app distribution

greetings smile  the "d" at the end of the filename designates that is the debug version of the DLLs.  the debug versions are not distributable.  you need to be sure to compile your application with the debug version check turned off.  you can find it through the BlitzMax menu:

Program -> Build Options -> Debug Build

make sure there is no check next to Debug Build.  rebuild your EXE and now it should only be dependant upon dll3impact.dll which is the non-debug version.  with the BlitzMax version, the only DLL you should need to distribute is:  dll3impact.dll

HTH.

Re: app distribution

Yes i turned off the "debug build" but i get the same error..
but if i rename dll3impact.dll to dll3impactd.dll it is working

I don't understand sad

Re: app distribution

Re: app distribution

Thanks !!
It is working. big_smile

Re: app distribution

good deal smile  glad i could help!  and thank you for finding a bug smile  any chance to see a demo of your project?

Re: app distribution

Re: app distribution

thx for the images smile  always good to see things from devs smile