Am Sonntag, 18. Februar 2007 13:07 schrieb Andreas Köhler: > > > 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... Christian ------------------------------------------------------------------------- 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
