xpnteam/xpnet

Getting XPluginStart callback Missing Error

Closed this issue · 4 comments

I'm trying to run the sample plugins in XP-11 and get the following error in the X-Plane log.txt:

Failed: C:\SIMs/X-Plane 11/Resources/plugins/XPNetTest/64/win.xpl. (This file is a loadable DLL but is missing the XPluginStart callback.)

I've tried using .NET Core 2.1 and 3.1 with the same results. I added all the DLLs based on one of the Closed Issues solutions, but that doesn't help either.
Help would be much appreciated.
Thanks,
Dave

I haven't run across that problem. How did you build the project? From within Visual Studio or using the Makefiles? Did you see any errors or warnings during the project build?

Well, I figured out what I was doing wrong and will post it here for others.
READ AND FOLLOW THE ENTIRE README INSTRUCTIONS
You really do have to use the Command Prompt to set up the project and then after building, you use the command prompt to publish the project. This step adds all the .NET Core dlls, etc. that are necessary to make the plugin work.

Thanks for a great tool!
Dave