Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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 Go to previous messageGo to previous message
fallingdutch is currently offline  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
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Web/SSL SSL_CTX_load_verify_locations [FEATURE REQUEST]
Next Topic: cutting the string
Goto Forum:
  


Current Time: Sun Aug 24 13:08:38 CEST 2025

Total time taken to generate the page: 0.04769 seconds