Jump to content
Sign in to follow this  
Guest schwudde

VC2005 Express Linker Error with .def File

Recommended Posts

Guest schwudde

Working on a Dll-Project using SimConnect, I added a Definition File to my Project as explained in the Simconnect-SDK Documentation. Unfortunaly, after compiling and linking I get 2 Linker-Errors:error LNK2001: unresolved external symbol DLLStarterror LNK2001: unresolved external symbol DLLStopAll required Linrarys to make the Gauge Working (an as explained in the SDK-doc) are included. Without SimConnect, the Gauge compiles and links fine, works fine in FSX too.Could anyone help me to solve this Problem? Thank You.Kind RegardsSvenEdit:The following Code (found in another Forum) solves the Problem. Added to my main.cpp file:

EXTERN_C __declspec(dllexport) int DLLStart() {   // called by SimConnect when dll is loaded   return 0;  // return 0 for S_OK or load is cancelled}EXTERN_C __declspec(dllexport) int DLLStop(){  // called by SimConnect when dll is unloaded  return 0;}

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Tom Allensworth,
    Founder of AVSIM Online


  • Flight Simulation's Premier Resource!

    AVSIM is a free service to the flight simulation community. AVSIM is staffed completely by volunteers and all funds donated to AVSIM go directly back to supporting the community. Your donation here helps to pay our bandwidth costs, emergency funding, and other general costs that crop up from time to time. Thank you for your support!

    Click here for more information and to see all donations year to date.
×
×
  • Create New...