NamedEndpoint is broken in 2.1.0.0 (with patch)

RCF support and general discussion.
Post Reply
tibur
Posts: 1
Joined: Thu Sep 17, 2015 4:07 pm

NamedEndpoint is broken in 2.1.0.0 (with patch)

Post by tibur »

Hello.
I just figured NamedEndpoint class is broken in 2.1.0.0. A fix is attached.
Tibur.

1. The source file is not included in the RCF.cpp file.
2. It doesn't compile under Linux because of an implicit RCF::tstring (std::wstring) to std::string conversion.
Attachments
NamedPipeEndpoint.patch
(1.17 KiB) Downloaded 499 times

jarl
Posts: 238
Joined: Mon Oct 03, 2011 4:53 am
Contact:

Re: NamedEndpoint is broken in 2.1.0.0 (with patch)

Post by jarl »

Thanks. I've imported the patch here and committed it.
Kind Regards

Jarl Lindrud
Delta V Software
http://www.deltavsoft.com

Post Reply