Date: 2024-12-01 04:04:35
Score: 1.5
Natty:
- Project/Properties/Configuration Properties/VC++ Directories; Add a
library directory that contains the obj(s)
- Linker/Input/Additional Dependencies; Add the name of the .obj as if
it is a .lib (i.e. Ws2_32.lib)
- Compile and link as usual
Reasons:
- Low length (0.5):
- No code block (0.5):
- Low reputation (0.5):
Posted by: developer68