Re: Bundling an External into a Windows EXE?

2016-11-21 Thread Richard Gaskin
That's one thing I miss from SuperCard: externals were embedded within the executable so we could deliver truly stand-alone standalones. I'm not necessarily advocating that LC do the same, but for those of us whose projects benefit from single-file deliverables it may make for a useful commun

Re: Bundling an External into a Windows EXE?

2016-11-21 Thread Bob Sneidar
I'm going to venture to say no. The whole point to having a dynamic linked library is to have it be external to the application, so that any updates to the dll can be accomplished without completely recompiling the exe. Also, they are designed to be used as shared libraries for other apps needin

Bundling an External into a Windows EXE?

2016-11-18 Thread Paul Dupuis
Does anyone have any tricks to bundle an external (revZip in my case) into the EXE built by the Standalone maker? Once really nice thing about the OSX app bundle (a special folder the OS treats as a bundle) is that if a use drags an app somewhere, everything that belongs to it moves with it. Certa