Question [?] Imports

SmokingCookie

Member
Joined
Mar 26, 2009
Messages
8
Location
Netherlands
Programming Experience
Beginner
Hi folks,

First of all: I am new to this forum :)

Second: I have just started to find my way in VB.NET. I'm currently trying to make an add-in for MS FSX SP2/Acceleration. I want to import a "Microsoft.FlightSimulator.SimConnect" using the Imports statement. MS VS, however, states that it can not be found. I have found "SimConnect.lib" and "Microsoft.FlightSimulator.SimConnect.dll" in the SDK. Which one should I use, and where should I place the file?

Could anyone please help me out on this one?
Thanks in advance :)
 
You should just be able to right-click on the project in the solution explorer, and choose "Add Reference." Then go to "browse" and locate the DLL wherever it is on your computer.
 
Back
Top