Hi,
I have a gtk2 app that is, among other things, an editor for a data
format called USFM. The program can display the data (text) in the
encoded format, or in a pretty format, and the user can edit the data in
either view. The editor is hand-built and somewhat buggy. I was
wondering if you all h
Andrew,
On 4/16/2016 at 1:47 PM, Enno Borgsteede wrote:
1) Argc and argv are initially processed only by the OS, and never by the
linker or GTK or any compiler until after main() is called. Nothing you can
do
with the linker, GTK, or the compiler can change that fact.
Not true. The program