| View previous topic :: View next topic |
| Author |
Message |
DanTheMan Contributor


Joined: 15 Mar 2002 Posts: 56 Location: Sweden
|
Posted: Tue Jan 07, 2003 1:07 pm Post subject: Windows API Quest ? |
|
|
Hi, Is possible (with a ext. dll) to use the Windows API functions in VDS? A
dll that can handle all API:s (wich @sendmsg can't) ?
I would like to :
* Use CreateFile to open a handle to a communications resource, such as com1 or lpt1.
* Use GetCommState to determine the current settings, SetCommState to change the settings.
Thanks
Dan! |
|
| Back to top |
|
 |
vdsalchemist Admin Team

Joined: 23 Oct 2001 Posts: 1448 Location: Florida, USA
|
Posted: Tue Jan 07, 2003 1:22 pm Post subject: |
|
|
Hi Dan,
Your wish is my command. I invite you to take a look at my Gadget.dll. It is a gateway between VDS and the win32 API. It also has a @Getmsg function that is the counter part to the VDS @Sendmsg function. Anyway you can use Gadget to call any DLL even non-VDS DLL's.
Have fun, _________________ Home of
Give VDS a new purpose!
 |
|
| Back to top |
|
 |
DanTheMan Contributor


Joined: 15 Mar 2002 Posts: 56 Location: Sweden
|
Posted: Wed Jan 08, 2003 12:00 pm Post subject: |
|
|
| Thank for you answer "mindpower" !. |
|
| Back to top |
|
 |
vdsalchemist Admin Team

Joined: 23 Oct 2001 Posts: 1448 Location: Florida, USA
|
Posted: Thu Jan 09, 2003 4:44 pm Post subject: |
|
|
Was my answer what you needed to know I was not sure if that is exactly what you were asking? _________________ Home of
Give VDS a new purpose!
 |
|
| Back to top |
|
 |
DanTheMan Contributor


Joined: 15 Mar 2002 Posts: 56 Location: Sweden
|
Posted: Mon Jan 13, 2003 12:44 pm Post subject: |
|
|
| Yes it's Ok, maybe more Quest. about Gadget later ..... |
|
| Back to top |
|
 |
|