Click here to Skip to main content
15,914,327 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Problem with canc button on list box Pin
CPallini27-Nov-06 22:08
mveCPallini27-Nov-06 22:08 
AnswerRe: Problem with canc button on list box Pin
Ing.Raiz8227-Nov-06 23:33
Ing.Raiz8227-Nov-06 23:33 
GeneralRe: Problem with canc button on list box Pin
CPallini27-Nov-06 23:56
mveCPallini27-Nov-06 23:56 
AnswerRe: Problem with canc button on list box Pin
David Crow27-Nov-06 4:09
David Crow27-Nov-06 4:09 
AnswerRe: Problem with canc button on list box Pin
Ing.Raiz8227-Nov-06 5:01
Ing.Raiz8227-Nov-06 5:01 
GeneralRe: Problem with canc button on list box Pin
benjymous27-Nov-06 21:41
benjymous27-Nov-06 21:41 
GeneralRe: Problem with canc button on list box Pin
Ing.Raiz8227-Nov-06 21:55
Ing.Raiz8227-Nov-06 21:55 
Questionstrcpy | strcat -> Errors [modified] Pin
Programm3r27-Nov-06 3:09
Programm3r27-Nov-06 3:09 
Hi all,

I'm trying the following without success and I have no idea whyConfused | :confused:
Could someone please help.
Many thanx ...

Sorry about that - miss type....

<code>
char string[100];
struct
{
 char fileStr[100];
}gList[100];
for loop
{
 // gList fileStr contains an array of file names
 strcpy((char*)string,(char*)gList[x].fileStr);
 strcat((char*)string," OK"); // Unhandled Exception
 ...
}
OUTPUT EXAMPLE: testFile.txt OK
</code>




-- modified at 9:19 Monday 27th November, 2006

The only programmers that are better than C programmers are those who code in 1's and 0's..... Smile | :)

Smile | :) Programm3r

QuestionresponseBirstring? Pin
CPallini27-Nov-06 3:17
mveCPallini27-Nov-06 3:17 
AnswerRe: responseBirstring? Pin
Programm3r27-Nov-06 3:34
Programm3r27-Nov-06 3:34 
AnswerSorry but... Pin
CPallini27-Nov-06 22:12
mveCPallini27-Nov-06 22:12 
AnswerRe: strcpy | strcat -&gt; Errors Pin
kakan27-Nov-06 3:32
professionalkakan27-Nov-06 3:32 
GeneralRe: strcpy | strcat -&gt; Errors Pin
Programm3r27-Nov-06 3:35
Programm3r27-Nov-06 3:35 
GeneralRe: strcpy | strcat -&gt; Errors Pin
kakan27-Nov-06 3:43
professionalkakan27-Nov-06 3:43 
GeneralRe: strcpy | strcat -&gt; Errors Pin
Programm3r27-Nov-06 3:47
Programm3r27-Nov-06 3:47 
GeneralRe: strcpy | strcat -&amp;gt; Errors Pin
kakan27-Nov-06 3:57
professionalkakan27-Nov-06 3:57 
AnswerRe: strcpy | strcat -&gt; Errors Pin
benjymous27-Nov-06 4:10
benjymous27-Nov-06 4:10 
AnswerRe: strcpy | strcat -&gt; Errors Pin
David Crow27-Nov-06 4:11
David Crow27-Nov-06 4:11 
AnswerRe: strcpy | strcat -&gt; Errors Pin
Programm3r27-Nov-06 4:17
Programm3r27-Nov-06 4:17 
GeneralRe: strcpy | strcat -&gt; Errors Pin
benjymous27-Nov-06 4:25
benjymous27-Nov-06 4:25 
GeneralRe: strcpy | strcat -&gt; Errors Pin
kakan27-Nov-06 4:29
professionalkakan27-Nov-06 4:29 
QuestionChanging Menu Item's Font OR Bold Menu Items Pin
Andy Rama27-Nov-06 3:02
Andy Rama27-Nov-06 3:02 
AnswerRe: Changing Menu Item's Font OR Bold Menu Items Pin
Ing.Raiz8227-Nov-06 22:04
Ing.Raiz8227-Nov-06 22:04 
GeneralRe: Changing Menu Item's Font OR Bold Menu Items Pin
Andy Rama27-Nov-06 22:21
Andy Rama27-Nov-06 22:21 
QuestionProblem with CPropertySheet class Pin
spielehelfer27-Nov-06 2:27
spielehelfer27-Nov-06 2:27 

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.