can not find MSVCR80D.dll?

G

George2

Hello everyone,


If I change the entry point to main in linker --> advanced (default is
empty). Then there will be an error box,

can not find MSVCR80D.dll. What is wrong with my code? (if I change
the entry point of application from main to empty, there is no such
error)

Code:
static int i = 100;

int main(int argc, char** argv)
{
	int j;

	return 0;
}

I am using Visual Studio 2005 console application project.


thanks in advance,
George
 
I

Ian Collins

George2 said:
Hello everyone,


If I change the entry point to main in linker --> advanced (default is
empty). Then there will be an error box,

can not find MSVCR80D.dll. What is wrong with my code?

We don't know, ask on a group where MSVCR80D.dll is topical.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,787
Messages
2,569,629
Members
45,330
Latest member
AlvaStingl

Latest Threads

Top