Skip to content

bertrandpsi/minisimconnect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A minimalistic example of a SimConnect software

To create your own SimProject make sure of:

  1. Install the FS2020 SDK (we assume you have it installed in "C:\MSFS SDK")
  2. Your project must be a 64 bit assembly
  3. You must have a post build event which copies the DLL and config:
xcopy "C:\MSFS SDK\SimConnect SDK\lib\SimConnect.dll" "$(TargetDir)" /y
xcopy "C:\MSFS SDK\Samples\SimvarWatcher\SimConnect.cfg" "$(TargetDir)" /y

Have fun!

About

A minimal code to demonstrate SimConnect (for FS2020)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages