Click here to Skip to main content
15,892,005 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Question[SOLVED]Exec under windows Pin
AlphaDeltaTheta12-Jul-13 21:01
AlphaDeltaTheta12-Jul-13 21:01 
AnswerRe: Exec under windows Pin
Richard MacCutchan12-Jul-13 22:09
mveRichard MacCutchan12-Jul-13 22:09 
GeneralRe: Exec under windows Pin
AlphaDeltaTheta12-Jul-13 23:08
AlphaDeltaTheta12-Jul-13 23:08 
GeneralRe: Exec under windows Pin
Richard MacCutchan12-Jul-13 23:18
mveRichard MacCutchan12-Jul-13 23:18 
GeneralRe: Exec under windows Pin
AlphaDeltaTheta12-Jul-13 23:22
AlphaDeltaTheta12-Jul-13 23:22 
GeneralRe: Exec under windows Pin
Richard MacCutchan12-Jul-13 23:31
mveRichard MacCutchan12-Jul-13 23:31 
GeneralRe: Exec under windows Pin
AlphaDeltaTheta13-Jul-13 16:03
AlphaDeltaTheta13-Jul-13 16:03 
AnswerRe: Exec under windows Pin
pasztorpisti13-Jul-13 8:55
pasztorpisti13-Jul-13 8:55 
AnswerRe: Exec under windows Pin
jschell13-Jul-13 11:03
jschell13-Jul-13 11:03 
QuestionLoading two versions of Common Controls Pin
Jonathan Davies12-Jul-13 1:35
Jonathan Davies12-Jul-13 1:35 
AnswerRe: Loading two versions of Common Controls Pin
Randor 12-Jul-13 15:01
professional Randor 12-Jul-13 15:01 
GeneralRe: Loading two versions of Common Controls Pin
Jonathan Davies12-Jul-13 23:33
Jonathan Davies12-Jul-13 23:33 
GeneralRe: Loading two versions of Common Controls Pin
Jonathan Davies13-Jul-13 9:05
Jonathan Davies13-Jul-13 9:05 
GeneralRe: Loading two versions of Common Controls Pin
Jonathan Davies14-Jul-13 5:25
Jonathan Davies14-Jul-13 5:25 
QuestionCStringArray vs. CArray<CString> Pin
hans.sch11-Jul-13 5:33
hans.sch11-Jul-13 5:33 
AnswerRe: CStringArray vs. CArray<CString> Pin
pasztorpisti11-Jul-13 6:25
pasztorpisti11-Jul-13 6:25 
GeneralRe: CStringArray vs. CArray<CString> Pin
hans.sch11-Jul-13 6:43
hans.sch11-Jul-13 6:43 
GeneralRe: CStringArray vs. CArray<CString> Pin
pasztorpisti11-Jul-13 8:21
pasztorpisti11-Jul-13 8:21 
GeneralRe: CStringArray vs. CArray<CString> Pin
hans.sch11-Jul-13 9:14
hans.sch11-Jul-13 9:14 
GeneralRe: CStringArray vs. CArray<CString> Pin
pasztorpisti11-Jul-13 9:29
pasztorpisti11-Jul-13 9:29 
GeneralRe: CStringArray vs. CArray<CString> Pin
hans.sch11-Jul-13 10:34
hans.sch11-Jul-13 10:34 
Thanks for that link... actually it doesn't tell me why I should use one or the other. There table in that page lists two differences between CArray and CStringArray: 1. The former uses templates while the latter doesn't - well, that is obvious. 2. CArray isn't type safe while CStringArray is - but I fail to see why. A CArray<CString, LPCTSTR> can only contain CString objects, so what should be type unsafe? So actually, my question remains open Frown | :-(

Regarding your advice, I have to deal with tons of old code. Many parts of that code work well with Unicode, but I know some places that confuse bytes with characters, and I sure don't know all of them, and I just don't have the time to clean everything up. I will have to live with a mix of 16 and 8 bit character strings. Besides, it is a pity that there is no built-in or MFC UTF-8 string type in C++. I love Perl for that.
GeneralRe: CStringArray vs. CArray<CString> Pin
pasztorpisti11-Jul-13 13:01
pasztorpisti11-Jul-13 13:01 
AnswerRe: CStringArray vs. CArray<CString> Pin
Joe Woodbury15-Jul-13 12:00
professionalJoe Woodbury15-Jul-13 12:00 
QuestionThe Serical Port Question? Pin
dave62112711-Jul-13 0:27
dave62112711-Jul-13 0:27 
AnswerRe: The Serical Port Question? Pin
«_Superman_»11-Jul-13 1:19
professional«_Superman_»11-Jul-13 1:19 

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.