Problem solved:
The 3rd plugin to be loaded was liborg_blueberry_core_runtime.dll, and
it is the first one that tries to read or write a config from/to disk;
and here comes the interesting part:
Our application had myApp.setOrganizationName("ETH Zürich"); with an
german Umlaut 'ü'.
Verifying the direcotory as well as creating a new one with the Poco
methods fails royally.
In berryPreferenceServcies.cpp l.44
-->
if(!prefDir.exists())
prefDir.createDirectory();
<--
cannot verify the existence of the directory with the Umlaut neither
create another one. I verified this behaviour also with a little test
program.
This was a bit nasty to find out.. :) In the end, we 'solved' it by
setting our Organization name to ETH Zurich, but thats of course not a
proper solution.
Can someone have a look at this?
Regards,
Thomas
------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn
about Cisco certifications, training, and career opportunities.
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users