Search found 2 matches
- Sat Aug 31, 2013 5:21 pm
- Forum: Support - RCF
- Topic: Problem with argument of type std::vector<std::string>.
- Replies: 1
- Views: 8956
Problem with argument of type std::vector<std::string>.
Hello! I need to pass some vectors of strings through RCF but VS2012 sais: error C2039: 'serialize' : is not a member of 'std::vector<_Ty>' d:\cpp projects\bbbridge\bbbridge\include\sf\serializer.hpp Here is my interface declaration: RCF_BEGIN(I_BBtoDBPriceUpdates, "BBtoDBPriceUpdates") RCF_METHOD_V...
- Fri Aug 23, 2013 8:44 pm
- Forum: Support - RCF
- Topic: How to get rid of errors c1189 ?
- Replies: 1
- Views: 8426
How to get rid of errors c1189 ?
Hello! I'm new into C++ programming and i'm interested in RCF for my PhD studies. I'm currently attempting to build a static library out of RCF-2.0.0.2685. I managed to avoid the problem caused by winsock.h but i'm still encountering the following 3 errors... Error 1 error C1189: #error : UNICODE an...