Re: Compite Native code with .NET 2003
- From: "Willy Denoyette [MVP]" <willy.denoyette@xxxxxxxxxx>
- Date: Thu, 21 Apr 2005 13:27:37 +0200
<jedi200581@xxxxxxxxxxx> wrote in message
news:1114080875.486884.117930@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> I'm sorry to insist, but I created the application using the "win 32
> project" label and when I launch the application on a computer without
> the Framework, he asks for MSVCR71D.dll (or MSVCR71.dll). I assumed it
> was a framework stuff. This dll is related to Visual 7.1 obviously, and
> I guess that you don't need to install visual to run application
> compiled with it ?
>
> Thanks.
>
No, these are the C runtime DLL's (both debug non debug), you have to deploy
these with your application. You see wheter you use the .NET framework or
native C++ (and even VB) you always have a run-time with it.
Note that these DLL's are installed with the .NET framework, because .NET
needs the C run-time as well.
Willy.
.
- Follow-Ups:
- Re: Compite Native code with .NET 2003
- From: jedi200581
- Re: Compite Native code with .NET 2003
- References:
- Compite Native code with .NET 2003
- From: jedi200581
- Re: Compite Native code with .NET 2003
- From: Willy Denoyette [MVP]
- Re: Compite Native code with .NET 2003
- From: jedi200581
- Re: Compite Native code with .NET 2003
- From: Willy Denoyette [MVP]
- Re: Compite Native code with .NET 2003
- From: jedi200581
- Compite Native code with .NET 2003
- Prev by Date: RE: Getting Null Reference Exception when having two config sectio
- Next by Date: Exception handling
- Previous by thread: Re: Compite Native code with .NET 2003
- Next by thread: Re: Compite Native code with .NET 2003
- Index(es):
Relevant Pages
|