Stuffing argv[] for PtSpawn()?

Can someone show me a piece of code segment properly stuffing
argv[] with command line options for a Photon application to be
spawned using PtSpawn?

I need to use options that are stored away at runtime, not
compile-time.

Can’t say that I’ve ever had to stuff argv[] manually before!


Jeff Maass jmaass@columbus.rr.com Located near Columbus Ohio
USPSA # L-1192 NROI/CRO Amateur Radio K8ND
Maass’ IPSC Resources Page: http://home.columbus.rr.com/jmaass

Jeff Maass wrote:

Can someone show me a piece of code segment properly stuffing
argv[] with command line options for a Photon application to be
spawned using PtSpawn?

I need to use options that are stored away at runtime, not
compile-time.

Can’t say that I’ve ever had to stuff argv[] manually before!


Jeff Maass > jmaass@columbus.rr.com > Located near Columbus Ohio
USPSA # L-1192 NROI/CRO Amateur Radio K8ND
Maass’ IPSC Resources Page: > http://home.columbus.rr.com/jmaass

Example is attached…

Michel