Search the web
Sign In
New User? Sign Up
ace-users
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 40023 - 40052 of 42992   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
40023
Hi, ... It is on my todo list to have a look again, but I have more important (read as sponsored) work at this moment that goes first. Johnny...
Johnny Willemsen
jwillemsen@...
Send Email
Dec 1, 2004
8:02 am
40024
Hi, I quickly scanned your changes. In the upcoming x.4.3 version this will be already available but then guarded with ACE_HAS_STREAM_PIPES, SunOS has that ...
Johnny Willemsen
jwillemsen@...
Send Email
Dec 1, 2004
9:31 am
40025
... Fair enough - is there a schedule or hoped-for date when 5.4.3 will be available?? Also - after building the library, I ran into the same problem with my ...
Neil B. Cohen
nbc@...
Send Email
Dec 1, 2004
1:40 pm
40026
Hi, ... This month, before Xmas. ... Maybe you have to add some includes. If you have fixes, share them with the mailing lists. Johnny...
Johnny Willemsen
jwillemsen@...
Send Email
Dec 1, 2004
1:54 pm
40027
I found that adding #include "ace/OS_NS_sys_socket.h" as the first include file made the problem go away... nbc ... -- NAME: Neil B. Cohen (Cisco Systems...
Neil B. Cohen
nbc@...
Send Email
Dec 1, 2004
2:00 pm
40028
The closesocket() thing sounds like a macro is getting in the way during your app build. Removing ACE_HAS_INLINED_OSCALLS forces ACE to include the method...
Steve Huston
shuston@...
Send Email
Dec 1, 2004
2:05 pm
40029
I stand corrected... Thanks for the solution, Neil! -Steve -- Steve Huston, Riverace Corporation Adding Service to Open Source Software ACE book info at...
Steve Huston
shuston@...
Send Email
Dec 1, 2004
3:51 pm
40030
Hi I had the latest beta kit. Today I have downloaded the latest Release which is the ACE 5.4 + TAO 1.4 version. And I have built ACE without problems. Thanks...
nilabja roy
nilabja_r@...
Send Email
Dec 1, 2004
4:04 pm
40031
ACE VERSION: 5.4.2 HOST MACHINE and OPERATING SYSTEM: If on Windows based OS's, which version of WINSOCK do you use?: Windows 2000 , SP 4 , WINSOCK 3.10 (From...
Igal Ore
igal.ore@...
Send Email
Dec 1, 2004
4:20 pm
40032
Hi Igal, ... Thanks for using the PROBLEM-REPORT-FORM! ... [snip] Can you please verify that both your App_Client_Connector<> template and your...
Ossama Othman
ossama@...
Send Email
Dec 1, 2004
5:00 pm
40033
Thank you for fast reply , i verified one more time if watchaccountlist and template had been defined before instation of class App_Client_Connector After...
Igal Ore
igal.ore@...
Send Email
Dec 1, 2004
5:26 pm
40034
Hi, ... AFAICT, it looks fine. ... ACE 5.1 didn't have the typedef traits in the ACE_Connector<> class template found in ACE 5.4.2. I'm guessing that your...
Ossama Othman
ossama@...
Send Email
Dec 1, 2004
5:41 pm
40035
FYI... We build the ACE sources (and examples and tests) daily with MSVC 6, so I'd lean toward it not being the compiler's fault. Be sure you've #included all...
Steve Huston
shuston@...
Send Email
Dec 1, 2004
6:06 pm
40036
Hi all, I have questions about the operator overloading in the DLL examples. Here's the PRF. Thank you Bye ACE VERSION: 5.4 HOST MACHINE and OPERATING SYSTEM: ...
Francesco Formenti
francesco.formenti@...
Send Email
Dec 1, 2004
6:40 pm
40037
... In ACE/TAO we inherit from the "core.mpb" base project, which sets the variable INSTALL_THIS_TARGET. The automake.mpd template file uses that to decide...
J.T. Conklin
jtc@...
Send Email
Dec 1, 2004
8:02 pm
40038
I notice that the libraries in a Makefile.am file are never installed. What is the accepted mpc way of saying that certain libraries are installable? Stephen ...
Stephen Torri
storri@...
Send Email
Dec 1, 2004
8:03 pm
40039
thank you for advice , i will have test only tommorow (Europe time) Could suggest any actions , like trying to compile with additional flags ? settings ? On...
Igal Ore
igal.ore@...
Send Email
Dec 1, 2004
8:12 pm
40040
Hi Johnny: The entries in the list are not trimmed for white space, all the ones without a colon had a trailing white space. Here is one way of fixing it. ...
Frare, Steven A (Stev...
stevefr@...
Send Email
Dec 2, 2004
4:12 am
40041
I know the accepted practice of ACE+TAO is to install headers with the same path. So that if files are in $ACE_ROOT/ace they would be installed into...
Stephen Torri
storri@...
Send Email
Dec 2, 2004
5:34 am
40042
Hi, ... I am not a perl export, but I assume perl has a much easier standard way for this. Johnny...
Johnny Willemsen
jwillemsen@...
Send Email
Dec 2, 2004
8:45 am
40043
Hi Johnny: You are correct sir! Anybody that knows perl knows this can be done on one line. But like I said "This is one way of doing it" and "My Perl isn't...
Frare, Steven A (Stev...
stevefr@...
Send Email
Dec 2, 2004
8:52 am
40044
indeed when i commented out SVC_HANDLER::addr_type trait and SVC_HANDLER::stream_type than compilation going on without any problem indication; template...
Igal Ore
igal.ore@...
Send Email
Dec 2, 2004
9:09 am
40045
... This seems to be the standard perl idiom for trimming whitespace. $entry =~ s/\s+$//; --jtc -- J.T. Conklin...
J.T. Conklin
jtc@...
Send Email
Dec 2, 2004
9:32 am
40046
Hi: Well given my extremely limited knowledge of the language that would appear to only trim the trailing spaces??? What do I know. On the other hand had it...
Frare, Steven A (Stev...
stevefr@...
Send Email
Dec 2, 2004
9:47 am
40047
Hi, Thanks both of you. I have applied the fix to the repository. Steve, watch your cvs checkout tomorrow, you could get a cvs conflict because I applied your...
Johnny Willemsen
jwillemsen@...
Send Email
Dec 2, 2004
9:50 am
40048
Thanks Johnny! ... From: Johnny Willemsen [mailto:jwillemsen@...] Sent: Thursday, December 02, 2004 1:46 AM To: Frare, Steven A (Steven);...
Frare, Steven A (Stev...
stevefr@...
Send Email
Dec 2, 2004
10:01 am
40049
In the end i haven't better sollution as wrap traits definition at ACE_Connector and ACE_Acceptor with next denitions : Connector.h #if defined(_WIN32) &&...
Igal Ore
igal.ore@...
Send Email
Dec 2, 2004
1:43 pm
40050
Hi Stephen, ... You can create an AutomakeWorkspaceHelper.pm (see ACE_wrappers/bin/MakeProjectCreator/modules) that only overrides the modify_value method to...
Chad Elliott
elliott_c@...
Send Email
Dec 2, 2004
3:12 pm
40051
Hi, ... 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@...
Send Email
Dec 2, 2004
3:44 pm
40052
Hi, ... Please see Chapter 4 of C++NPv1 <www.cs.wustl.edu/~schmidt/ACE/book1/> for examples of how to do this with ACE and its ACE_OutputCDR and ACE_InputCDR...
Douglas C. Schmidt
schmidt@...
Send Email
Dec 2, 2004
3:52 pm
Messages 40023 - 40052 of 42992   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help