I have two problems when unsing SQL++:
1.: I am using SSQL-structures. Each time, i compile the code i get **many**
messages like:
"warning: pasting "." and ... does not give a valid preprocessing token"
....
"warning: pasting "sql_COMPARE__1" and "(" does not give a valid
preprocessing token"
....
and so on.
Is there any way to fix this problem or to suppress these messages?
2: Trying to debug the code in kdevelop (KDE 3.1.0, kdevelop 2.1.4) leads to
the following phenomenon: I can set/unset breakpoints, but the application
doesn't stop at the breakpoints!
Is there any way to fix this problem?