how to know [modified]
-
hi.. i have get code for dll..i want to whether it is in UNICODE OR MBCS..how do we know it..?..if it is in unicode i want to set the settings to MBCS..how to do it...?..pls help me.. thanks in before james -- modified at 4:11 Tuesday 29th August, 2006
-
hi.. i have get code for dll..i want to whether it is in UNICODE OR MBCS..how do we know it..?..if it is in unicode i want to set the settings to MBCS..how to do it...?..pls help me.. thanks in before james -- modified at 4:11 Tuesday 29th August, 2006
please check the project settings. Regards Velayudhan
-
please check the project settings. Regards Velayudhan
yeah i have checked project setting..i want to know..what all flags has to be set..for MBCS and UNICODE...
-
yeah i have checked project setting..i want to know..what all flags has to be set..for MBCS and UNICODE...
In project setting, take option C/C++ In the category combo box, take the option General In that, there will be a heading : Preprocessor Definitions In the text box shown below this option, u can give _UNICODE or UNICODE for unicode settings and _MBCS for MBCS. Regards Velayudhan