CompuServe Archive

This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.

Search Results (1 messages)

WNetGetCaps Message #50738
With Windows 3.1, I can link my program to WNetGetCaps by adding: IMPORTS USER.WNETGETCAPS to its .DEF file, and linking as usual. How do I do this with NT? I've tried creating a .LIB file using LIB32 with a .DEF file containing only that line, but it does nothing and…