Home » U++ Library support » U++ Library : Other (not classified elsewhere) » access to raw command line parameters
Re: access to raw command line parameters [message #3874 is a reply to message #3869] |
Wed, 05 July 2006 09:03   |
fallingdutch
Messages: 258 Registered: July 2006
|
Experienced Member |
|
|
dr_jumba wrote on Tue, 04 July 2006 18:21 | Is there exist an easy way to access to command line parameters passed to GUI_APP?
|
yes, as far as i can see you get them by calling "CommandLine()" it returns a Vector of Strings (Vector<String> &)
dr_jumba wrote on Tue, 04 July 2006 18:21 | What I need is to pass these parameters to 3rd party library init function.
E.g.
SuperLibInit(argc, argv);
|
I am not sure, but take a look at dli (Core/dli.h, Core/Dli.cpp) in the "Win32 support" section of Core.
As far as i know you can even load .so at *nix OS, using these files, but not sure.
If you have a solution for this please poste it, working on it, too
Bas
|
|
|
Goto Forum:
Current Time: Sun Aug 24 13:08:38 CEST 2025
Total time taken to generate the page: 0.04769 seconds
|