Is it possible to use #define like preprocessor directives fora project ? like in symbian mmp u can mention # define ABc for conditional compilation .. how can i do it for windows run-time for phone ?
-J
Is it possible to use #define like preprocessor directives fora project ? like in symbian mmp u can mention # define ABc for conditional compilation .. how can i do it for windows run-time for phone ?
-J
I have seen that but its just for windows desktop and windows phone -- here we are thinking of a broader rang .. and i cannot finad any way to add a new custom preprocesser directive
runtime is used with c++ code -- im not asking about c#
The preprocessor is a C/C++ feature. What kind of "broader range" you need, than a feature which is present in every single C/C++ toolchain?
Check documentation of Visual Studio, http://msdn.microsoft.com/en-us/library/hhzbb5c8.aspx, it is probably the same setting from the very beginning, but at least from Visual Studio 6 (the first one which I actually used, so I do not know about the previous versions).
cIcompile tag in project file helped !