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.