Re: Programs don't run on other PCs
- From: "Lau Lei Cheong" <leu_lc@xxxxxxxxxxxx>
- Date: Sat, 31 Dec 2005 10:25:27 +0800
The dependencies are added to your EXE once your add reference to them and
recompile. It doesn't really matter whether you actually use them or not.
The OS will load the libraries for your program, and if it can't load them,
it'll show up the error before your program starts.
This doesn't work not like "late binding" as if the case is VB.
"THW" <THW@xxxxxxxxxxxxxxxxxxxxxxxxx> ¼¶¼g©ó¶l¥ó·s»D:3C335DB8-B156-475B-8819-E182064706BC@xxxxxxxxxxxxxxxx
> Hi again,
>
> well, thank you for your help, but it is quite not what I expected, so I
> try
> to be more specific:
>
> When I was using Visual Studio 2003, I could develop openGL applications
> (for a computer graphics course at university). I could run these
> applications even after i reinstalled Windows (and NOT installed VS2003).
> Now, the same applications don't run anymore, if I recompile them whith
> VS2005.
> EVEN an empty program (only an empty main() method) won't run on any PC
> where VS is not installed. So I guess it has in fact nothing to do with
> dependencies.
>
> And, for simple openGL apps, it is not neccessary to install any dlls on
> the
> target machine (only the glut.dll has to be either in the same directory
> as
> the app or in the windows folder, i prefer the apps dir)
>
> greetings
> THW
.
- References:
- Re: Programs don't run on other PCs
- From: Brian Muth
- Re: Programs don't run on other PCs
- From: Jochen Kalmbach [MVP]
- Re: Programs don't run on other PCs
- Prev by Date: Re: Negative warning line numbers
- Next by Date: Re: porting from metrowerks
- Previous by thread: Re: Programs don't run on other PCs
- Next by thread: Re: Programs don't run on other PCs
- Index(es):
Relevant Pages
|