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.

Borland Turbo C++ and SimConnect

Featured Replies

Hi all.For a few months, Borland has been offering their new Turbo C++ RAD environment for free. The advantage of using this with SimConnect is that it allows Windows forms to be easily used in a native ( win32 ) application.http://www.turboexplorer.com/cppTo use this with SimConnect, you need a different LIB file, as the SDK only gives you a COFF type library, while you need a OMF type for Borland... no problem:http://webpages.charter.net/ludowr/B...SimConnect.zipThis zip file uses Borland_SimConnect.lib for library access. Also included is the "sample.exe.manifest" ( edit the name to match your *.exe ), and "Sample.rc" whose contents need to be edited to match your renamed "*.exe.manifest".Add the edited Sample.rc and the Borland_SimConnect.lib to your project, and you're good to go in compiling the SDK examples. You can then branch out with the Borland RAD environment to quickly build fancy win32 apps that do not require the .NET frameworks.Note: to install the Turbo C++ on your computer, you'll need to install the prerequisites... which oddly need the .NET 1.1 runtimes! The old NET is needed for the compiler... not for your programs!Have fun... here's an example Borland C++ project and files:http://webpages.charter.net/ludowr/B...equestData.zipDick

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.