On Wed, 5 Apr 2006, Raimund Mettendorf DE-HILDEN wrote:

Hi Sorin Mustaca,

I have the following warnings after compile with Microsoft Visual Studio
7.1.3088
c:\mico-2.3.12\mico\include\mico\dii.h(114) : warning C4267: 'return' :
conversion from 'size_t' to 'CORBA::ULong', possible loss of data
c:\mico-2.3.12\mico\include\mico\dii.h(156) : warning C4267: 'return' :
conversion from 'size_t' to 'CORBA::ULong', possible loss of data
c:\mico-2.3.12\mico\include\mico\dii.h(193) : warning C4267: 'return' :
conversion from 'size_t' to 'CORBA::ULong', possible loss of data

Can you help?

Basically the question is:
1) what's the size of `CORBA::ULong' on your platform? IMHO it is 4 bytes.
2) what's the size of `size_t' on your platform? IMHO it should also be 4 bytes, anyway please check by simple test app and let us know.

Cheers,
Karel
--
Karel Gardas                  [EMAIL PROTECTED]
ObjectSecurity Ltd.           http://www.objectsecurity.com
---
Need experienced, fast, reliable technical MICO support?
---> http://www.objectsecurity.com/mico_commsup_referral.html <---
---
_______________________________________________
Mico-devel mailing list
[email protected]
http://www.mico.org/mailman/listinfo/mico-devel

Reply via email to