Search:

Type: Posts; User: CommonTater

Search: Search took 0.06 seconds.

  1. Replies
    15
    Views
    9,425

    Actually you should take a look in your libraries...

    Actually you should take a look in your libraries path... I think you'll find it's ws2_32.lib ... Windows libraries are named *.lib... not *.a
  2. Replies
    15
    Views
    9,425

    Then it would seem his linker isn't finding the...

    Then it would seem his linker isn't finding the windows libraries... probably a folder name problem.

    And yes I know about the lean and mean trick but almost all of my projects end up using half...
  3. Replies
    15
    Views
    9,425

    Ok...small foible with windows... If you are...

    Ok...small foible with windows... If you are doing a project that needs #include <winsock2.h> you have to list it *before* your #include <windows.h> otherwise you get a cascade of screwy errors and...
  4. Replies
    15
    Views
    9,425

    That's no problem... Microsoft gives the...

    That's no problem... Microsoft gives the libraries and headers away in the Windows SDK....
Results 1 to 4 of 4