Click here to Skip to main content
15,901,122 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Co-ordinates of a button Pin
Alan Balkany23-Jul-08 8:08
Alan Balkany23-Jul-08 8:08 
AnswerRe: Co-ordinates of a button Pin
David Crow18-Jul-08 10:06
David Crow18-Jul-08 10:06 
AnswerRe: Co-ordinates of a button Pin
Stephen Hewitt20-Jul-08 13:44
Stephen Hewitt20-Jul-08 13:44 
Questionerror C2026: string too big, trailing characters truncated Pin
Rahul Vaishnav18-Jul-08 2:41
Rahul Vaishnav18-Jul-08 2:41 
AnswerRe: error C2026: string too big, trailing characters truncated Pin
CPallini18-Jul-08 3:06
mveCPallini18-Jul-08 3:06 
GeneralRe: error C2026: string too big, trailing characters truncated Pin
Rahul Vaishnav18-Jul-08 4:03
Rahul Vaishnav18-Jul-08 4:03 
AnswerRe: error C2026: string too big, trailing characters truncated Pin
KarstenK18-Jul-08 3:06
mveKarstenK18-Jul-08 3:06 
AnswerRe: error C2026: string too big, trailing characters truncated Pin
David Crow18-Jul-08 10:09
David Crow18-Jul-08 10:09 
Instead of doing something like:

str = "very long SQL stored procedure string";
try this instead:

str = "very long "
str += "SQL stored ";
str += "procedure string";
Strings can be as long as you have enough memory for. The compiler is simply complaining about your string literals.

"Love people and use things, not love things and use people." - Unknown

"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne


Questionproblem in writting urdu on Richedit control Pin
preeti sharma18-Jul-08 1:48
preeti sharma18-Jul-08 1:48 
AnswerRe: problem in writting urdu on Richedit control Pin
_AnsHUMAN_ 18-Jul-08 2:17
_AnsHUMAN_ 18-Jul-08 2:17 
GeneralRe: problem in writting urdu on Richedit control Pin
preeti sharma20-Jul-08 20:21
preeti sharma20-Jul-08 20:21 
QuestionParsing the include-structure of a cpp-project Pin
Tomerland18-Jul-08 1:37
Tomerland18-Jul-08 1:37 
AnswerRe: Parsing the include-structure of a cpp-project Pin
Matthew Faithfull18-Jul-08 2:19
Matthew Faithfull18-Jul-08 2:19 
GeneralRe: Parsing the include-structure of a cpp-project Pin
Tomerland18-Jul-08 2:23
Tomerland18-Jul-08 2:23 
GeneralRe: Parsing the include-structure of a cpp-project Pin
Matthew Faithfull18-Jul-08 2:33
Matthew Faithfull18-Jul-08 2:33 
GeneralRe: Parsing the include-structure of a cpp-project Pin
Tomerland18-Jul-08 3:01
Tomerland18-Jul-08 3:01 
Questionvc6, windows xp2, ::PathFileExists ::PathApend link "unresolved external symbol" problem? Pin
fantasy121517-Jul-08 22:41
fantasy121517-Jul-08 22:41 
AnswerRe: vc6, windows xp2, ::PathFileExists ::PathApend link "unresolved external symbol" problem? Pin
CPallini17-Jul-08 23:02
mveCPallini17-Jul-08 23:02 
QuestionRe: vc6, windows xp2, ::PathFileExists ::PathApend link "unresolved external symbol" problem? Pin
fantasy121517-Jul-08 23:22
fantasy121517-Jul-08 23:22 
AnswerYou are welcome. Pin
CPallini17-Jul-08 23:37
mveCPallini17-Jul-08 23:37 
QuestionLocalization of MFC Dialog application Pin
hari_honey17-Jul-08 22:07
hari_honey17-Jul-08 22:07 
QuestionRe: Localization of MFC Dialog application Pin
Rajesh R Subramanian18-Jul-08 1:29
professionalRajesh R Subramanian18-Jul-08 1:29 
AnswerRe: Localization of MFC Dialog application Pin
hari_honey18-Jul-08 2:15
hari_honey18-Jul-08 2:15 
GeneralRe: Localization of MFC Dialog application Pin
Rajesh R Subramanian18-Jul-08 2:28
professionalRajesh R Subramanian18-Jul-08 2:28 
AnswerRe: Localization of MFC Dialog application Pin
ThatsAlok18-Jul-08 1:44
ThatsAlok18-Jul-08 1:44 

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.