Files
bacnet_stack/bacnet-stack/ports/win32
skarg ca5a9bff94 Added support for Visual Studio 2015.
Fixed some WIN32 specific compile issues.
Changed MinGW build to use _NO_OLDNAMES so that it compatible with MSVC.
Thank you John LaFontaine for the contribution!
2015-11-10 21:08:05 +00:00
..
2007-02-23 13:05:19 +00:00
2012-04-06 23:24:43 +00:00
2009-02-15 22:19:14 +00:00
2012-04-06 23:24:43 +00:00
2012-04-06 23:24:43 +00:00
2009-10-24 17:02:59 +00:00
2012-04-06 23:24:43 +00:00
2012-04-06 23:24:43 +00:00
2012-05-13 15:07:12 +00:00

BACnet Stack - Win32

This directory contains a demo program that compiles with a Win32 compiler.
It was tested with the freely downloadable Borland C++ 5.5, as well as
Borland C++ 5 and Visual C++ 6.0.

The makefile.mak file is used with the Borland command line tools.  
Run setvars.bat to configure the environment for the Borland tools.
Edit it if necessary to set the correct location of your tools.

The bacnet.ide file is used with the Borland IDE.

The bacnet directory is used with Visual C++ 6 tools, and there is a
workspace file bacnet.dsw that is used to compile the demo program.