To: tao-bugs@...<mailto:tao-bugs@...> Subject: g++ issues warning when compiling a large integer const. TAO VERSION: 1.6.3 ACE VERSION: 5.6.3...
Shaikh, Ittehad
ishaikh@...
Sep 9, 2008 3:53 pm
4759
Hi, Please report this in bugzilla. Btw, Cygwin support is really experimental. Regards, Johnny From: Shaikh, Ittehad [mailto:ishaikh@...] Sent:...
Johnny Willemsen
jwillemsen@...
Sep 9, 2008 4:02 pm
4760
Hey Guys;
Would appreciate a bit of advice on this one. 8<----------8<----------8<----------8<----------8<----------8<----------
8<----
To:...
Hess, Richard T. Jr
Richard.Hess@...
Sep 17, 2008 5:34 pm
4761
I will be out of the office starting 11.09.2008 and will not return until 22.09.2008. I will respond to your message when I return. ...
Michael.Guntli@...
Sep 17, 2008 8:06 pm
4762
Hi Rick, Thanks for using the PRF. ... As you're using an older version of ACE+TAO, please consider upgrade to ACE+TAO+CIAO x.6.5 (i.e., ACE 5.6.5, TAO 1.6.5,...
Douglas C. Schmidt
schmidt@...
Sep 18, 2008 2:05 am
4763
Hi Doug; Yup - while waiting for the reply I went ahead and successfully built the incarnation method that returns a type of pointer to Messenger_i really...
Hess, Richard T. Jr
Richard.Hess@...
Sep 18, 2008 3:35 pm
4764
Hi Rick, ... Yes, that's correct. ... Sure - you simply need to use the POA's create_reference_with_id() method to create an object reference and export it to...
Douglas C. Schmidt
schmidt@...
Sep 18, 2008 3:43 pm
4765
TAO VERSION: 1.6.5 ACE VERSION: 5.6.5 HOST MACHINE and OPERATING SYSTEM: Windows 2003 TARGET MACHINE and OPERATING SYSTEM, if different from HOST: Same ...
David Milam
DMilam@...
Sep 20, 2008 4:13 pm
4766
Hi, ... Thanks for using the PRF form ... Can you report this in bugzilla. We really prefer that you make a small client application that compiles and tests...
Johnny Willemsen
jwillemsen@...
Sep 21, 2008 9:30 am
4767
Hi, When I compile this example, tc_tstring is defined above the typecode in question, on line 78 in the same file, so I'm getting no link error, nor an error ...
Jeff Parsons
j.parsons@...
Sep 22, 2008 4:01 pm
4768
Hi, Great, glad it's working. Jeff ... _______________________________________________ tao-bugs mailing list tao-bugs@... ...
Jeff Parsons
j.parsons@...
Sep 22, 2008 5:41 pm
4769
Okay, I understand now. Thank you for pointing out the extern in the .cpp file. I agree, this is not a bug. I oversimplified the example. The actual scenario...
David Milam
DMilam@...
Sep 22, 2008 5:41 pm
4770
Guys; I finally have a sample application up and running that has the following characteristics for the child POA 1) TRANSIENT 2) USE_SERVANT_MANAGER 3) RETAIN...
Hess, Richard T. Jr
Richard.Hess@...
Oct 3, 2008 5:20 pm
4771
Hi Rick, ... This is called by the POA. There's an explanation of this in my CORBA tutorial at http://www.cs.wustl.edu/~schmidt/PDF/corba4.pdf and in the...
Douglas C. Schmidt
schmidt@...
Oct 3, 2008 8:43 pm
4772
Thanks Doug; Here's the article that really laid things out: http://www.cs.wustl.edu/~schmidt/PDF/C++-report-col14.pdf ... From: schmidt@......
Hess, Richard T. Jr
Richard.Hess@...
Oct 3, 2008 10:25 pm
4773
OK, I submitted http://bugzilla.dre.vanderbilt.edu/show_bug.cgi?id=3492 with patches. Hope that helps. Milan. ... ...
Milan Cvetkovic
milan.cvetkovic@...
Nov 5, 2008 5:02 pm
4774
Hi, I am using following typedef in IDL file: typedef sequence<string> ParamSeq; interface MessageIDL // CORBA-interface for debug system. { exception Error { ...
Jan Knobloch
jknobloch@...
Nov 11, 2008 5:52 pm
4775
Hi, This is caused by the way msvc handles templates. Two workarounds, use CORBA::StringSeq instead of sequence<string> or include tao/StringSeq.pidl. Regards ...
Johnny Willemsen
jwillemsen@...
Nov 11, 2008 6:55 pm
4776
To: tao-bugs@... Subject: TAO: Deadlock on SMP with one Client calling many Servers from paralell Threads TAO VERSION: 1.6.6 ACE VERSION: 5.6.6 HOST...
Dobrindt, Uwe, Dr.
Uwe.Dobrindt@...
Nov 17, 2008 3:09 pm
4777
Hi Uwe, Which concurrency model are you using here, e.g., reactive, thread pool, thread-per-connection, etc.? I recommend you try several different models to...
Douglas C. Schmidt
schmidt@...
Nov 17, 2008 3:17 pm
4778
TAO VERSION: 1.6.7 ACE VERSION: 5.6.7 HOST MACHINE: Intel Core2 CPU OPERATING SYSTEM: Windows XP, winsock 2 TARGET MACHINE and OPERATING SYSTEM: Same as Host ...
Steve Ramsay
steve.ramsay@...
Jan 7, 2009 1:09 am
4779
can you try enclosing space in quotes? ./myprog -f "c:\config files\TAO_conf_file.conf" ... _______________________________________________ tao-bugs mailing...
Milan Cvetkovic
milan.cvetkovic@...
Jan 7, 2009 3:35 pm
4780
The command line that gets passed into the ORB_init call is generated from within our application. I have tried changing the path in my generated argv to be a...
Steve Ramsay
steve.ramsay@...
Jan 7, 2009 4:01 pm
4781
... is your app generating the full path name as one argument? for example: char* argv[2] = { "./myprog", "c:\\config files\\TAO_conf_file.conf" }; ... ...
Milan Cvetkovic
milan.cvetkovic@...
Jan 7, 2009 4:49 pm
4782
TAO VERSION: 1.6.7 ACE VERSION: 5.6.7 HOST MACHINE and OPERATING SYSTEM: VPA-200-VME, Linux 2.6.12.6 THE $ACE_ROOT/ace/config.h FILE [if you use a link to a...
Brown, Aaron D
aaron.d.brown@...
Jan 12, 2009 11:32 pm
4783
Hi, While running my application using TAO 1.3_p7, there occurs a core dump which is very random and ends in TAO code. Core dump is given below: Â [1]...
sumit maggo
maggosumit_it2002@...
Jan 15, 2009 12:31 pm
4784
Hi, While running my application using TAO 1.3a_p7, it happened that all of a sudden, all the threads executing orb->run() returns from this call but without...
sumit maggo
maggosumit_it2002@...
Jan 15, 2009 12:31 pm
4785
Hi, For support for the OCI distribution please contact OCI. You can also try x.6.7 which you can obtain from http://download.dre.vanderbilt.edu Regards, ...
Johnny Willemsen
jwillemsen@...
Jan 15, 2009 12:47 pm
4786
Hi, Since you're using OCI's version of TAO I recommend sending your questions to taosupport@... since they provide excellent commercial support for...
Douglas C. Schmidt
schmidt@...
Jan 15, 2009 1:33 pm
4787
Hi Sam, ... You are very welcome. ... That the DOC groups at Washington University, UC Irvine, and Vanderbilt University only provide "best effort" support for...