Am Freitag, 16. Februar 2007 21:54 schrieb Dave Reiser: > >> Error loading DLL "c:/soft/aqbanking/lib/aqbanking/plugins/16/ > >> frontends/qbanking\cfgmodules\aqofxconnect.dll": 126 > >> 126 = The specified module could not be found. > > > > This comes from the loading phase of the config-module (hence the > > directory name) and it probably means some out of several loading tries > > failed. In your case some other loading try probably succeeded. > > Does the fact that the error message has / in the first part of the path > and \ near the end of the path matter?
Actually I don't this the \ vs. / matters that much. Rather, the windows routines sometimes seem to accept / instead of \ just fine. So this is usually not a problem. This *particular* error message is only concerned with the "config-pages", i.e. the GUI elements you can see inside the setup wizard (as one might guess from the path name "cfgmodules"). It is definitely *not* concerned with errors at connection time. And, as I said, these "DLL not found" error messages are a bit misleading, because the DLL loading is tried in several variants, and if one of the later tries succeeds, then the error message of the initial try is already printed and you don't recognized that this wasn't an actual error. > The above error was generated on my home laptop. Both it and my work > machine have WinXP SP2, but the office machine succeeds at a bank > connection in both the qt3-wizard and an ofxdirect connect download into > gnucash! (wizard still has to be run separately from the plugins/wizards > directory, of course) You are saying that on at least one machine, a full ofxdirectconnect download into gnucash already worked? Congratulations! Then we're not dealing with any gigantic problems anymore. Maybe the errors are still caused by leftovers of old libraries or such. > However, I do know that for some reason, I only have autoconf 2.59 at > home, while the office is using 2.60. I'll double check the rest of the > build tools too. The office libtool is 1.5.22. I don't think the autoconf or libtool versions make any difference. Thanks for lookup up the version numbers, though. 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
