Click here to Skip to main content
15,922,007 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralSimple Problem VC++6 Pin
questaware21-Aug-03 19:01
questaware21-Aug-03 19:01 
GeneralRe: Simple Problem VC++6 Pin
Member 34642221-Aug-03 19:05
Member 34642221-Aug-03 19:05 
GeneralRe: Simple Problem VC++6 Pin
Michael Dunn21-Aug-03 19:45
sitebuilderMichael Dunn21-Aug-03 19:45 
Generalsizeof() problem Pin
IceBerG7121-Aug-03 17:49
IceBerG7121-Aug-03 17:49 
GeneralRe: sizeof() problem Pin
Brad Sokol21-Aug-03 18:06
Brad Sokol21-Aug-03 18:06 
GeneralRe: sizeof() problem Pin
IceBerG7121-Aug-03 18:58
IceBerG7121-Aug-03 18:58 
GeneralNeed some help with CreateProcess() Pin
Flack21-Aug-03 17:22
Flack21-Aug-03 17:22 
GeneralRe: Need some help with CreateProcess() Pin
Brad Sokol21-Aug-03 17:31
Brad Sokol21-Aug-03 17:31 
Use the quotes to delimit a single argument. Without quotes, spaces delimit arguments. If a single argument has an embedded space, put the whole argument in double quotes.

You needed the quotes for the Word document because the file name had embedded spaces.

For the game, there are actually 5 arguments:

  • -quickstart
  • -xres
  • 1280
  • -yres
  • 1040


You wrapped all five in one pair of quotes, so this was interpreted by the program as a single argument.

Hope that helps.

Brad
QuestionNeed I define a function as "extern"? Pin
George221-Aug-03 15:46
George221-Aug-03 15:46 
AnswerRe: Need I define a function as "extern"? Pin
Brad Sokol21-Aug-03 16:54
Brad Sokol21-Aug-03 16:54 
GeneralRe: Need I define a function as "extern"? Pin
George221-Aug-03 23:28
George221-Aug-03 23:28 
GeneralRe: Need I define a function as "extern"? Pin
Brad Sokol22-Aug-03 1:52
Brad Sokol22-Aug-03 1:52 
GeneralRe: Need I define a function as "extern"? Pin
George222-Aug-03 2:10
George222-Aug-03 2:10 
AnswerRe: Need I define a function as "extern"? Pin
Maxwell Chen21-Aug-03 20:09
Maxwell Chen21-Aug-03 20:09 
GeneralRe: Need I define a function as "extern"? Pin
George221-Aug-03 23:24
George221-Aug-03 23:24 
GeneralRe: Need I define a function as "extern"? Pin
Dangleberry22-Aug-03 4:09
sussDangleberry22-Aug-03 4:09 
GeneralRe: Need I define a function as "extern"? Pin
George224-Aug-03 0:47
George224-Aug-03 0:47 
General3D layer visualization Pin
coda_x21-Aug-03 15:29
coda_x21-Aug-03 15:29 
GeneralRead DLL source code Pin
wow999921-Aug-03 15:24
wow999921-Aug-03 15:24 
GeneralRe: Read DLL source code Pin
Brad Sokol21-Aug-03 16:18
Brad Sokol21-Aug-03 16:18 
GeneralRe: Read DLL source code Pin
Ryan Binns21-Aug-03 16:31
Ryan Binns21-Aug-03 16:31 
QuestionWhat project type to choose to run on all windows Pin
Chris Ormerod21-Aug-03 14:23
Chris Ormerod21-Aug-03 14:23 
AnswerRe: What project type to choose to run on all windows Pin
David Crow22-Aug-03 3:19
David Crow22-Aug-03 3:19 
Questionaccess JS vars on page in web browser control? Pin
Scott H. Settlemier21-Aug-03 11:59
Scott H. Settlemier21-Aug-03 11:59 
GeneralIs this bad to do? (Networking question) Pin
RobJones21-Aug-03 11:53
RobJones21-Aug-03 11:53 

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.