Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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

  • *Experts*
Posted

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

"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
Posted

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 ;-)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...