Hello all,
I'm trying to create a tool library so i can use several functions in different dll files that im creating. my problem is that i can compile the library fine. but when i do a #include and set the vc++ "additional include directories" w/ the correct path to the header file...i get two compile errors that are for the tool library header file (the one that compiles fine on its own).
c:\Documents and Settings\swaage\My Documents\Visual Studio Projects\systemTools\systemTool.h(31) : error C2143: syntax error : missing ';' before '<'
c:\Documents and Settings\swaage\My Documents\Visual Studio Projects\systemTools\systemTool.h(31) : error C2238: unexpected token(s) preceding ';'
could someone explain to me why this happens? and maybe what i need to do to fix it?
thanks,
txjump
I'm trying to create a tool library so i can use several functions in different dll files that im creating. my problem is that i can compile the library fine. but when i do a #include and set the vc++ "additional include directories" w/ the correct path to the header file...i get two compile errors that are for the tool library header file (the one that compiles fine on its own).
c:\Documents and Settings\swaage\My Documents\Visual Studio Projects\systemTools\systemTool.h(31) : error C2143: syntax error : missing ';' before '<'
c:\Documents and Settings\swaage\My Documents\Visual Studio Projects\systemTools\systemTool.h(31) : error C2238: unexpected token(s) preceding ';'
could someone explain to me why this happens? and maybe what i need to do to fix it?
thanks,
txjump