Click here to Skip to main content
15,917,632 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Why is it bad to use a macro function? Pin
Nemanja Trifunovic8-Apr-04 5:15
Nemanja Trifunovic8-Apr-04 5:15 
AnswerRe: Why is it bad to use a macro function? Pin
John R. Shaw8-Apr-04 8:26
John R. Shaw8-Apr-04 8:26 
GeneralApiHook Pin
uqtur7-Apr-04 23:55
uqtur7-Apr-04 23:55 
GeneralMicrosoft Access Help Pin
Anonymous7-Apr-04 23:27
Anonymous7-Apr-04 23:27 
Questionwhy can i only see "index,left,...."these strings i set when i set point's parameter negative? Pin
Anonymous7-Apr-04 22:54
Anonymous7-Apr-04 22:54 
AnswerRe: why can i only see "index,left,...."these strings i set when i set point's parameter negative? Pin
Roger Allen7-Apr-04 23:47
Roger Allen7-Apr-04 23:47 
GeneralUNICODE again Pin
jancsi7-Apr-04 22:29
jancsi7-Apr-04 22:29 
GeneralRe: UNICODE again Pin
grigsoft7-Apr-04 23:44
grigsoft7-Apr-04 23:44 
I'm sure there was a class on CP that can load Unicode text, try to search. Underneath, the is no easy way to do it - you simply load portion-by-portion, analyzing content. Unicode file can start with signature (FFFE or FEFF) - this will help to to understand what you have. But it is not required - in this case you will have to try to detect if text is unicode (see ::IsTextUnicode()). As for displaying, it depends on your project - if it is Unicode-enabled, then no problems. Otherwise you will need to convert to plain text.

Igor Green
http://www.grigsoft.com/ - files and folders comparison tools
GeneralRe: UNICODE again Pin
grigsoft8-Apr-04 0:42
grigsoft8-Apr-04 0:42 
GeneralRe: UNICODE again Pin
jancsi8-Apr-04 5:18
jancsi8-Apr-04 5:18 
GeneralRe: UNICODE again Pin
RChin8-Apr-04 5:55
RChin8-Apr-04 5:55 
GeneralProperty Sheet Wizard Pin
erivan7-Apr-04 21:49
erivan7-Apr-04 21:49 
GeneralProblems, many problems in Visual C++ Pin
Filomela7-Apr-04 21:36
Filomela7-Apr-04 21:36 
GeneralRe: Problems, many problems in Visual C++ Pin
David Crow8-Apr-04 2:02
David Crow8-Apr-04 2:02 
GeneralMIS Pin
loveweif7-Apr-04 21:26
loveweif7-Apr-04 21:26 
GeneralRe: MIS Pin
David Crow8-Apr-04 2:04
David Crow8-Apr-04 2:04 
Questionwhat class can use "serialize()"? Pin
Anonymous7-Apr-04 21:17
Anonymous7-Apr-04 21:17 
AnswerRe: what class can use "serialize()"? Pin
RudreshJoshi7-Apr-04 22:08
RudreshJoshi7-Apr-04 22:08 
GeneralOPC Pin
Sachin Shinde7-Apr-04 21:11
Sachin Shinde7-Apr-04 21:11 
GeneralRe: OPC Pin
grigsoft8-Apr-04 0:48
grigsoft8-Apr-04 0:48 
Questionwhat is the meaning of " __cdecl time(time_t *)"? Pin
vividtang7-Apr-04 21:04
vividtang7-Apr-04 21:04 
AnswerRe: what is the meaning of " __cdecl time(time_t *)"? Pin
2249177-Apr-04 21:46
2249177-Apr-04 21:46 
AnswerRe: what is the meaning of " __cdecl time(time_t *)"? Pin
Rory Solley7-Apr-04 21:50
Rory Solley7-Apr-04 21:50 
QuestionWhat does Runtime License mean? Pin
anderslundsgard7-Apr-04 20:42
anderslundsgard7-Apr-04 20:42 
GeneralHELP ( VC++ 6.0 IDE ) Pin
Renjith Ramachandran7-Apr-04 20:23
Renjith Ramachandran7-Apr-04 20:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.