Proxy/Stub qustion 
Author Message
 Proxy/Stub qustion

In order to create a server that will be run in remote mode, do I must to
create a proxy stud dll ?
If so how ?
I created a server, and added an ATL com object, but no *.mk file was
created.


Sun, 11 Jul 2004 03:13:18 GMT  
 Proxy/Stub qustion
Check again - it is created by the ATL appwizard.

You need a proxy/stub DLL if your interafce are not Automation-
compatible (e.g. not [dual] nor [oleautomation]). Otherwise you
must distribute and register the type library instead.

--
=====================================
Alexander Nickolov
Microsoft MVP [VC], MCSD

MVP VC FAQ: http://www.mvps.org/vcfaq
=====================================

Quote:

> In order to create a server that will be run in remote mode, do I must to
> create a proxy stud dll ?
> If so how ?
> I created a server, and added an ATL com object, but no *.mk file was
> created.



Sun, 11 Jul 2004 05:59:03 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. COM proxies and stubs in C#

2. Proxy Stub Problem with Visual C++ 7

3. Merge Proxy/stub (in ATL) generated DLL does not change the Proxystubclsid32

4. Proxy Stub Dll

5. poblem in making proxy stub DLL from *.mk file

6. IDL problem : setting Interface inside or outside typelib / Proxy stub vs Aggregation

7. ATL COM DLL without proxy/stub

8. proxy/stub usage

9. Proxy Stub

10. nmake on proxy/stub results in unresolved externals

11. How to generate the proxy/stub with VC.NET

12. Registering proxy/stub for Side by Side COM Components

 

 
Powered by phpBB® Forum Software