P
PLS
Using VS2005 SP1, I am trying to compile a program that is not an ATL
app per se, but which uses some functions from ATL.DLL.
I started by adding ATL.DLL to linker input and ...\VC\atlmfc\lib to the
linker search path.
This made the app compile without error, but get "ATL80.DLL not found"
when it was run.
I then added "type='win32' name='Microsoft.VC80.ATL'
version='8.0.50727.762' processorArchitecture='x86'
publicKeyToken='1fc8b3b9a1e18e3b'"
to the manifest file, copying this from an ATL app originally built with
VS2005. I still get "ATL80.DLL not found"
What do I need to do to use this DLL?
Thanks,
++PLS
app per se, but which uses some functions from ATL.DLL.
I started by adding ATL.DLL to linker input and ...\VC\atlmfc\lib to the
linker search path.
This made the app compile without error, but get "ATL80.DLL not found"
when it was run.
I then added "type='win32' name='Microsoft.VC80.ATL'
version='8.0.50727.762' processorArchitecture='x86'
publicKeyToken='1fc8b3b9a1e18e3b'"
to the manifest file, copying this from an ATL app originally built with
VS2005. I still get "ATL80.DLL not found"
What do I need to do to use this DLL?
Thanks,
++PLS