Hi, On So, 2007-02-18 at 20:16 +0100, Christian Stimming wrote: > > > > src/libs/aqbanking/banking.c::AB_Banking_FindWizard suggests that it > > > > fills a GWEN_BUFFER with the complete absolute path to where the wizard > > > > should be found. But it does not seem to care about file name > > > > extensions > > > Thanks for spotting this one. Does the attached patch help? > > Yes, but in the end I used attached patch. Thanks. > > You are doing > > + if (strlen(EXEEXT) > 0) > + GWEN_Buffer_AppendString(pbuf, EXEEXT); > > i.e. attaching EXEEXT without a prefixed "."? Is that correct? I don't have > windows available at the moment, so I can't check right now...
yes, the Makefile contains EXEEXT = .exe -- andi5 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Aqbanking-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/aqbanking-devel
