Can anyone help with a C++ problem?
I've compiled my program (apparently without errors), but it crashes when I try to run it. If anyone's got better debug functionality on their comp, a report of what went wrong will be very welcome.
The program in question is NCRC-Tool, my attempt at coding a PortableApps.com Launcher CRC-check bypass.
It reads in 2 values from an INI file, telling it:
1. Which executable (the launcher) to run, and
2. Whether or not to show an alert telling the user that it is running the file with parameter /NCRC.
The INI file included in the binary download I've posted is for Firefox Portable, so you might need to put that (just the launcher) in the directory before trying to run it.
Edit: Never mind, it seems to be working now. I removed a bit of code that was there just for a flashy effect (stringing together some bits of text), and it runs much better.
Version 0.0.1.36 (Horribly broken)
Source (2.19kB): here
And binary, as compiled on my comp (130kB, bloated IMHO): here
Version 1.0.1.1 (too bloated for practical use, but you can try it, or attempt to slim it down if you want)
Source (17.9kB): here
Binary, as compiled under Dev-C++ 4.9.9.2 (134kB): here
This version, and all previous versions, are licenced under the GPL 3.0, a copy of which is included in the source download.
Thanks in advance!