Files
bacnet_stack/ports/win32
Steve Karg 71604664d5 Added example Visual Studio 2019 project. (#221)
Used Yaniv S posted solution for MS VS 2017 which took
the sln (solution) from version 0.9.1 and updated it to
compile as static lib for 1.x.x branch.

Co-authored-by: Steve Karg <skarg@users.sourceforge.net>
2022-01-30 13:55:56 -06:00
..
2022-01-10 10:15:54 -06:00
2019-10-08 23:47:53 -05:00
2020-05-24 09:19:52 -05:00
2019-10-20 13:46:21 -05:00
2019-10-20 13:46:21 -05:00
2019-10-08 23:47:53 -05:00
2019-10-08 23:47:53 -05:00
2019-10-08 23:47:53 -05:00
2019-10-08 23:47:53 -05: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.