Skip to content
View in the app

A better way to browse. Learn more.

The AVSIM Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

VC2005 Express Linker Error with .def File

Featured Replies

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;}

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.