1
0
mirror of https://github.com/stargieg/bacnet-stack synced 2025-10-26 23:35:52 +08:00
bacnet-stack/ports/win32
Steve Karg ab7db70c0b [r3103] Merged revision(s) 3102 from branches/releases/bacnet-stack-0-8-0:
Changed info prints to go to stdout rather than stderr to clean up Wireshark extcap usage.
........
2017-04-05 00:04:43 +02:00
..
Microsoft Visual Studio 2010 update add compile switch for bac objects ai,ao,.. 2016-10-30 23:48:37 +01:00
Microsoft Visual Studio 2015 update add compile switch for bac objects ai,ao,.. 2016-10-30 23:48:37 +01:00
bacnet.cbp fork from http://sourceforge.net/projects/bacnet/ 2013-03-21 22:53:31 +01:00
bacnet.ide fork from http://sourceforge.net/projects/bacnet/ 2013-03-21 22:53:31 +01:00
bip-init.c update to r3056 from https://sourceforge.net/p/bacnet/code/3056/tree/trunk/bacnet-stack/ add ipv6 and schedule support 2016-10-30 16:16:03 +01:00
bip6.c update to r3056 from https://sourceforge.net/p/bacnet/code/3056/tree/trunk/bacnet-stack/ add ipv6 and schedule support 2016-10-30 16:16:03 +01:00
borland.bat fork from http://sourceforge.net/projects/bacnet/ 2013-03-21 22:53:31 +01:00
dlmstp-mm.c update to r3056 from https://sourceforge.net/p/bacnet/code/3056/tree/trunk/bacnet-stack/ add ipv6 and schedule support 2016-10-30 16:16:03 +01:00
dlmstp.c update to r3056 from https://sourceforge.net/p/bacnet/code/3056/tree/trunk/bacnet-stack/ add ipv6 and schedule support 2016-10-30 16:16:03 +01:00
dlmstp.cbp fork from http://sourceforge.net/projects/bacnet/ 2013-03-21 22:53:31 +01:00
ethernet.c fork from http://sourceforge.net/projects/bacnet/ 2013-03-21 22:53:31 +01:00
main.c update add compile switch for bac objects ai,ao,.. 2016-10-30 23:48:37 +01:00
MAKEFILE.MAK fork from http://sourceforge.net/projects/bacnet/ 2013-03-21 22:53:31 +01:00
makefile.mgw fork from http://sourceforge.net/projects/bacnet/ 2013-03-21 22:53:31 +01:00
net.h [r3060] Some Win32 changes for clean compile of IPv6. 2016-11-01 19:23:29 +01:00
readme.txt fork from http://sourceforge.net/projects/bacnet/ 2013-03-21 22:53:31 +01:00
rs485.c [r3103] Merged revision(s) 3102 from branches/releases/bacnet-stack-0-8-0: 2017-04-05 00:04:43 +02:00
rs485.cbp fork from http://sourceforge.net/projects/bacnet/ 2013-03-21 22:53:31 +01:00
rs485.h update to r3056 from https://sourceforge.net/p/bacnet/code/3056/tree/trunk/bacnet-stack/ add ipv6 and schedule support 2016-10-30 16:16:03 +01:00
rs485.mak fork from http://sourceforge.net/projects/bacnet/ 2013-03-21 22:53:31 +01:00
rx_fsm.c fork from http://sourceforge.net/projects/bacnet/ 2013-03-21 22:53:31 +01:00
rx_fsm.cbp fork from http://sourceforge.net/projects/bacnet/ 2013-03-21 22:53:31 +01:00
rx_fsm.mak fork from http://sourceforge.net/projects/bacnet/ 2013-03-21 22:53:31 +01:00
setvars.bat fork from http://sourceforge.net/projects/bacnet/ 2013-03-21 22:53:31 +01:00
stdbool.h [r3060] Some Win32 changes for clean compile of IPv6. 2016-11-01 19:23:29 +01:00
stdint.h fork from http://sourceforge.net/projects/bacnet/ 2013-03-21 22:53:31 +01:00
timer.c fork from http://sourceforge.net/projects/bacnet/ 2013-03-21 22:53:31 +01:00
timer.h fork from http://sourceforge.net/projects/bacnet/ 2013-03-21 22:53:31 +01: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.