Click here to Skip to main content
15,900,461 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Encoding problem? Pin
Peter Weyzen19-Nov-07 8:29
Peter Weyzen19-Nov-07 8:29 
AnswerRe: Encoding problem? Pin
Stephen Hewitt19-Nov-07 12:42
Stephen Hewitt19-Nov-07 12:42 
GeneralRe: Encoding problem? [modified] Pin
Gofur Halmurat19-Nov-07 23:43
Gofur Halmurat19-Nov-07 23:43 
QuestionTemplate Partial Specialization Pin
George_George19-Nov-07 4:54
George_George19-Nov-07 4:54 
AnswerRe: Template Partial Specialization Pin
Nelek19-Nov-07 22:00
protectorNelek19-Nov-07 22:00 
GeneralRe: Template Partial Specialization Pin
George_George19-Nov-07 23:23
George_George19-Nov-07 23:23 
Questionproject doesn't build .exe? Pin
eggsovereasy19-Nov-07 4:45
eggsovereasy19-Nov-07 4:45 
AnswerRe: project doesn't build .exe? Pin
toxcct19-Nov-07 4:56
toxcct19-Nov-07 4:56 
eggsovereasy wrote:
system("setsdwperm.bat " + *argv[1]);


oh my god !!!

when you want to concatenate strings, you mustn't use the + operator !!! you have to use strcat().

moreover, system() is deprecated if you're targetting your code for a given plateform (for Windows, you should prefer ShellExecute() or CreateProcess() for instance).


GeneralRe: project doesn't build .exe? Pin
eggsovereasy19-Nov-07 6:23
eggsovereasy19-Nov-07 6:23 
GeneralRe: project doesn't build .exe? Pin
toxcct19-Nov-07 6:28
toxcct19-Nov-07 6:28 
AnswerRe: project doesn't build .exe? [modified] Pin
CPallini19-Nov-07 5:06
mveCPallini19-Nov-07 5:06 
GeneralRe: project doesn't build .exe? Pin
eggsovereasy19-Nov-07 5:49
eggsovereasy19-Nov-07 5:49 
Questionhow to open .tif file in VC++ MFC Pin
vandana719-Nov-07 4:32
vandana719-Nov-07 4:32 
QuestionRe: how to open .tif file in VC++ MFC Pin
Mark Salsbery19-Nov-07 6:27
Mark Salsbery19-Nov-07 6:27 
AnswerRe: how to open .tif file in VC++ MFC Pin
vandana720-Nov-07 18:02
vandana720-Nov-07 18:02 
GeneralRe: how to open .tif file in VC++ MFC Pin
Mark Salsbery20-Nov-07 18:22
Mark Salsbery20-Nov-07 18:22 
QuestionHow to count the compile time Pin
Max++19-Nov-07 4:26
Max++19-Nov-07 4:26 
AnswerRe: How to count the compile time Pin
BhawnaA19-Nov-07 18:20
BhawnaA19-Nov-07 18:20 
QuestionMS Visual Studio 6.0 - Build problem Pin
Syamlal S Nair19-Nov-07 3:37
Syamlal S Nair19-Nov-07 3:37 
QuestionRe: MS Visual Studio 6.0 - Build problem Pin
David Crow19-Nov-07 3:42
David Crow19-Nov-07 3:42 
AnswerRe: MS Visual Studio 6.0 - Build problem Pin
Syamlal S Nair19-Nov-07 3:47
Syamlal S Nair19-Nov-07 3:47 
GeneralRe: MS Visual Studio 6.0 - Build problem Pin
Matthew Faithfull19-Nov-07 3:46
Matthew Faithfull19-Nov-07 3:46 
QuestionProblem in scrolling a dialog. Pin
chandu00419-Nov-07 3:09
chandu00419-Nov-07 3:09 
AnswerRe: Problem in scrolling a dialog. Pin
Nelek19-Nov-07 3:46
protectorNelek19-Nov-07 3:46 
GeneralRe: Problem in scrolling a dialog. Pin
chandu00420-Nov-07 3:48
chandu00420-Nov-07 3:48 

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.