ContentsIndexPreviousNext

To relink the server runtime under Windows NT or Windows 2000

To relink the AcuConnect server runtime on Windows NT or Windows 2000 servers, 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 type:

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.