Author |
Message |
Topic: FREELIB Question |
vdsalchemist
Replies: 11
Views: 24733
|
Forum: General Help Posted: Sun Sep 26, 2010 12:52 pm Subject: FREELIB Question |
I think he is also concerned that the programmer's code might free the dll his dsu is using. But I see your point that if he loaded the dll every time a function of the dsu is used would correct that. ... |
Topic: bsGetIcon DSU ( Get any file's associated icon ) |
vdsalchemist
Replies: 17
Views: 49218
|
Forum: Visual DialogScript 6 Units Posted: Sun Sep 26, 2010 12:46 pm Subject: bsGetIcon DSU ( Get any file's associated icon ) |
Bornsoft,
Have you done a search on the forum. Garrett wrote a program called IconCommander take a look http://forum.vdsworld.com/viewtopic.php?t=4866&highlight=icon+commander
It may help you ... |
Topic: FREELIB Question |
vdsalchemist
Replies: 11
Views: 24733
|
Forum: General Help Posted: Sat Sep 25, 2010 9:13 pm Subject: FREELIB Question |
You're jokin' man
I'm pretty sure that @mousepos() uses the same api.
It would make sense not to load/unload a dll every time, even if it's not used that much frequently.
Edit: How about ... |
Topic: FREELIB Question |
vdsalchemist
Replies: 11
Views: 24733
|
Forum: General Help Posted: Wed Sep 22, 2010 3:09 pm Subject: FREELIB Question |
All DLL's have a reference count being held by the OS for the process that has called the LoadLibrary API function. If the process loads the DLL multiple times the reference count increases. Until t ... |
Topic: Use scanner Help [SOLVED] |
vdsalchemist
Replies: 14
Views: 38175
|
Forum: Advanced Help for VDS 5 & Up Posted: Sat Aug 28, 2010 12:04 pm Subject: Use scanner Help [SOLVED] |
You are very welcome If I had more time I would wrap this DLL and build us a nice little DSU but for now that should do much of what one would want to do with a scanner. |
Topic: Use scanner Help [SOLVED] |
vdsalchemist
Replies: 14
Views: 38175
|
Forum: Advanced Help for VDS 5 & Up Posted: Fri Aug 27, 2010 8:56 pm Subject: Use scanner Help [SOLVED] |
Tdk161, Well from what I can tell from the source that is included with the dll it used a product called EZTwain. This brings back memories so I did some googling and found that if you go here http: ... |
Topic: Use scanner Help [SOLVED] |
vdsalchemist
Replies: 14
Views: 38175
|
Forum: Advanced Help for VDS 5 & Up Posted: Tue Aug 17, 2010 1:48 pm Subject: Use scanner Help [SOLVED] |
I think there was a version of VDSDLL that had this ability??? It may be a module? |
Topic: VDSWorld News Reader |
vdsalchemist
Replies: 7
Views: 26542
|
Forum: Visual DialogScript Open Source Projects Posted: Tue Aug 17, 2010 1:42 pm Subject: VDSWorld News Reader |
This is a free open source project for VDS NOOB's to learn from. The VDS code is given please update as you desire all I ask is that you share your changes or fixes so others may benefit and learn as ... |
Topic: VDS for Android |
vdsalchemist
Replies: 8
Views: 42335
|
Forum: Wish List Posted: Tue Aug 17, 2010 1:38 pm Subject: VDS for Android |
Actually from what I understand Android uses Java for just about everything so all you would have to do is rap the javascript into a java class then to launch it just build a webpage on the fly with t ... |
Topic: VDS for Android |
vdsalchemist
Replies: 8
Views: 42335
|
Forum: Wish List Posted: Fri Jul 16, 2010 1:26 pm Subject: VDS for Android |
ROTFLMAO You would have better luck making it to the moon in a bathtub.
Now on a serious note... Have you tried loading Wine? Android is af ... |
Topic: Retrive window identifier help *SOLVED* |
vdsalchemist
Replies: 1
Views: 8820
|
Forum: General Help Posted: Sat Jul 03, 2010 8:20 pm Subject: Retrive window identifier help *SOLVED* |
Have you tried @winactive()? It should get the current active window. If you are launching an external give it a second then check for the active window. |
Topic: What went wrong with my transaction buying VDS6STD-*SOLVED* |
vdsalchemist
Replies: 28
Views: 65418
|
Forum: General Help Posted: Thu Jun 17, 2010 1:36 pm Subject: What went wrong with my transaction buying VDS6STD-*SOLVED* |
Are you sure Prakash you want this responsibility? Managing the upkeep on a language is a lot of work not to mention a lot ove money. This is not a knock against your programming skills because you ... |
Topic: still alive? |
vdsalchemist
Replies: 19
Views: 50034
|
Forum: Miscellaneous Posted: Thu Jun 17, 2010 1:15 pm Subject: still alive? |
If PK does take over VDS, it might spark me to start tinkering with VDS again here.
Hmmm very interesting... |
Topic: Problems reading from a pipe using API |
vdsalchemist
Replies: 4
Views: 20904
|
Forum: Advanced Help for VDS 5 & Up Posted: Fri Mar 05, 2010 2:55 am Subject: Problems reading from a pipe using API |
Here is another thought Why don't you just use DDE? It is built into VDS and works just as good as Pipe's, File mappings, and Atoms. |
Topic: Problems reading from a pipe using API |
vdsalchemist
Replies: 4
Views: 20904
|
Forum: Advanced Help for VDS 5 & Up Posted: Fri Mar 05, 2010 2:48 am Subject: Problems reading from a pipe using API |
The issue is not that your code is wrong. The issue is that you are violating process security by allocating memory in the heap of one process and sending that memory address to another process. You ... |
|