473,473 Members | 1,754 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

ICU Message::format failing when libraries built in non debug mode on solaris

1 New Member
Hi All,
My program is failing at MessageFormat::format call when libraries are built in release mode. Same is passing when libraries are built in debug (-g) mode.

The format is calling is giving the U_IILEGALA_ARGUMENT_ERROR.

Here is the piece of code:

UErrorCode status = U_ZERO_ERROR;
count = 1;
UnicodeString msg = "Number of rows processed {0}";
Formattable args = new Formattable[count];
UnicodeString outputMsg;

MessageFormat::format(msg, args, count,outputMsg,status);

Here args has value as 10.

Can any one help me in understanding why this is failing on non debug mode only on solaris 10 ? The same code passes on AIX.
Oct 3 '10 #1
1 1770
ashitpro
542 Recognized Expert Contributor
Can you post the prototype/signature of the 'format' method?
Oct 7 '10 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Brian Pembroke | last post by:
When running my program in Vb .Net 2003 on Windows XP, it hangs the IDE everytime. It will run if you choose to run not in debug mode. After further investiagation, this happens in all the...
2
by: Chad Slagle via DotNetMonster.com | last post by:
in "c:\Root.Aspects.Exceptions\example.vb(20)" I receive an: error BC30456 'Insrumentation' is not a member of 'Aspects. In the Solution the following projects exist: Root.Aspects.Exceptions...
6
by: ss | last post by:
Hi I built an exe in console debug mode & Release mode . The console debug mode -exe works fine ...but the release mode EXE starts well but fails mid way . The exe is being started as a...
1
by: Darren | last post by:
When I do a final build I typically build all projects in debug mode first and then release mode and then copy all files to a builds folder. However I've noticed that the .pdb files in the debug...
0
by: c# newbie | last post by:
When starting a c# asp.net web site in visual studio 2003, the following message appears in the debugger window: The thread 0x7bc has exited with code 0 (0x0). The program ' IEXPLORE.EXE:...
12
by: nospam | last post by:
All the documentation says that leaving an ASP.NET application in debug mode has a big performance hit. I can't detect any difference between debug and non-debug modes. Am I missing something or is...
0
by: Bernie Yaeger | last post by:
This has now happened twice in the last month, so I'm wondering if anyone else is experiencing this: I strike f5 to run my app in debug mode and the ide closes - no error message, it just closes...
22
by: semedao | last post by:
Hi , I am using asyc sockets p2p connection between 2 clients. when I debug step by step the both sides , i'ts work ok. when I run it , in somepoint (same location in the code) when I want to...
4
by: bhood2 | last post by:
I've come to the conclusion that posting about Embedded Python on the Python forums is a complete waste of time. I hope I can get some useful insights here. I'm looking for some help with...
4
BeemerBiker
by: BeemerBiker | last post by:
My asp.net app can connect to the sql server when running in debug mode, VS2008. It will not connect at the published location using http://localhost/...default.aspx .etc Connection string...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.