Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
A winsock question (don't worry more will come)
#4
Code:
iResult = WSAStartup(1.1, wsadata)

Did this work? Has the FB port been made to accept a floating point argument as the first parameter or something? If it has, then cool, but as far as I know, you need to use the MAKEWORD macro if you're coding in C... so I would have thought you would be doing this:

Code:
iResult = WSAStartup((1 shl 8) or 1, @wsadata)
img]http://www.cdsoft.co.uk/misc/shiftlynx.png[/img]
Reply


Messages In This Thread
A winsock question (don't worry more will come) - by shiftLynx - 05-21-2005, 02:49 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)