otherside Posted February 14, 2005 Posted February 14, 2005 Hey guys Has anyone every written any software in vb.net to communicate FSUIPC.DLL for microsoft flight simulator ? i need to write some software for msfs but i have no idea how to use fsuipc.dll in vb.net anyone has any starting code or anything relevant i would greately appreciate it. thanks guys Panos Quote
*Experts* Nerseus Posted February 14, 2005 *Experts* Posted February 14, 2005 This is a bit old (2002), but should get you started: http://vbcity.com/forums/topic.asp?tid=12044 The idea is that you'll have to declare all functions yourself as PInvoke calls (calls into a native code DLL). You can definitely do this in VB.NET, but it might take a bit of... endurance to get the calls made correctly. I know nothing about interfacing with MSFS so I can't help. I will say that if you need to create a DLL that's compatable with the game, then it's VERY unlikely that any .NET DLL will work for you. If you just need code to interface with their DLL, then you might be able to get something working. Good luck, ner Quote "I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut
otherside Posted February 15, 2005 Author Posted February 15, 2005 Thanks Nerseus for your reply actually it was on my face and i couldn't see it, inside the FSUIPC SDK there are example codes for vb.net. Quite usefull, just if anyone asks again here i'll be developing a full oop COM component to use with FSUIPC ;-) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.