Hi Ron, To ensure that we have proper version/platform/compiler information, please make sure you fill out the appropriate problem report form (PRF), which is...
Douglas C. Schmidt
schmidt@...
Jan 1, 2004 4:34 pm
37128
- ACE 5.3.6 and 5.3 ... Compiling... OS.cpp ../ace/OS_NS_arpa_inet.inl(70) : error C2039: 'inet_ntop' : is not a member of '`global namespace'' ...
Yosik Kim
yskim@...
Jan 2, 2004 2:31 am
37129
Hi ... Have you installed IPV6 stack and libraries on your box? Looks like your platform doesn't seem to support IPV6 capabilities and that is why you are...
Balachandran Natarajan
bala@...
Jan 2, 2004 3:07 am
37130
Hi. I have installed IPv6 stack(WinXP) and MS Platform SDK(Feb.2003). The following messages are ping6 test ... C:\Documents and Settings\Yosik Kim>ping6...
Yosik Kim
yskim@...
Jan 2, 2004 4:46 am
37131
Hi Abhay, ... I recommend that you upgrade to ACE+TAO x.3.6, which is available from http://deuce.doc.wustl.edu/Download.html Moreover, to ensure that we have...
Douglas C. Schmidt
schmidt@...
Jan 2, 2004 6:02 am
37132
These are because Microsoft chose to implement a very old API for IPv6. The support in ACE needs work to use it properly. If you send me patches, I'll look at...
Steve Huston
shuston@...
Jan 2, 2004 2:53 pm
37133
We are using ACE_Process_Manager to manage spawned processes on Windows NT. We use a reactor to retrieve handle_close on closed processes. It just occured to...
ace@...
Jan 4, 2004 5:59 pm
37134
TAO VERSION: 1.3.1 ACE VERSION: 5.3.1 HOST MACHINE and OPERATING SYSTEM: windows xp professional sp1 TARGET MACHINE and OPERATING SYSTEM, if different from...
Lello Mele
lellomele@...
Jan 4, 2004 11:56 pm
37135
Hi Dror, ... To ensure that we have proper version/platform/compiler information, please make sure you fill out the appropriate problem report form (PRF),...
Douglas C. Schmidt
schmidt@...
Jan 5, 2004 3:11 am
37136
ACE : 5.3 PLATFORM : Debian Woody GCC : 2.95 There is a link time error which reason I cannot comprehend. Would you please take a look at the messages below...
ChangWoo Park
pismute@...
Jan 5, 2004 5:44 am
37137
Hi, I am using the ACE_Hash_Map_Manager to associate integer-ids with other objects. Since there are many bind() and unbind() calls in my scenario, I've tried...
Meub Roland (MPI/MPT)
Roland.Meub@...
Jan 5, 2004 9:35 am
37138
Hi Lello, Thanks for the PRF! ... No problem - you did fine! ... Ok. ... find ... Right. ... No, it's simply that those programs don't have any GUI - they all...
Steve Huston
shuston@...
Jan 5, 2004 3:30 pm
37139
Try putting your object files before the library specifcations (-l). And put -lACE before the other libraries. -Steve -- Steve Huston, Riverace Corporation ...
Steve Huston
shuston@...
Jan 5, 2004 3:30 pm
37140
Hi John, ... Right! BTW, to ensure that we have proper version/platform/compiler information, please make sure you fill out the appropriate problem report...
Douglas C. Schmidt
schmidt@...
Jan 5, 2004 5:06 pm
37141
Hi Folks, I'm going to be teaching a 3-day tutorial on ACE+TAO, CORBA, patterns, and frameworks at UCLA extension on January 21-23th, 2004. Please take a look...
Douglas C. Schmidt
schmidt@...
Jan 5, 2004 6:01 pm
37142
Hi ACE 5.3 I am building ACE 5.3 to support IPv6 on Linux using gmake and WinXP using VC6++. I have installed IPv6 stack both of them(Linux,WinXP). I was added...
Yosik Kim
yskim@...
Jan 6, 2004 5:56 am
37143
Hi, ... Thanks very much for your email. Please make sure to send all questions related to TAO or ACE to the ACE mailing list or ACE+TAO newsgroup, rather...
Douglas C. Schmidt
schmidt@...
Jan 6, 2004 1:29 pm
37144
Hello, I am trying to set up a proof-of-concept using TAO to interface to an existing CORBA server. I have a set of IDLs, and I've identified a subset of...
Hamblin, Mark
Mark_Hamblin@...
Jan 6, 2004 2:14 pm
37145
Hi Mark, To ensure that we have proper version/platform/compiler information, please make sure you fill out the appropriate problem report form (PRF), which is...
Douglas C. Schmidt
schmidt@...
Jan 6, 2004 2:53 pm
37146
Hi ... Please download 5.3.6 since it has quite a bit of changes from Brian Buesker. You can download that from http://deuce.doc.wustl.edu/Download.html ...
Balachandran Natarajan
bala@...
Jan 6, 2004 4:19 pm
37147
Hi Hamblin I did a job recently to resolve an issue like that. To obtain an IOR in a predictive way. I guess that you are doing a TAO interpreter. Contact me...
Arturo J. Montes S.
mitosys@...
Jan 6, 2004 5:29 pm
37148
Hi, all. We need to use both ACE and STLport on projects at work. Recent releases of STLport provide their own i/o stream facilities and by default remap the ...
John_Poplett@...
Jan 6, 2004 6:22 pm
37149
Dears, I've to check the liveness state of the threads I created. Does anyone know how to do that? Thanks in advance! Alan Luo...
alanluo
alanluo@...
Jan 7, 2004 9:27 am
37150
Hi, First, please use the PRF form when asking questions. This makes it easier for us to answer. Have a look at $(TAO_ROOT)/tests/Thread_Manager_Test.cpp. Look...
Johnny Willemsen
jwillemsen@...
Jan 7, 2004 9:44 am
37151
Hi All, ACE VERSION: 5.3.5 HOST MACHINE and OPERATING SYSTEM: Linux RedHat 9 $ uname -a Linux 2.4.20-8 #1 Thu Mar 13 17:54:28 EST 2003 i686 i686 i386 GNU/Linux...
Kobi Cohen-Arazi
kobi-co@...
Jan 7, 2004 10:44 am
37152
Hi Kobi, ... Sure - there is no strerror_r() system function - the reason for this is that strerror() is thread-safe (i.e., it uses thread-specific storage...
Douglas C. Schmidt
schmidt@...
Jan 7, 2004 3:01 pm
37153
Hi Dror, ... I'm not sure what you mean by this. The standard way to set these options is by passing them in to ORB_init() in the argv/argc parameters. TAO...
Douglas C. Schmidt
schmidt@...
Jan 7, 2004 3:22 pm
37154
Hi Dror, ... I guess I don't understand the difference between doing this and ... At any rate, what you describe above is definitely the way to go since it's...
Douglas C. Schmidt
schmidt@...
Jan 7, 2004 3:48 pm
37155
Here is a revision to the patch I sent out yesterday that works with 5.3.6. ACE VERSION: 5.3.6 HOST MACHINE and OPERATING SYSTEM: Red Hat Linux 9.0 TARGET...
John_Poplett@...
Jan 7, 2004 4:46 pm
37156
Hi, all. I don't remember if I ever submitted the patch referenced below. In any case, it's not in 5.3.6. I have retested it with 5.3.6 and provide it here in...