<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Just wading in here late in the day and I missed the earlier part of
this thread, but when you build GDAL on VS 2005, and use it in another
project, you need to make sure you keep the gdal.dll.manifest file
along with the gdal.dll library, in your path. Could that be the
problem? For some obscure reason, when you build DLLs within the VS
IDE, the manifest is embedded in the DLL, but when you build using
nmake, it apepars as a separate file.<br>
<br>
Cheers,<br>
<br>
Sy<br>
<br>
<br>
Mateusz Loskot wrote:
<blockquote cite="mid44AE39EB.5070004@loskot.net" type="cite">
  <pre wrap="">Daniele Romagnoli wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">    Could you provide some details about your nmake.opt file?

What flag or option are you interested in?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Did you set any options yourself?
Did you customized nmake.opt file?

As I understand, you can build GDAL with Visual C++ 2005 EE
but the problem is with using GDAL DLL.
Am I right?

  </pre>
  <blockquote type="cite">
    <pre wrap=""> 

    Have you edited/customized this file for your needs?

Yes.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
But GDAL builds, right?
If it does, then your settings are OK.


  </pre>
  <blockquote type="cite">
    <pre wrap="">    What you mean "problems with the MSVCRT80.dll" ?

    Note, that with VC++ 2005 (no matter what edition) new policy has been
    introduced, msvcrt80.dll named to msvcr80.dll etc.
    So, you need to deploy all dependencies DLLs to machines you are going
    to use your application/library.



Mmm... I'm not expert at VC++ 2005 and I didn't know about the new
policy. Actually I have uninstalled the VC++ 2005 and I can't try again.
I dont remember if the problem was on the msvcrT80.dll or on msvcr80.dll. 
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Hmm, so does it mean the problem disappeared?
I mean, I don't know what kind of help you needs now :-)

  </pre>
  <blockquote type="cite">
    <pre wrap="">Hovewer, the eclipse problem was something like "... unable to find
msvcr80.dll"

    </pre>
  </blockquote>
  <pre wrap=""><!---->
Did you try to use GDAL with Eclipse on the same machine it was built
with Visual C++ 2005 EE?
If you are getting error about missing DLL library,
then you need to check if:
1. library that is mentioned in the error message is available in the system
2. and it is available in the execution PATH, usually it mean:
- dll has to be installed to C:\Windows or C:\Windows\system
- OR the directory in which you have the missing DLL has to be added
to the PATH environment variable

Please, tell me if you need any further help, because now I'm not sure
if the problem is still present.
What kind of help do you need?

Cheers

  </pre>
</blockquote>
</body>
</html>