1. Sending UPD packets...Dlls.
- Posted by Grape Vine <chat_town at HOTMAIL.COM> Feb 15, 1999
- 454 views
- Last edited Feb 16, 1999
HAs anyone made a UDP packet program in E yet??? I have looked but have not found anything yet...Also how do you use a dll if you dont know what the calling functions in it are??(im refering to kernel32.dll and the other windows dll's...) I dont know where to get a list of the correct functions and there arguements... Grape ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com
2. Re: Sending UPD packets...Dlls.
- Posted by Mark Smith <markrsmith at BTINTERNET.COM> Feb 17, 1999
- 458 views
-----Original Message----- From: Grape Vine <chat_town at HOTMAIL.COM> Date: 16 February 1999 07:54 >HAs anyone made a UDP packet program in E yet??? I have >looked but have not found anything yet...Also how do >you use a dll if you dont know what the calling >functions in it are??(im refering to kernel32.dll and >the other windows dll's...) I dont know where to get >a list of the correct functions and there arguements... > To get a list of the functions available under Win32 your best bet is to use the online Win32 SDK on the Microsoft site. Registration is free and apart from the syntax for the functions, which tells you the DLL it is in, there are also some useful online books covering programming the Win32 GUI. To get there try the following URL:- http://premium.microsoft.com/msdn/ Once you are registered go to the library and you will find the SDK in there. HTH Mark Smith Mark's Leisure Zone http://www.btinternet.com/~markrsmith