diff --git a/bacnet-stack/doc/README.codeblocks b/bacnet-stack/doc/README.codeblocks new file mode 100644 index 00000000..53afc2c5 --- /dev/null +++ b/bacnet-stack/doc/README.codeblocks @@ -0,0 +1,10 @@ +BACnet Stack @ SourceForge.net +Build using Code Blocks + +Q1: GNU GCC Compiler, undefined reference to closesocket + +A1: Under Project->Build Options->Linker settings, +add "ws2_32" to Link Libraries. + + + diff --git a/bacnet-stack/doc/README.todo b/bacnet-stack/doc/README.todo index a0cec14e..c095b41a 100644 --- a/bacnet-stack/doc/README.todo +++ b/bacnet-stack/doc/README.todo @@ -11,6 +11,7 @@ For this release, here are some things to do: 7. Add arcnet.c and ethernet.c to all the linux Makefiles (done, STK) 8. Refactor Makefile DEFINES like demo/server/Makefile. (done, STK) 9. Finish subscribe COV support in server demo. +10. Add Visual Studio 2005 makefiles for demos. For a later release, here are some things to do: