Talk:DirectX:DirectPlay:Tutorials:VB:DX7:Initialization
From GPWiki
The wiki is now hosted by GameDev.NET at wiki.gamedev.net. All gpwiki.org content has been moved to the new server. However, the GPWiki forums are still active! Come say hello. I'm looking for programming info on direct play -> intefacing with MS Flight Simulator 2002. This chat program looked like a good starting point I changed the APP_GUID to : 'Global Const APP_GUID = "(7024C697-535F-9840-A8BB-7F1F93B94D93)" Global Const APP_GUID = "(97C62470-5F53-4098-BBA8-934DB9931F7F)" (I tried both variations as I was trying to translate from the MSFS SDK DOCS : GUID specified in the SESSIONDESC2 structure: GUID_FS = { 0x97c62470, 0x5f53, 0x4098, { 0xa8, 0xbb, 0x7f, 0x1f, 0x93, 0xb9, 0x4d, 0x93 } }; But I'm getting "Invalid procedure call or argument" in objSessionData.SetGuidApplication APP_GUID I assume either the syntax of the APP_GUID is incorrect or it's an incorrect number. An info would be great. Mike mstramba@sympatico.ca |


