On 24/11/2015 18:38, Jerome E. Shidel Jr. wrote: > That fixed the problem with the attrib package. > But, now there is a new problem. :( > FDINST locks-up while extracting the help package.
That's a bug specific to FDINST. FDNPKG works fine. In fact, the bug is present in the source code of both (since they share most of code), but it becomes a bug only when int is 16bit. That good old 'int is not 32bit' never sleeps... always ready to bite one in the bum when least expected. I fixed it in the devel version, you can grab it here: gopher://gopher.viste.fr/1/temp I do not not release anything public yet, just in case you find another trouble within the hour :) FWIW, this latest version contains the following changes: - FDINST returns non-zero error code if package fails to be installed, - FDINST do not freezes on stored files that are more than 32K in size, - files that fail extraction are removed (were being left corrupted). cheers, Mateusz ------------------------------------------------------------------------------ Go from Idea to Many App Stores Faster with Intel(R) XDK Give your users amazing mobile app experiences with Intel(R) XDK. Use one codebase in this all-in-one HTML5 development environment. Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs. http://pubads.g.doubleclick.net/gampad/clk?id=254741551&iu=/4140 _______________________________________________ Freedos-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freedos-devel
