| View previous topic :: View next topic |
| Author |
Message |
sleepyy35
Joined: 22 Jul 2004 Posts: 193 Location: cedar city UT
|
Posted: Wed May 25, 2005 8:49 pm Post subject: dll calling help |
|
|
hi all
would someone please help me on the dll calling i'm having a hard time trying to understand how to do this been reading the help file but no luck
i'm slow learning and was wondering if someone could tellm e how this is done
i'm trying to call Functions from the wsock32.dll but i have no clue on how to call them lol
i got this example script from the help book and was trying to use it but just no clue on how
Result := DllCall("[wsock32.dll\]listen" [, "Type1", Str, "Type2", Arg2, "Cdecl ReturnType"])
i don't understand any of this lol where would one use a var to store info to send to a editbox or a control
just any help i could get on how to use the call command would be very helpfull thank you
michael _________________ ^sleepy^ |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10716
|
Posted: Fri May 27, 2005 12:04 am Post subject: Re: dll calling help |
|
|
| I don't know enough about the "listen" function to help directly, but if you already know how to use the function (or can find out from some other source), you can learn how to use DllCall by following the examples at the bottom of its page. |
|
| Back to top |
|
 |
sleepyy35
Joined: 22 Jul 2004 Posts: 193 Location: cedar city UT
|
Posted: Sat May 28, 2005 1:01 am Post subject: |
|
|
ok thank you Chris _________________ ^sleepy^ |
|
| Back to top |
|
 |
|