Search found 1 match

by johndoe
Sun Feb 04, 2018 6:10 pm
Forum: Software Development Kit (SDK) Questions
Topic: C++ Module DLL Freeze P3D
Replies: 0
Views: 5664

C++ Module DLL Freeze P3D

Hi, I'm trying to figure out how I can run my module .DLL to do some calculation without freezing the main P3D.exe process. Here's a sample of what I tried (I'm using the Cabin Confort Sample of the SDK and trying to add a method that will attempt to connect to a Pipe. The method is pipeInit(). I'm ...