--- Neha Trivedi <[EMAIL PROTECTED]> wrote: > > Hey friends > No reply for my problem . > whats happining . > Please halp me out. > > Regards > Neha > > Neha Trivedi <[EMAIL PROTECTED]> wrote: > Hi > I am Neha . This is my first mail to the group. I am > using Visual C++ 2005 Express Edition for > Development of BREW Applications. > > Initially I have started with Visual Studio 2006. It > makes .dsp and .dsw project files. > Now when I use the same project into Visual C++ 2005 > Express Edition then it requires conversion.during > conversion .vcproj file is made equilent to .dsp and > .sln file is made equilent to .dsw file. > > Now After conversion the project runs successfully . > But the problem arieses is that if i made changes in > preprocessor settings the the changes are not > reflected. > > For Example if I add a new Macro MAC into > preprocessor setting > > and write the code like > > #if defined MAC > ........... > .......... > #else > .............. > ............ > #endif > > then else part get executed. > > I think there must be problem in setting but i am > not able to get it. > Please Help me soon. > > Thanks and Regards > Neha > Where did you define MAC? Can you provide more code to show MAC and the #if defined?
This doesn't seem to be related to which visual studio you are using. Part of the reason you may not have received answers is your reference to VS2006 which doesn't exist. Ray __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
