Code: Select all
.objs\Engines\irrNet\enet\win32.o:win32.c:(.text+0x603): undefined reference to `__WSAFDIsSet@8'
.objs\Engines\irrNet\enet\win32.o:win32.c:(.text+0x55): undefined reference to `WSACleanup@0'
collect2: ld returned 1 exit status
Process terminated with status 1 (0 minutes, 17 seconds)
0 errors, 21 warnings
this is obviously the last bit of it but they all deal with enet .o the object files for enet obviously.
whats really strange about this is it has NO ERRORS yet it still didn't produce an exe.. WTF?!
lol coding is crazy maybe I should go back to toolkit 2003.. but I left for a reason I don't want to find out what that was again.
I tried removing all the &'s but that starts throwing errors about those functions it seems to be all the & functions. methods whatever the gently caress ya call em.
I could be going in circles for days... any clues?