


Relinking under Windows NT (Intel)
To relink the AcuConnect server runtime on Windows NT servers (Intel), you must have the following library available on your system:
wsock32.lib
This library should come with your C compiler.
To relink the runtime, type the following at the prompt:
nmake -f wrun32.mak acuthread.exe
OR
nmake -f wrun32.mak acuthread.exe CLIENT=
to make an acuthread.exe that can be CALLed by the acuconnect service but cannot itself CALL another acuconnect server.