Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3924948
By: jack_schmidt

I can't puzzle out these link errors, and I would appreciate any hints.  I'm
well-versed in libtiff on hpux, but a newbie on Win.

The first problem is a warning from the linker:

   warning LNK4248: unresolved typeref token (01000016) for 'tiff'; image may
not run

The second problem is that when I run the .exe I get a message window that
says:

    This application has failed to start because libtiff3.dll was not found.
Re-installing the app may fix this problem.

_______
Context:

I got the bits from
http://prdownloads.sourceforge.net/gnuwin32/tiff-3.8.2-1.exe?download which
is accessible via http://gnuwin32.sourceforge.net/packages/tiff.htm

Here's my C:\Program Files\GnuWin32\lib dir:

  libtiff.def
  libtiff.dll.a
  libtiff.lib
  libtiff-bcc.lib

That directory is indeed in my LIB environment variable, and it is first.  I
also specifically added it to the linker's args.


Here are the linker args according to the build log:

/OUT:"C:\Documents and Settings\jschmidt1\My Documents\Visual Studio
2005\Projects\hartanal\Debug\hartanal.exe" /INCREMENTAL /LIBPATH:"c:\Program
Files\GnuWin32\lib" /MANIFEST
/MANIFESTFILE:"Debug\hartanal.exe.intermediate.manifest" /DEBUG /ASSEMBLYDEBUG
/PDB:"c:\Documents and Settings\jschmidt1\My Documents\Visual Studio
2005\Projects\hartanal\debug\hartanal.pdb" /MACHINE:X86 /FIXED:No
"..\..\..\..\..\..\..\Program Files\GnuWin32\lib\libtiff.lib"
".\Debug\AssemblyInfo.obj"
".\Debug\Gridsurf.obj"
".\Debug\hartanal.obj"
".\Debug\stdafx.obj"
".\Debug\app.res"


My Visual Studio 2005 is Version 8.0.50727.42,
running on XP Pro version 5.1.2600 Service Pack 2 Build 2600


Thanks for any and all help.




______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=74807

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
GnuWin32-Users mailing list
GnuWin32-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnuwin32-users

Reply via email to