• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Borland C++ Builder and Arguments passed in

MGMorden

Diamond Member
I've completed a GUI project in Borland C++ builder but I'd like to enable it to receive command line arguments. This is simple in straight text programs (just access argc and argv in main() ), but I can't figure out how to do it in a GUI project (there is no main method that I can find). I just want to set a text field equal to the first command line argument at program start . . . anybody know how to do this?
 
Back
Top