For a while i did not look into the ADN -Agilent Developer Network.
Now ( for a certain purpose ) i get in and see some new wonderful stuff
-
- new program examples for VEE and others....
Just my 2 comments:
1) IS it possible to put all vee things in just one file to reduce clicking
? ( maybe just combine to 1 MByte pieces?
2) Are these examples the same as in the Vee7 example folder, or new? A
short hint to this in the description would be helpfull.
Best regards,
detlef
This message and any attachments are confidential, for the exclusive use of
the addressee and may be legally privileged. Any other distribution, use or
reproduction is unauthorised and prohibited. If you have received this
message in error, please notify the sender immediately and delete the
message from your system.
Visit our internet site at http://www.pilkington.com
---
You are currently subscribed to vrf as: rsb@soco.agilent.com
To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
Now ( for a certain purpose ) i get in and see some new wonderful stuff
-
- new program examples for VEE and others....
Just my 2 comments:
1) IS it possible to put all vee things in just one file to reduce clicking
? ( maybe just combine to 1 MByte pieces?
2) Are these examples the same as in the Vee7 example folder, or new? A
short hint to this in the description would be helpfull.
Best regards,
detlef
This message and any attachments are confidential, for the exclusive use of
the addressee and may be legally privileged. Any other distribution, use or
reproduction is unauthorised and prohibited. If you have received this
message in error, please notify the sender immediately and delete the
message from your system.
Visit our internet site at http://www.pilkington.com
---
You are currently subscribed to vrf as: rsb@soco.agilent.com
To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
> file to reduce clicking
Certainly. You could do up a "linker" of sorts so you wouldn't have to load
a huge library every time you wanted to use one function from it.
Scan through the target source looking for defined function names, call
objects & formula calls. When you have this list, match the calls with the
definitions. Those calls that don't have definitions are from the library.
Create a simple .vee container file, retrieve the functions you need from
the library and dump them in the container. A dependency mechanism makes
sure you got all the functions you need. At it's simplest, this could be a
notepad inside a function listing it's dependencies.
When you're done dumping functions in the .vee container close it and import
it into the main program.
-SHAWN-
---
You are currently subscribed to vrf as: rsb@soco.agilent.com
To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".