https://github.com/jrincayc/ucblogo-code
Revision 09a7358a1d74dec5ae7a9999d869ea69a5ce2277 authored by Dan Malec on 21 October 2020, 00:12:14 UTC, committed by Dan Malec on 24 October 2020, 19:33:12 UTC
* Pass wxWidget argc/argv into Logo for evaluation
* Capture cwd in wxWidgets before it is changed to the Documents directory
* Use the captured cwd when loading files passed as command line arguments
1 parent 12004aa
Raw File
Tip revision: 09a7358a1d74dec5ae7a9999d869ea69a5ce2277 authored by Dan Malec on 21 October 2020, 00:12:14 UTC
ISSUE-36: Handle command line arguments across environments.
Tip revision: 09a7358
wxMain.h
void init_wx();
void putInBuff(char c);
back to top