-
i pretty much hacked it...
in your source I moved the STRING_VECTOR argv up to a public declaration then in my code (where my GetPot instance is called ifile and EOL is a macro for std::endl:
STRING_VECTOR::const_iterator it = ifile.argv.begin();
report
2008-01-21 19:57:21 UTC in Command Line Parser: GetPot
-
yes there's a print (i mistakenly called it printf above), but it's hardwired to output to stdout. So you can't really use it with cout, and especially can't use it with any old text output stream (I wanted to send it to a log file). I don't really care about being able to re-parse it although the print() output looks like it would. I'm using it in a benchmarking program and I want to...
2008-01-14 15:43:43 UTC in Command Line Parser: GetPot
-
the printf method is nice but i want to be able to output the whole options db for logging purposes. as a hack I moved STRING_VECTOR argv; to the public section so I could do that but I'm sure there's a more elegant way. I'm programming in c++ so I wanted to use "
2008-01-13 20:57:54 UTC in Command Line Parser: GetPot
-
the util works with a scan file made from the scan utility, but not the frequency files in the directory I listed above....
2007-02-19 03:07:09 UTC in Kaffeine
-
I have an HD-5500 (pchdtv) and in configure DVB it shows up as:
Name: LG Electronics LGDT3303 VSB/QAM Frontend
Type: Atsc
Source:
there is no source! I tried copying the
/usr/share/doc/dvb-utils/examples/scan/atsc
directory you get when you install dvb-utils to my local
~/.kde/share/apps/kaffeine
alongside the existing dvb-x directories but it still doesn't...
2007-02-13 05:44:12 UTC in Kaffeine
-
the doxygen doc is lacking...
attached is a doxy setup which gives absolutely everything...
I couldn't have fixed those bugs without this.
2007-01-11 01:27:33 UTC in wxFlatNotebook
-
OK I fixed all of these. I noticed that VC71 has some other limitations of flexibility, which I took out so it responds to more color commands. The user can always just use that default grey wxColour(247, 243, 233) if they want the original look.
TAR file attached, untar it from the contrib directory and it will put in place three .patch files (I fixed my bugtest patch also, there was a bug...
2007-01-11 01:13:49 UTC in wxFlatNotebook
-
Pardon my laziness for not making these all separate issues.
1. SetNonActiveTabTextColor doesn't work under the VC8 style.
2. Set TabAreaColor doesnt work under VC71, and works only on the second of two instances under VC8
3. SetAllPagesShapeAngle doesn't work
To test this I modified the example program to send the tab/color to both of the notebooks. Attached is a patch to run...
2007-01-10 20:30:48 UTC in wxFlatNotebook
-
not a bug - it's a problem with links from /usr/local/lib and /usr/lib to the wx libraries... documented elsewhere.
2007-01-10 19:57:51 UTC in wxFlatNotebook
-
made debug with no errors. wxWidgets 2.6.3 with patches from wx site, compiles samples and runs them fine. Fedora 5.
[marc@localhost wxFlatNotebook]$ ./wxFlatNotebookTest
./wxFlatNotebookTest: error while loading shared libraries: libwx_gtk2d-2.6.so.0: cannot open shared object file: No such file or directory
[marc@localhost wxFlatNotebook]$ whereis libwx_gtk2d-2.6.so.0...
2006-12-28 17:34:48 UTC in wxFlatNotebook