CabinComfort - The specified module could not be found

SDK supports Prepar3D’s philosophy of an open development architecture and encourages third parties to bring new innovations with improved add-ons and training content.
Post Reply
gregorio.soria
Posts: 4
Joined: Thu Apr 15, 2021 10:10 am

CabinComfort - The specified module could not be found

Post by gregorio.soria »

Hello. I'm trying to replicate the "CabinComfort" example.

I have written these lines on the dll.xml file:

Code: Select all

<Launch.Addon>
<Name>Cabin Comfort</Name>
<Disabled>False</Disabled>
<ManualLoad>False</ManualLoad>
<Path>CabinComfort.dll</Path>
<DllStartName>module_init</DllStartName>
<DllStopName>module_deinit</DllStopName>
</Launch.Addon>
But when I look at the ContentErrors, I can see the next error:

Code: Select all

error=Error loading GaugeCommunicator.dll: The specified module could not be found
How can I solve this? Thanks
gregorio.soria
Posts: 4
Joined: Thu Apr 15, 2021 10:10 am

Re: CabinComfort - The specified module could not be found

Post by gregorio.soria »

Solved
Post Reply