|
|
Home » Community » Newbie corner » MySQL example compile issue
|
|
|
Re: MySQL example compile issue [message #35886 is a reply to message #35884] |
Sat, 31 March 2012 14:27   |
omari
Messages: 276 Registered: March 2010
|
Experienced Member |
|
|
I am using MySql 5.1.51 and U++ 4690,
i can compile SQL_MySql example without problem.
i propose you to try with SQL_MySql example, if you have a probleme to compile it, let me know the error message.
Omari
regards
omari.
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: MySQL example compile issue [message #35919 is a reply to message #35918] |
Tue, 03 April 2012 07:37  |
|
ffndev wrote on Mon, 02 April 2012 23:46 | I have one more question, when compiling "Release" there's an error (I posted it earlier) about incorrect letter (0x40) somewhere in code, what's wrong with that? Does it mean I can't build release version (Is it MySql lib fault?)
|
This usually means someone has uploaded a code with temporary debug only logging enabled - in release it is defined to be '@' in order to trigger compiler error (so someone notices it removes the logging). Just have a look somewhere near the place the compiler reports the error should be *LOG or *DUMP macro that causes it.
IMHO it is not very good idea to make compiler spit out this error that tells nothing about the reasons and it happens quite often that code with those logs is committed into the svn, confusing poeple who don't know that it is just a trick :-/
Best regards,
Honza
|
|
|
Goto Forum:
Current Time: Mon May 12 08:29:14 CEST 2025
Total time taken to generate the page: 0.04006 seconds
|
|
|