Author |
Message |
Topic: vdspwsh.dll |
cnodnarb
Replies: 0
Views: 23
|
Forum: Other Product Support/Announcements Posted: Tue Apr 20, 2021 9:18 pm Subject: vdspwsh.dll |
Uses the standard found here:
http://www.vdsworld.com/forum/viewtopic.php?t=5187
License:
Free (closed source) and free to distribute.
This software is free of any and all legal liability on the ... |
Topic: Request For Comment (RFC): VDS Extensions for VDS |
cnodnarb
Replies: 29
Views: 39626
|
Forum: Visual DialogScript Open Source Projects Posted: Tue Apr 20, 2021 7:32 pm Subject: Request For Comment (RFC): VDS Extensions for VDS |
Updated. Abstracted functions further into dsu. |
Topic: Some call me.... grandpa ... |
cnodnarb
Replies: 0
Views: 8
|
Forum: Miscellaneous Posted: Tue Apr 20, 2021 6:30 pm Subject: Some call me.... grandpa ... |
My oldest daughter (aged 26, that's older than when I started programming in VDS) let me know that I am to be a grandfather in about 8 months!~
 |
Topic: Request For Comment (RFC): VDS Extensions for VDS |
cnodnarb
Replies: 29
Views: 39626
|
Forum: Visual DialogScript Open Source Projects Posted: Tue Apr 20, 2021 5:27 pm Subject: Request For Comment (RFC): VDS Extensions for VDS |
Updated to allow multiple dll's, and multiple instances of dll's (not that you need that). |
Topic: Request For Comment (RFC): VDS Extensions for VDS |
cnodnarb
Replies: 29
Views: 39626
|
Forum: Visual DialogScript Open Source Projects Posted: Mon Apr 19, 2021 10:40 pm Subject: Request For Comment (RFC): VDS Extensions for VDS |
Tested this method on XP - it worked. Apparently we could've done something like this long ago. |
Topic: Powershell DSU |
cnodnarb
Replies: 6
Views: 204
|
Forum: Other Product Support/Announcements Posted: Mon Apr 19, 2021 3:34 am Subject: Powershell DSU |
New release
Support for accented languages. |
Topic: Request For Comment (RFC): VDS Extensions for VDS |
cnodnarb
Replies: 29
Views: 39626
|
Forum: Visual DialogScript Open Source Projects Posted: Sat Apr 17, 2021 11:33 pm Subject: Request For Comment (RFC): VDS Extensions for VDS |
Updated first post. Slicker than snot at this point. |
Topic: Request For Comment (RFC): VDS Extensions for VDS |
cnodnarb
Replies: 29
Views: 39626
|
Forum: Visual DialogScript Open Source Projects Posted: Sat Apr 17, 2021 3:49 am Subject: Request For Comment (RFC): VDS Extensions for VDS |
First post updated for modern methodology. |
Topic: Request For Comment (RFC): VDS Extensions for VDS |
cnodnarb
Replies: 29
Views: 39626
|
Forum: Visual DialogScript Open Source Projects Posted: Sat Apr 17, 2021 3:43 am Subject: Request For Comment (RFC): VDS Extensions for VDS |
Tested working with dll extension, methodology is sound. |
Topic: Request For Comment (RFC): VDS Extensions for VDS |
cnodnarb
Replies: 29
Views: 39626
|
Forum: Visual DialogScript Open Source Projects Posted: Sat Apr 17, 2021 3:32 am Subject: Request For Comment (RFC): VDS Extensions for VDS |
Note about this RFC
Will be testing/updating. Tried to get this to work via @pipe() using several methods, none of which worked.
Reg entries to register vdsx type seem unneeded on modern systems ... |
Topic: Writing a VDS-DLL in VDS? |
cnodnarb
Replies: 17
Views: 20397
|
Forum: General Help Posted: Sat Apr 17, 2021 3:17 am Subject: Writing a VDS-DLL in VDS? |
Doesn't seem to work in VDS 5 ;/
I have a slick ideal, but can't get it working  |
Topic: Writing a VDS-DLL in VDS? |
cnodnarb
Replies: 17
Views: 20397
|
Forum: General Help Posted: Sat Apr 17, 2021 3:06 am Subject: Writing a VDS-DLL in VDS? |
Exactly what I am looking for today in 2021! Can't wait to test! |
Topic: Powershell DSU |
cnodnarb
Replies: 6
Views: 204
|
Forum: Other Product Support/Announcements Posted: Thu Apr 15, 2021 1:21 am Subject: Powershell DSU |
Figured out the @ symbol 'problem'.
#resource add,text, rancoh.psm1
#include powershell.dsu
list create,1
list loadfile,1,#rancoh.psm1
list savefile,1,rancoh.psm1
%%powershell = @powershell ... |
Topic: Powershell DSU |
cnodnarb
Replies: 6
Views: 204
|
Forum: Other Product Support/Announcements Posted: Wed Apr 14, 2021 11:11 pm Subject: Powershell DSU |
Be aware, doesn't work with advanced powershell with @'
'@ references, like powershell with embedded c#, so pretty much all the dialogshell stuff.
I have a compiled module of dialogshell that doe ... |
Topic: Powershell DSU |
cnodnarb
Replies: 6
Views: 204
|
Forum: Other Product Support/Announcements Posted: Wed Apr 14, 2021 11:01 pm Subject: Powershell DSU |
Oh yes, this I like.
#resource add,text, rancoh.psm1
#include powershell.dsu
list create,1
list loadfile,1,#rancoh.psm1
%%powershell = @powershell(@text(1))
exit |
|