hello everyone here is my issue
Inline::CPP generates a Makefile that passes -DVERSION=\"0.00\" to the compiler well, this seems to change the following in a library header file (not under my control) static const short VERSION; into static const short 0.00; which as you can imagine causes compilation problems how do i turn off the append of -DVERSION=\"0.00\" to my Inline::CPP compilations? -- Aaron