Subject TIB_Protocol Discrepancy
Author Eric Handbury
Hello,

(IBO4_2Hf, BCB6-SP2, FB1-796)

Just been looking at the TIB_Protocol values.

In BCB, the IB_Session.hpp has the following enum:

enum TIB_Protocol { cpLocal, cpNetBEUI, cpTCP_IP, cpNovell };
(cpLocal being 0, so cpTCP_IP is 2)

But in the Protocols property on the TIB_Connection component, the
values are ordered: cpLocal, cpNetBEUI, cpNovell, cpTCP_IP

So... are the underlying values correct for both, but one of them
has a messed-up order, or is there a problem?

Thanks. Eric.