> On Oct 11, 2017, at 9:00 AM, Robert Fewell <14ubo...@gmail.com> wrote: > > Thanks John, that is what I was after but did not realise I had built master > so made the appropriate changes, exe created and used for an install. > > Noticed some dialogues pop up behind the main application and the preferences > dialogue crashes the app. Also I am getting this in the trace file... > * 15:01:28 WARN <gnc.module> Failed to dlopen() 'C:\Program Files > (x86)\gnucash\bin\libgncmod-aqbanking.dll': 'C:\Program Files > (x86)\gnucash\bin\libgncmod-aqbanking.dll': The specified module could not be > found. > > The file is there so not sure what is wrong with that, Will probably try and > build 'unstable' with debugging to see why the preferences crash tomorrow.
Bob, Dlopen says “image not found” when it can’t find the shared module it’s trying to load and “module not found” when it can’t find one of the shared module’s dependencies. The least painful way to figure out missing dependencies on Windows is a program called Dependency Walker, a free download from Microsoft. Regards, John Ralls _______________________________________________ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel