5
votes
8answers
2k views
boost vs ACE C++ cross platform performance comparison?
I am involved in a venture that will port some communications, parsing, data handling functionality from Win32 to Linux and both will be supported. The problem domain is very sensitive to throughput …
0
votes
1answer
140 views
midl error 2025 when compiling idl file on win32 (midl doesn’t like string<40>)
The idl files I have compile fine with linux tools, but when I try to compile using midl I get an error
error MIDL2025 : syntax error : expecting a declarator or * near "<"
the line is:
…
