376
General Software Discussion / Re: DonationCoder featured on list of "9 Safest Free Software Download Sites"
« Last post by Ath on November 07, 2018, 06:41 AM »





two bigger text boxes where i can enter/paste multiple lines of text-KodeZwerg (October 25, 2018, 04:18 AM)
add option to check two filesI'll put that on the TODO list for the NANY release.-KodeZwerg (October 25, 2018, 04:18 AM)


I will probably re-install SC to see what happens then.That's not going to help if the OS is causing the issue...-phillie08 (October 23, 2018, 07:07 AM)
Regarding running programs via a script/batch file, an alternative would be to run LBC via batch/script that checks the architecture of the OS and sets an environment variable with the appropriate path for the architecture.Well, as the OP already stated, Windows does a fine job there, it's only 'problematic' when x86 apps are used on an x64 OS where there is also an x64 version of that same app available and in use, and configs should be shared.
Then preface those executables that can be either 32 or 64 bit with that variable rather than %programfiles%.-4wd (October 22, 2018, 05:03 PM)
If it helps, i could show with Delphi Code what i like to have implemented, ...I hope I didn't give you the impression I'd be working on this, as I'm not. I don't (like to) do Javascript development...-KodeZwerg (October 07, 2018, 12:11 PM)



due small size i wonder how you calculate legitime words and wich languages will it support..NET can result in very small .exe files, as most of the code is in the framework, as opposed to Delphi, C++, etc., where all runtime stuff is (usually) linked into the .exe-KodeZwerg (September 30, 2018, 03:24 PM)
I add the application as an attachment but it doesn't show up in the post.You need to attach a .zip (or .7z) file, .exe is not accepted by the forum, AFAICS, and the maximum filesize is ~16 MB, but I guess that's not a problem.-dmytron (September 30, 2018, 07:12 AM)
If it loses power momentarily then it will reset to the "application select screen" and require physical interaction to select and launch the correct app.Are you sure that power is disconnected during boot of the RPi? Could it be that the device is reset via USB initialization commands? In that case, all your 'keep power applied' actions will be in vane...-Deozaan (September 25, 2018, 10:40 PM)