79240874

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