[Kmymoney-devel] MyMoneyGncReader::convertSplit

tonyb tonyb.lx at ntlworld.com
Wed May 26 10:39:03 CEST 2010


On Wednesday 26 May 2010 08:03:18 Thomas Baumgart wrote:
> > It is due to the TRY, CATCH and PASS defines. TRY and PASS use an odd
> > number whereas CATCH uses an even number causing the mismatch. I would
> > suggest it is best they all use an even number and the code that uses it
> > adjusted.
> 
The GNC importer was my first major C++ project, and I used these macros to 
make the code more readable *for me* as a beginner! The code is pretty stable 
now, so if anyone wants to replace these with conventional code, it's fine by 
me.
 
> > Does anyone know much about _GNCFILEANON ?

Setting this variable would compile the module as a free-standing program to 
read a GNC file and create an anonymized version for debugging purposes. It's 
never been used (so far!) and I never got round to writing the necessary 
utilities for packaging it.

-- 
Cheers,

TonyB


More information about the KMyMoney-devel mailing list