| List: | MySQL++ | « Previous MessageNext Message » | |
| From: | Warren Young | Date: | July 6 2005 5:52pm |
| Subject: | Re: static globals in SSQL macro expansion -> multiple definition linker errors | ||
| View as plain text | |||
Chris Frey wrote: > // file: stock.cpp - the only file that has the static data > #define SSQLS_GENERATE_STATICS > #include "tables.h" Doesn't work. I tried it. You can't have an ifdef inside a macro.
