PDA

View Full Version : FSUIP.bas and Microsoft Visual Studio 2008


pilotkostas
14 Dec 2009, 19:18
Hallo to all,

As the title says i am trying to integrate FSUIP.bas into Visual studio 2008
the way i do that is because it can not be loaded directly i copy and paste
the contents the problem is that there are more than 50 errors when i do
that not defined variables and syntax errors.

Can anyone help me out on that one?


Kostas

scruffyduck
14 Dec 2009, 22:31
OK some basic questions:

Are you trying to import this into an existing project/solution?

Is the code you are copying in compatible with Visual Basic? If not then you will surely get a lot of errors

Do you understand what the code you are importing is trying to do?

There is a managed dll available for dotNET that handles communication between FSUIPC and a dotNET application. I use it in C# applications but there is no reason why it won't work just as well for a VB application

Check out Pete Dowson's Forum. I believe there is a permanent post for this dll there.

http://forums.simflight.com/viewtopic.php?f=54&t=53255&st=0&sk=t&sd=a

pilotkostas
15 Dec 2009, 08:41
That was exactly was i was looking for thanks !!!

The FSUIPC.bas i was using probably was not compatible with my VB now with the module is much easier and it works....

Thanks!!!


Kostas

scruffyduck
15 Dec 2009, 08:52
That was exactly was i was looking for thanks !!!

The FSUIPC.bas i was using probably was not compatible with my VB now with the module is much easier and it works....

Thanks!!!


Kostas

You are welcome