forum.vdsworld.com Forum Index forum.vdsworld.com
Visit VDSWORLD.com
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Writing a VDS-DLL in VDS?
Goto page Previous  1, 2
 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help
View previous topic :: View next topic  
Author Message
Bart
Valued Newbie


Joined: 24 Jun 2003
Posts: 41
Location: Netherlands

PostPosted: Tue Mar 20, 2007 8:47 am    Post subject: Reply with quote

Hi,

I found an other way of sending data from one application to an other, it is not like a DLL but it works for me. Using the PIPE function/command and STDIO by using VDSINET.DLL

The slave program:
Code:

  external vdsinet.dll
 
  #define command,net
 
  net cgi,write,"You send: "%1
 
  stop


Compile this as TEST.EXE

The main program:
Code:

  run TEST.EXE Hello,pipe,wait
 
  info @pipe()


This do the job for me, i can create a system specific executable that does the controls and one main program that does the handling.

Bart
Back to top
View user's profile Send private message
cnodnarb
Professional Member
Professional Member


Joined: 11 Sep 2002
Posts: 762
Location: Rockeledge, GA

PostPosted: Sat Apr 17, 2021 3:06 am    Post subject: Reply with quote

Exactly what I am looking for today in 2021! Can't wait to test!
Back to top
View user's profile Send private message AIM Address
cnodnarb
Professional Member
Professional Member


Joined: 11 Sep 2002
Posts: 762
Location: Rockeledge, GA

PostPosted: Sat Apr 17, 2021 3:17 am    Post subject: Reply with quote

Doesn't seem to work in VDS 5 ;/

I have a slick ideal, but can't get it working Evil or Very Mad
Back to top
View user's profile Send private message AIM Address
cnodnarb
Professional Member
Professional Member


Joined: 11 Sep 2002
Posts: 762
Location: Rockeledge, GA

PostPosted: Sat Apr 30, 2022 3:34 am    Post subject: Reply with quote

This method of piping works with VDS 6 console apps, also you can rename them to DLL's.
Back to top
View user's profile Send private message AIM Address
Display posts from previous:   
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum

Twitter@vdsworld       RSS

Powered by phpBB © 2001, 2005 phpBB Group