Search found 11 matches
- Tue Oct 30, 2012 11:51 am
- Forum: Support - RCF
- Topic: Question about client progress callback
- Replies: 5
- Views: 11555
Re: Question about client progress callback
This is not really related to RCF, RCF is supporting callback , and this is up to you to define what your callback(s) is giving you ! In your case you should define something like: "typedef void (* _ProgressProc)( float percent );" which is defined on client side (for example to display a progress b...
- Thu Oct 18, 2012 12:11 pm
- Forum: Support - RCF
- Topic: Sample do not run on Win 8
- Replies: 10
- Views: 20260
Re: Sample do not run on Win 8
So I had definitely not any chance of founding the bug as I was focused on your code
Thanks a lot jarl !
Thanks a lot jarl !
- Thu Oct 18, 2012 6:53 am
- Forum: Support - RCF
- Topic: Sample do not run on Win 8
- Replies: 10
- Views: 20260
Re: Sample do not run on Win 8
Thanks for your suggestion,
I have builded the "RCF-2.0.0.2667 Demo" with RCF_USE_BOOST_ASIO defined (which implies linking with libboost_system-vc110-mt-sgd-1_51.lib), the issue persists
I have sent by mail log files.
I have builded the "RCF-2.0.0.2667 Demo" with RCF_USE_BOOST_ASIO defined (which implies linking with libboost_system-vc110-mt-sgd-1_51.lib), the issue persists
I have sent by mail log files.
- Wed Oct 17, 2012 12:58 pm
- Forum: Support - RCF
- Topic: Sample do not run on Win 8
- Replies: 10
- Views: 20260
Re: Sample do not run on Win 8
One more indication, Win8 Client and Win7 Server or vice versa fail also.
- Wed Oct 17, 2012 9:03 am
- Forum: Support - RCF
- Topic: Sample do not run on Win 8
- Replies: 10
- Views: 20260
Re: Sample do not run on Win 8
Hello, I'm definitively unable to make working the server/client Demo program on a Windows 8 OS. Easy to reproduce with a virtual Windows 8, (I use the Oracle Virtual Box and the free version of Windows 8 Pro). In order to investigate, I have run successfully many Boost::ASIO samples, I have enabled...
- Fri Oct 12, 2012 10:01 am
- Forum: Support - RCF
- Topic: Sample do not run on Win 8
- Replies: 10
- Views: 20260
Re: Sample do not run on Win 8
That is working : RCF::RcfInitDeinit rcfInit; // init log std::string logFormat( "%E(%F): %X" ); // used at Log.cpp line#510 RCF::LogManager::init(); RCF::LogManager::instance().activateLogger( RCF::LoggerPtr( new RCF::Logger( RCF::LogNameRcf, RCF::LogLevel_4, RCF::LogToStdout(), logFormat ) ) ); RC...
- Thu Oct 11, 2012 2:28 pm
- Forum: Support - RCF
- Topic: Sample do not run on Win 8
- Replies: 10
- Views: 20260
Re: Sample do not run on Win 8
But RCF::enableLogging( is not defined in source code
- Thu Oct 11, 2012 11:05 am
- Forum: Support - RCF
- Topic: Sample do not run on Win 8
- Replies: 10
- Views: 20260
- Thu Oct 11, 2012 10:32 am
- Forum: Support - RCF
- Topic: Sample do not run on Win 8
- Replies: 10
- Views: 20260
Sample do not run on Win 8
Hello, The Server Client samples built with VS2012 ran well on my Win7 desktop, but doesn't on Win8, AFAIK with same settings, no firewall, and on a local computer. I ran with a Debug output window, there is no trace. So two questions: 1- Is someone has made a RCF Win7 test ? 2- As I don't have any ...
- Wed Sep 26, 2012 12:37 pm
- Forum: Support - RCF
- Topic: Printed documentation ?
- Replies: 1
- Views: 5471
Printed documentation ?
Hi, I have print the HTML page from Chrome but it comes with lot of noisy html tags.
Could you create a pdf file for the documentation, or is there a method to do that ?
Thanks for your work, started to use it, looks very good !
Could you create a pdf file for the documentation, or is there a method to do that ?
Thanks for your work, started to use it, looks very good !