C BSFN

Wkunneke

Wkunneke

Active Member
First off, thanks for the replies to my post titled "C or C++". FWIW, I'm writing the BSFN using C standards even though it will be a client only BSFN. Since it makes use of Winsock functions, it will have to run on the client only (unless I get my CNC guy to set up a Win 2000 logic server, but thats a whole other issue).

Now for the next question. I need to issue the following 2 directives in my code:

#include <winsock2.h>
#include <stdio.h>

How do I ensure that these 2 files are available to the server so that when the dll is compiled properly?
 
if it is client only, you don't need to build a server package for this business function. server package would fail anyway.
 
Back
Top Bottom