Hi,

I am glad you solved your problem. Is your test program using only Poco 
libraries? Do you mind sharing it?

By the way, you might want to know that very recently, I added support 
for configuring the plug-in output directories. If you set the CMake 
variables CTK_PLUGIN_<type>_OUTPUT_DIRECTORY in any project using CTK 
plug-ins, you can control the libraries output directories. <type> is 
one of RUNTIME, ARCHIVE, or LIBRARY, see the CMake documentation for the 
CMAKE_<type>_OUTPUT_DIRECTORY variables.

If the CTK_PLUGIN_<type>_OUTPUT_DIRECTORY contains relative paths, the 
content will be appendend to each project's 
CMAKE_<type>_OUTPUT_DIRECTORY. An absolute path value will be used as is.

Best,
Sascha

On 10/21/2011 03:33 PM, Thomas Wolf wrote:
> 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


------------------------------------------------------------------------------
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

Reply via email to