-
The attached 'libofx.h-externC.patch' seems to do the job.
2009-09-29 20:13:20 UTC in LibOFX
-
libofx.h-externC.patch is an updated version.
This version takes a different tack by putting extern "C" around the whole header.
2009-09-29 20:12:29 UTC in LibOFX
-
SWIG is getting confused by some function pointers in libofx.h (LibofxProcStatusCallback, LibofxProcAccountCallback, LibofxProcSecurityCallback, LibofxProcTransactionCallback, LibofxProcStatementCallback). There is a simple fix: adding extra braces around the function pointer declaration allows SWIG to process libofx.h directly.
The fix is implemented in the attached file (identical to the...
2009-09-11 19:43:31 UTC in LibOFX
-
SWIG can get confused with function pointers. This patch adds some braces to help SWIG parse libofx.h.
2009-09-11 19:36:06 UTC in LibOFX