I want to use UNICODE. With cmake 2.6 patch3. I write in wxwidgetsconfiguration mswud and I have to change wxwidgets lib.
With visual C++ 2008 project file general properteis for flag character encoding is MBCS. I change it in UNICODE for all project (plplotcxxd, plplotd....)
After I have to change line 66 of ltdl_win32.c :
dlhandle->hinstLib = LoadLibraryA( dllname );// dlhandle->hinstLib = LoadLibrary( dllname );
dll is not loaded with the orignal line.
Is it a bug or a problem in my configuration?
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I want to use UNICODE. With cmake 2.6 patch3. I write in wxwidgetsconfiguration mswud and I have to change wxwidgets lib.
With visual C++ 2008 project file general properteis for flag character encoding is MBCS. I change it in UNICODE for all project (plplotcxxd, plplotd....)
After I have to change line 66 of ltdl_win32.c :
dlhandle->hinstLib = LoadLibraryA( dllname );// dlhandle->hinstLib = LoadLibrary( dllname );
dll is not loaded with the orignal line.
Is it a bug or a problem in my configuration?
Thanks