[omniORB] Corba::WString or WChar
S. Sahayaraj
ssahayaraj at quark.com
Tue Oct 24 18:12:41 BST 2006
If you enable "Treat wchar_t as Built-in Type" option, then it simply
treats that all the string variables in your project are in WChar
format which I don't want. Because, we have to use Char or Char* in some
situation.
________________________________
From: Barthel Marco [mailto:Marco.Barthel at comergo.com]
Sent: Friday, October 20, 2006 1:46 PM
To: S. Sahayaraj; OmniOrb
Subject: RE: [omniORB] Corba::WString or WChar
consider the Option C-C++/Language "Treat wchar_t as Built-In Type" in
Visual-Studio. omniorb and your application must be compiled with the
same settings.
-marco
________________________________
From: omniorb-list-bounces at omniorb-support.com
[mailto:omniorb-list-bounces at omniorb-support.com] On Behalf Of S.
Sahayaraj
Sent: Tuesday, October 17, 2006 3:06 PM
To: OmniOrb
Subject: [omniORB] Corba::WString or WChar
I've tried to use WString or WChar data type in my sample
application. I was able to compile the IDL and build the application. It
went fine. But while running that application, I'm getting the error
?empty_wstring at _CORBA_WString_helper@@2QBGB could not be located in
dynamic link library omniORB407_rtd.dll
<mailto:?empty_wstring at _CORBA_WString_helper@@2QBGB%20could%20not%20be%2
0located%20in%20dynamic%20link%20library%20omniORB407_rtd.dll> . It
looks the implementation of WString are missing or not enabled in the
DLL's. So, I just would like to know the following.
1. In order to enable the WString or WChar, Do we need to
use any configuration parameters while ORB_Init?
2. Do we have to use any additional DLL's/Lib's apart from
omniORB, omniDynamic and omniThread?
3. While compiling the omniORB source, do we need to enable
any configuration input in make files?
BTW, it works fine on string or char data types.
Thanks
Sahay.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20061024/6918b7e5/attachment.htm
More information about the omniORB-list
mailing list