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.

TrafficRadar / TCAS for XML version 2.0. Beta testers?

Featured Replies

  • Author
  • Moderator

>Or I could have followed Bills instructions on>flightsim.com's panel forum in the first place and used the>/MT (Release) or /MTd (Debug) settings. Then no external dll>for multi thread debugging is needed. It was even the>standard setting for my VC++ 6.0 projects. Shame on me.:-lol Arne, it took me awhile to figure that out myself. "Somewhere" (perhaps the IDEHOW2?) I read to use /MD for my Release gauges... and had the devil's own time trying to track down why the durn thing would run on some, but not all systems.Then, I started using Depends.exe and seeing what was what, and discovered that all problems go away (and the gauge is smaller!) using the /MT for release and /MTd for debug... ;)

Fr. Bill    

AOPA Member: 07141481 AARP Member: 3209010556


     Avsim Board of Directors | Avsim Forums Moderator
  • Replies 38
  • Views 6.8k
  • Created
  • Last Reply

Top Posters In This Topic

I think the problem you found, has nothing to do with the wrong compiler switch I used. It has to be something else. On XP system you shouldn't need the gdiplus.dll, it is already part of the system. Did my old version work? The one without the TCAS symbols (trafficradarxml.zip). With and without the gdiplus.dll in the fs9 folder.

Arne,No succes.Tried Eugens way, but failed.Pity.Will have a sharp lookout!Jan"Beatus ille qui procul negotiis..."

Jan

 

 

 

"Beatus ille qui procul negotiis..."

  • Author
  • Moderator

>I think the problem you found, has nothing to do with the>wrong compiler switch I used. It has to be something else. >On XP system you shouldn't need the gdiplus.dll, it is already>part of the system. Did my old version work? The one without>the TCAS symbols (trafficradarxml.zip). With and without the>gdiplus.dll in the fs9 folder.Actually, I believe it does...Using /MD or /MDd does not "include" the actual code used from whatever dependent .dll's are used by the Project, it merely makes reference to them: hence the "dependency" on those .dlls being present and where expected on the user's system.Using /MT or /MTd does include the referenced functions in the compiled code itself, which eliminates most - if not all - of the dependencies.BTW, I meant to say that the /MT compiled gauge is actually a bit LARGER than the same gauge compiled with /MD (which makes more sense, given the above), but as usual my fingers betrayed me... ;)

Fr. Bill    

AOPA Member: 07141481 AARP Member: 3209010556


     Avsim Board of Directors | Avsim Forums Moderator
  • 3 years later...
  • Author
  • Moderator
Use the Bright flag.E.g.:...
   <CustomDraw Name="fs9traffic:radar" X="100" Y="100"  Bright="1">

...

Fr. Bill    

AOPA Member: 07141481 AARP Member: 3209010556


     Avsim Board of Directors | Avsim Forums Moderator
  • 3 months later...

Hi,question on the XMLTrafficRadar.dll from Arne. Does this .dll also works for FSX ?? If so, do I have just to convert the XML code for the radar.xml ?And, where do I have to place the .dll element into ? In the MODULES folder, in the GAUGE folder or in the FSX main path ?Dietmar

  • Author
  • Moderator
Hi,question on the XMLTrafficRadar.dll from Arne. Does this .dll also works for FSX ?? If so, do I have just to convert the XML code for the radar.xml ?And, where do I have to place the .dll element into ? In the MODULES folder, in the GAUGE folder or in the FSX main path ?Dietmar
I've never managed to get it to work, and unfortunately Elvis (er, I mean Arne!) seems to have left the flightsim scene entirely... :(

Fr. Bill    

AOPA Member: 07141481 AARP Member: 3209010556


     Avsim Board of Directors | Avsim Forums Moderator

Thank's Bill for your reply.I guess you are right as far as Arne is concerned, and I do not get his traffficXML.dll ( at least in FSX ) not to work also.So, I will see how far I get with the FSX C:ItrafficInfo parameters. RegardsDietmar

  • 15 years later...

To get the TrafficRadar.dll (trafficradar.zip) revised by Dough Dawson to work, the following entries must be in the dll.xml:
<Launch.Addon>
<Name>Traffic Radar</Name>
<Disabled>False</Disabled>
<Path>Modules\TrafficRadar.dll</Path>
</Launch.Addon>
<Launch.Addon>
<Name>Traffic Info</Name>
<Disabled>False</Disabled>
<Path>Modules\TrafficInfo.dll</Path>
</Launch.Addon>

Of course, TrafficInfo.dll (taken from fs9) must be installed. and TrafficRadar.dll also in the modules folder.

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.