Search found 8 matches

by zaksoft
Wed May 29, 2013 10:21 am
Forum: Wish List
Topic: .NET build
Replies: 1
Views: 8409

.NET build

I've build RCF into a .NET component and I'm able to call a C++ win 32 server, not back.

Do you have any plan to support communication between not managed and managed code ?

TIA.
by zaksoft
Sun Mar 03, 2013 10:25 am
Forum: Support - RCF
Topic: Boost 1.53 smart pointer changes
Replies: 3
Views: 7299

Boost 1.53 smart pointer changes

due to boost changes using RCF with 1.53 lead to following errors during build.. 1>e:\vc10mfcdev\gallery\zlib100\zlib100\rcf\source\rcf\sspifilter.cpp(1091): error C2039: 'shared_static_cast' : is not a member of 'boost' 1>e:\vc10mfcdev\gallery\zlib100\zlib100\rcf\source\rcf\sspifilter.cpp(1091): er...
by zaksoft
Wed Oct 03, 2012 9:47 am
Forum: Support - RCF
Topic: File upload/download
Replies: 2
Views: 5258

Re: File upload/download

tested with RCF-2.0.0.2665, works fine.

Thank you.
by zaksoft
Fri Sep 14, 2012 2:03 pm
Forum: Support - RCF
Topic: VS2010 fatal error C1189
Replies: 2
Views: 8370

[Solved]: VS2010 fatal error C1189

since when adding RCF.cpp to a project this file is marked as "Not Using Precompiled Headers", the line

#ifdef __MSC_VER
#define WIN32_LEAN_AND_MEAN
#endif

must be inserted in RCF.cpp before <boost/config>

This solve the problem.
by zaksoft
Thu Sep 13, 2012 5:39 pm
Forum: Support - RCF
Topic: VS2010 fatal error C1189
Replies: 2
Views: 8370

VS2010 fatal error C1189

Upgrading source from 2.00.2648 to 2.00.2661 I've got this error on VS2010: RCF\include\RCF/external/asio/asio/detail/socket_types.hpp(22): fatal error C1189: #error : WinSock.h has already been included Searching on net I've found the causes, but I'm not able (already using WIN32_LEAN_AND_MEAN - ot...
by zaksoft
Sun Sep 02, 2012 6:34 am
Forum: Support - RCF
Topic: File upload/download
Replies: 2
Views: 5258

File upload/download

What about adding to file structure dates and SetFileTime() on destination ?

TIA.
by zaksoft
Mon Jun 25, 2012 7:16 am
Forum: Support - RCF
Topic: when to expect version 2.0?
Replies: 5
Views: 10420

Re: when to expect version 2.0?

Any news ?
by zaksoft
Fri Apr 20, 2012 1:59 pm
Forum: Support - RCF
Topic: when to expect version 2.0?
Replies: 5
Views: 10420

Re: when to expect version 2.0?

Any update about scheduled availability ?

TIA