Re: Supporting ATL

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Fredrik Wahlgren (fredrik.p.wahlgren_at_mailbox.swipnet.se)
Date: 03/03/05


Date: Thu, 3 Mar 2005 21:06:05 +0100


"Igor Tandetnik" <itandetnik@mvps.org> wrote in message
news:Oj%23n0s1HFHA.3500@TK2MSFTNGP14.phx.gbl...
> "asid" <asid369@hotmail.com> wrote in message
> news:uBkrKW0HFHA.2924@TK2MSFTNGP15.phx.gbl
> > When using ATL in an app, is it necessary to distribute any DLL/module
> > supporting ATL with the app? If so then which one that should be?
>
> As an option, you can link to ATL dynamically, then you need to
> redistribute atl.dll, atl7.dll or atl71.dll (for VC6, V7 and VC7.1
> correspondingly). Or, you can choose to link to ATL statically, in which
> case it does not bring in any additional dependencies.
> --
> With best wishes,
> Igor Tandetnik
>
> With sufficient thrust, pigs fly just fine. However, this is not
> necessarily a good idea. It is hard to be sure where they are going to
> land, and it could be dangerous sitting under them as they fly
> overhead. -- RFC 1925
>
>
>

Even if you link dynamically, you shouldn't need to distribute atl.dll

/Fredrik



Relevant Pages

  • cant raise events from ATL control in C# app in VS 2005 debugger
    ... I am seeing problems raising events in a C# app that is using an ATL ... I am developing a multithreaded ATL control. ... Additional Information: Context 0x1a0528' is disconnected. ...
    (microsoft.public.dotnet.framework.interop)
  • ATL Issues with CE 6.0 App
    ... I am trying to build a CE 6.0 app that uses ATL and I rolled by own SDK(with ... ATL support) and started building the App - when this strange errors started ... I did try to define /D _WINSOCKAPI_, ...
    (microsoft.public.windowsce.app.development)
  • Re: How to troubleshoot SxS VC80.ATL problems
    ... I created an MFC test app using VS2005 and put in some ATL code just to make ... When I install the app the ms installer does not detect any ...
    (microsoft.public.vc.mfc)
  • C++ Interop - Getting String value back from ATL COM Server
    ... Interop seems to work just fine to pass data from the C++/CLI app to the ATL ... Control but I can't seem to figure out how to get a string value back from ...
    (microsoft.public.dotnet.general)
  • Re: Comm. between COM/Apps
    ... Automation springs to mind. ... probably want to use WTL - ATL is too primitive for GUI ... > other 2 objects would also be able to talk to that app. ... Can I open a window ...
    (microsoft.public.vc.atl)