Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /storage/content/49/145849/famitracker.com/public_html/forum/classes/dbHandler.php on line 29
Is there any particular reason why FamiTracker compiled though Microsoft Visual C++ has the text 'Release Build' on the bottom right corner? Sorry, I'm quite new to C++ and just looking over the source code as a matter of interest, hence the questions.
Best regards and many thanks in advance
UltrasonicMadness
_______________________
Also known as UltrasonicMadness on other sites.
The "Release Build" code is just right there in the code and you can easily find and delete it if you have enough skills and knowledges about C++.
Regarding why it has such text, I think it's a compiling level identifier. The Famitracker with a release mark indecates that it is an unofficial build from a novice, who doesn't have too much look into the source code and only has some basic skills, otherwise you'll know it's from the official site or compiled by a higher level programmer.