473,387 Members | 1,899 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

How to reference ATL80.dll

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
Feb 1 '08 #1
2 3892
PLS wrote:
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
If you use some functions of ATL80.dll, how can your app compile without linking
against Atl.lib?
BTW...

1-Try linking against Atl.lib
2-Install VC++ 2005 redistributable in target machine:

http://www.microsoft.com/Downloads/d...a3f9-4c13-9c99
-220b62a191ee&displaylang=en
Regards
--
Cholo Lennon
Bs.As.
ARG

Feb 1 '08 #2
"PLS" <no****@nowhere.comwrote in message
news:MP************************@msnews.microsoft.c om...
>
This made the app compile without error, but get "ATL80.DLL not found"
when it was run.
Does the machine you're trying to run the app on have ATL80.DLL installed.
It should be under the \windows\winsxs folder. If it isn't there, you need
to install the vc redistributable package from here:

http://www.microsoft.com/downloads/d...displaylang=en
Feb 1 '08 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: RU | last post by:
Hi, I am working on a porting project to port C/C++ application from unixware C++, AT&T Standard components to g++ with STL on Linux. This application has been working properly on...
110
by: Mr A | last post by:
Hi! I've been thinking about passing parameteras using references instead of pointers in order to emphasize that the parameter must be an object. Exemple: void func(Objec& object); //object...
9
by: Sandy | last post by:
Hi, In one of my interview I was asked a question, whether using pointers for argument is efficient then reference or not. i.e. void fun(Complex *p) void fun(Complex &ref) can somebody...
11
by: Doug | last post by:
Is there any harm in passing an object into a method with the 'ref' keyword if the object is already a reference variable? If not, is there any benefit?
13
by: Abe Frohnman | last post by:
Hello all, I'm passing a reference to a class into the constructor of a form, like so: public MyForm(int count, ref Area myArea) {...} How can I use myArea outside the constructor? Should I...
4
by: z_learning_tester | last post by:
I'm reading the MS press C# book and there seems to be a contradiction. Please tell me which one is correct, 1 or 2. Thanks! Jeff 1. First it gives the code below saying that it prints 0 then...
19
by: daniel | last post by:
This is a pretty basic-level question, but I'd really like to know, so thanks for any help or pointers you can provide (like what I would google for ;o) Suppose: <code> myFunc() {
41
by: Summercool | last post by:
Can we confirm the following? also someone said, Java also has "reference" like in C++, which is an "implicit pointer": Pointer and Reference --------------------- I am starting to see what...
275
by: Astley Le Jasper | last post by:
Sorry for the numpty question ... How do you find the reference name of an object? So if i have this bob = modulename.objectname() how do i find that the name is 'bob'
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.