Click here to Skip to main content
15,917,061 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Calling C++ DLL ( not MFC) from another C++ DLL ( not MFC) Pin
Jeremy Falcon5-Jul-04 10:51
professionalJeremy Falcon5-Jul-04 10:51 
General"%1" %* Pin
Larsson5-Jul-04 5:45
Larsson5-Jul-04 5:45 
GeneralRe: "%1" %* Pin
Maximilien5-Jul-04 6:31
Maximilien5-Jul-04 6:31 
GeneralRe: "%1" %* Pin
Larsson5-Jul-04 6:34
Larsson5-Jul-04 6:34 
GeneralRe: "%1" %* Pin
Larsson5-Jul-04 6:47
Larsson5-Jul-04 6:47 
GeneralRe: "%1" %* Pin
Maximilien5-Jul-04 7:09
Maximilien5-Jul-04 7:09 
GeneralRe: "%1" %* Pin
Larsson5-Jul-04 7:12
Larsson5-Jul-04 7:12 
GeneralRe: "%1" %* Pin
Cobra4Ever5-Jul-04 13:43
Cobra4Ever5-Jul-04 13:43 
You mean the register-setting in de CLASSES part of the registry, where there's a key called exefile.
You want to set a program in front of "%1" %* so it is called when an executable is started.

I think you mean you need the __argc en __argv[] vars. Read them out and you'll get you're arguments.
__argc = argument count
__argv[] = arguments, 0 = the program-file, 1,2,3,... the arguments.

Loading...
GeneralRe: "%1" %* Pin
Larsson6-Jul-04 2:53
Larsson6-Jul-04 2:53 
GeneralRe: "%1" %* Pin
Roger Allen6-Jul-04 4:32
Roger Allen6-Jul-04 4:32 
GeneralLR_DEFAULTSIZE|LR_LOADFROMFILE in WinCE Pin
Anonymous5-Jul-04 5:20
Anonymous5-Jul-04 5:20 
GeneralProgram Settings Pin
sweep1235-Jul-04 5:13
sweep1235-Jul-04 5:13 
GeneralRe: Program Settings Pin
blah2blah5-Jul-04 5:43
blah2blah5-Jul-04 5:43 
GeneralRe: Program Settings Pin
Jaime Stuardo5-Jul-04 5:51
Jaime Stuardo5-Jul-04 5:51 
GeneralRe: Program Settings Pin
sweep1235-Jul-04 6:05
sweep1235-Jul-04 6:05 
GeneralRe: Program Settings Pin
sweep1235-Jul-04 6:49
sweep1235-Jul-04 6:49 
GeneralMaking multi-parameter function Pin
Gian5-Jul-04 4:42
Gian5-Jul-04 4:42 
GeneralRe: Making multi-parameter function Pin
Michael Dunn5-Jul-04 5:03
sitebuilderMichael Dunn5-Jul-04 5:03 
GeneralVC 2003 and crystal reports Pin
Irish_GUI5-Jul-04 4:37
Irish_GUI5-Jul-04 4:37 
GeneralRe: VC 2003 and crystal reports Pin
Michael P Butler5-Jul-04 10:13
Michael P Butler5-Jul-04 10:13 
GeneralDisplaying multiple image overlays in MFC tree or list control Pin
Anonymous5-Jul-04 4:02
Anonymous5-Jul-04 4:02 
GeneralStatic control fonts Pin
si_695-Jul-04 3:29
si_695-Jul-04 3:29 
GeneralRe: Static control fonts Pin
Stlan5-Jul-04 3:40
Stlan5-Jul-04 3:40 
GeneralRe: Static control fonts Pin
Jaime Stuardo5-Jul-04 3:43
Jaime Stuardo5-Jul-04 3:43 
GeneralRe: Static control fonts Pin
Roger Allen5-Jul-04 3:44
Roger Allen5-Jul-04 3: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.