| Author |
Message |
Topic: DLL, loadlib and @lib() |
Bart
Replies: 4
Views: 22524
|
Forum: General Help Posted: Fri Mar 05, 2010 8:36 am Subject: DLL, loadlib and @lib() |
| Thanks a lot, the last one does work. |
Topic: DLL, loadlib and @lib() |
Bart
Replies: 4
Views: 22524
|
Forum: General Help Posted: Thu Mar 04, 2010 10:04 am Subject: DLL, loadlib and @lib() |
| Oh for the full manual: http://hacylon.case.edu/laser/EzAudDac/EzAudDac_Sound_Card_Laser_DAC_API_notes.pdf |
Topic: DLL, loadlib and @lib() |
Bart
Replies: 4
Views: 22524
|
Forum: General Help Posted: Thu Mar 04, 2010 10:01 am Subject: DLL, loadlib and @lib() |
Hi,
I want to use a DLL (for the first time) in VDS but the only examples i have are in C but now i don't know how to translate them
loadlib EzAudDac.dll
So far so good
From the ma ... |
Topic: Draw3.DLL |
Bart
Replies: 0
Views: 8199
|
Forum: General Help Posted: Mon Jun 01, 2009 11:19 am Subject: Draw3.DLL |
Hi,
If i use the draw3.dll i can't change text in a text dialog element in the program. Someone have a solution for it without using the text command of draw3?
regards
Bart |
Topic: setting NIC |
Bart
Replies: 6
Views: 21118
|
Forum: General Help Posted: Wed Aug 08, 2007 1:41 pm Subject: setting NIC |
I found it, wasn't that difficult
to set DHCP ON:
%T = 0
repeat
if @not(@null(@regread(LOCAL,System\CurrentControlSet\Services\Class\NetTrans\000%T,IPAddress)) ... |
Topic: setting NIC |
Bart
Replies: 6
Views: 21118
|
Forum: General Help Posted: Tue Aug 07, 2007 1:04 pm Subject: setting NIC |
Yes winipcfg can be run from the commandline and i just figured out that if i use the next line:
run winipcfg /all /batch c:\ip.dat,wait
this give the same results as
run ipconfig /all,wait
... |
Topic: setting NIC |
Bart
Replies: 6
Views: 21118
|
Forum: General Help Posted: Tue Aug 07, 2007 10:37 am Subject: setting NIC |
| I tried that one but it only reads some information, i need al the information like in IPCONFIG /ALL but also need to set all the parameters. |
Topic: setting NIC |
Bart
Replies: 6
Views: 21118
|
Forum: General Help Posted: Tue Aug 07, 2007 9:16 am Subject: setting NIC |
| I need to read and set the NIC via VDS, when running XP i use IPconfig and pipe the outcome, and netsh to make the settings, but i need also read and set the NIC under Win98 with the same software. Ho ... |
Topic: VDSINET.DLL and <select name........multiple> |
Bart
Replies: 1
Views: 9609
|
Forum: General Help Posted: Fri Jun 08, 2007 1:26 pm Subject: VDSINET.DLL and <select name........multiple> |
I have a problem with parsing the next html code with VDSinet.dll
<form action="progname" method="post">
<select name="test" size="15" style=" ... |
Topic: Memoryleak VDSMpeg.dll? |
Bart
Replies: 0
Views: 9377
|
Forum: General Help Posted: Mon May 14, 2007 9:13 am Subject: Memoryleak VDSMpeg.dll? |
Is it correct that VDSmpeg.dll has a memoryleak or is it something i doing wrong in the program, when starting a new mp3 there is a 100k left in the memory.
This is what i use to play the mp3s:
... |
Topic: How to know with program started your program. |
Bart
Replies: 6
Views: 23656
|
Forum: General Help Posted: Mon Apr 02, 2007 1:08 pm Subject: How to know with program started your program. |
I discovered that when testing it with the run command and not using ,wait
But the programs that runs my program are waiting for output from my program so it works fine. |
Topic: How to know with program started your program. |
Bart
Replies: 6
Views: 23656
|
Forum: General Help Posted: Mon Apr 02, 2007 11:29 am Subject: How to know with program started your program. |
| That does the job, thanks |
Topic: How to know with program started your program. |
Bart
Replies: 6
Views: 23656
|
Forum: General Help Posted: Fri Mar 30, 2007 10:58 am Subject: How to know with program started your program. |
Is there a way to know what program started your program.
Let me explain, i have a executable that is run by different programs.
Prog_1.exe , Prog_2.exe and Prog_3.exe, they all runs Prog_me.exe ... |
Topic: Writing a VDS-DLL in VDS? |
Bart
Replies: 18
Views: 98425
|
Forum: General Help Posted: Tue Mar 20, 2007 8:47 am Subject: Writing a VDS-DLL in VDS? |
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 pro ... |
Topic: Writing a VDS-DLL in VDS? |
Bart
Replies: 18
Views: 98425
|
Forum: General Help Posted: Tue Feb 13, 2007 10:19 am Subject: Writing a VDS-DLL in VDS? |
If you are sending a lot of data between the applications, another solution might be to set up an TCP/IP connection with localhost.
Sorry for the late response but thanks for the tip, i gonna tr ... |
| |