Tagged: include

X-Plane Plugins – Some Notes

I’ve been stumped for the last few weeks with getting my Raspberry Pi FMC to work with Zibo’s 737. I used the ExtPlane plugin to interface my code on the Pi with the simulator,...

Adventures with Shared Libraries on Linux

Shared libraries (The equivalent of a dynamic link library in Windows) are bits of code which sit outside of a program, and can be shared by multiple programs simultaneously. Unlike a static library, which...