![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
error C2010: '.' : unexpected in macro formal parameter list |
#3
| |||
| |||
|
|
Tim Stewart wrote: error C2010: '.' : unexpected in macro formal parameter list Alas, this is because VC++ 2003 doesn't support variadic macros, used by a new feature in MySQL++ v2.1. That feature allows you to #include a file containing an SSQLS definition in multiple modules and avoid a linker error resulting from the static variable definitions in some SSQLS macros. In the upcoming MySQL++ v2.1.1, I've added a feature to custom.pl to disable this feature, which will fix this problem. You will need a Perl interpreter to run the custom.pl script. Alternately, you can manually hack out the MYSQLPP_SSQLS_NO_STATICS stuff in custom.h and custom-macros.h. -- MySQL++ Mailing List For list archives: http://lists.mysql.com/plusplus To unsubscribe: http://lists.mysql.com/plusplus?unsu...mail (DOT) com |
#4
| |||
| |||
|
|
I had hoped to use the sql_create_X macros. |
|
Do I need to upgrade to Visual C++ 2005? |

#5
| |||
| |||
|
|
Tim Stewart wrote: I had hoped to use the sql_create_X macros. Please re-read what I wrote, and the v2.1.0 change log entry. This new feature only makes it possible to use SSQLS in broader contexts than before. If you cannot use the feature, you get to use SSQLS with the same limitations that we dealt with on all platforms. Do I need to upgrade to Visual C++ 2005? Well, plainly there are compensations. ![]() I'm curious: why aren't you on MSDN? I ask only to more broadly understand the situation of the MySQL++ user base. -- MySQL++ Mailing List For list archives: http://lists.mysql.com/plusplus To unsubscribe: http://lists.mysql.com/plusplus?unsu...mail (DOT) com |
![]() |
| Thread Tools | |
| Display Modes | |
| |