|
-
Nov 14th, 2000, 02:19 AM
#1
Thread Starter
New Member
If one is working in an INTRANET (not internet) and the DLL i want to use in my Vb applicaiton is on a a server named "SERVER-X" then how do i code my application so that it knows where to look for the dll and create an instance ?
Long Question I know ! I think the VB writer Sam Huggil might have the answer to this !
-
Nov 14th, 2000, 03:03 AM
#2
Hyperactive Member
I'm assumeing here, that your server is not running mts (or any other hosting environment), but does have dcom (dll surrogate) enabled if you are using a dll (dll is regsvr32'd), or the aX .exe is /regserver registered.
Then form your client use CreateObject("LibName.ClassName",SERVER-X)
td.
"One logical slip and an entire scientific edifice comes tumbling down." - Robert M. Pirsig
[email protected]
"but if Einstein is right and God is in the details, reality requires that we sometimes get religion." - Scott Meyers.
-
Nov 14th, 2000, 03:52 AM
#3
Thread Starter
New Member
Thankyou
Originally posted by sherryq
If one is working in an INTRANET (not internet) and the DLL i want to use in my Vb applicaiton is on a a server named "SERVER-X" then how do i code my application so that it knows where to look for the dll and create an instance ?
Long Question I know ! I think the VB writer Sam Huggil might have the answer to this !
-
Nov 14th, 2000, 04:00 AM
#4
Hyperactive Member
np.
Why quote yourself?
td.
"One logical slip and an entire scientific edifice comes tumbling down." - Robert M. Pirsig
[email protected]
"but if Einstein is right and God is in the details, reality requires that we sometimes get religion." - Scott Meyers.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|