Hello,
I created a SimConnect.xml file and placed it as the mannual instructs. But the simple OpenClose example does not work. The odd thing is that the OpenClose example connects to the server fine once I remove the xml file. Below is the xml file and please let me know if you have any idea
<SimBase.Document Type="SimConnect" version="1,0">
<Descr> SimConnect</Descr>
<Filename> SimConnect.xml</Filename>
<Disabled> False</Disabled>
<SimConnect.Comm>
<Disabled> False</Disabled>
<Protocol> Auto</Protocol>
<Scope> local</Scope>
<Address> 172.28.86.222 </Address>
<Port> 222 </Port>
<MaxClients>3</MaxClients>
<MaxRecvSize>8196</MaxRecvSize>
<DisableNagle> True </DisableNagle>
</SimConnect.Comm>
</SimBase.Document>
Another question is that how to view the result of the AIObject example, I can not see anything.
I really appreciate it, if you could help!
Daniel
I created a SimConnect.xml file and placed it as the mannual instructs. But the simple OpenClose example does not work. The odd thing is that the OpenClose example connects to the server fine once I remove the xml file. Below is the xml file and please let me know if you have any idea
<SimBase.Document Type="SimConnect" version="1,0">
<Descr> SimConnect</Descr>
<Filename> SimConnect.xml</Filename>
<Disabled> False</Disabled>
<SimConnect.Comm>
<Disabled> False</Disabled>
<Protocol> Auto</Protocol>
<Scope> local</Scope>
<Address> 172.28.86.222 </Address>
<Port> 222 </Port>
<MaxClients>3</MaxClients>
<MaxRecvSize>8196</MaxRecvSize>
<DisableNagle> True </DisableNagle>
</SimConnect.Comm>
</SimBase.Document>
Another question is that how to view the result of the AIObject example, I can not see anything.
I really appreciate it, if you could help!
Daniel