|
-
Jul 27th, 2003, 02:15 AM
#1
Thread Starter
Addicted Member
remoting & vb.net vs. vb6.0 ?
I build application in vb.net using remoting, and I think that remoting is great thing especial for using in n-tier application. I'm wondering what's is similar (for remoting) in vb6.0? How to use remote objects in vb6.0, and is that possible if I have objects (in dll) on one machine and I don't want to have this .dll on another-client machine?
regard j
-
Jul 27th, 2003, 02:43 AM
#2
I think COM/COM+ is the closest thing to remoting but they are a bit different. However using COM you can use a dll or component that is stored on another machine on the LAN.
-
Jul 27th, 2003, 07:46 AM
#3
Thread Starter
Addicted Member
I think COM/COM+ is the closest thing to remoting but they are a bit different. However using COM you can use a dll or component that is stored on another machine on the LAN.
Can you use some .dll which is stored on ahother machine without registering that .dll on your machine?
regard j
-
Jul 27th, 2003, 11:35 AM
#4
No I believe you still have to register it on each machine that will use it, even though it is physically stored else where.
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
|