Thread: Link warning 64 bit

  1. #1
    Registered User
    Join Date
    Oct 2007
    Posts
    166

    Link warning 64 bit

    Hey I'm getting this warning in Visual Studio 2005 that I'd like to get rid of:
    Code:
    PBPolyBoost64.exp : warning LNK4070: /OUT:PBPolyBoost.dlx directive in .EXP differs from output filename 'C:\3dsmax9\SDK\maxsdk\samples\testing\PBPolyBoost\x64\PBPolyBoost64.dlx'; ignoring directive
    I'm not sure where that directory in the .exp is set, can't find it in the properties. I guess it is some setting that is left over after compiling for 32 bit. The build is successful but I want to get rid of this warning. Appreciates some help.

  2. #2
    Frequently Quite Prolix dwks's Avatar
    Join Date
    Apr 2005
    Location
    Canada
    Posts
    8,057
    I stuck "LNK4070" into google and found this:
    http://msdn2.microsoft.com/en-us/lib...z7(VS.80).aspx
    http://msdn2.microsoft.com/en-us/lib...z7(vs.71).aspx
    You will see this warning if you change the name of an output file in the development environment and where the project's .def file was not updated. Manually update the .def file to resolve this warning.

    A client program that uses the resulting DLL might encounter problems.
    Also see http://www.codeguru.com/forum/archiv.../t-148635.html
    dwk

    Seek and ye shall find. quaere et invenies.

    "Simplicity does not precede complexity, but follows it." -- Alan Perlis
    "Testing can only prove the presence of bugs, not their absence." -- Edsger Dijkstra
    "The only real mistake is the one from which we learn nothing." -- John Powell


    Other boards: DaniWeb, TPS
    Unofficial Wiki FAQ: cpwiki.sf.net

    My website: http://dwks.theprogrammingsite.com/
    Projects: codeform, xuni, atlantis, nort, etc.

  3. #3
    Registered User
    Join Date
    Oct 2007
    Posts
    166
    Aha, yes that fixed it. Thanks a lot!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. pthreads for 64 bit m/c
    By vin_pll in forum C Programming
    Replies: 2
    Last Post: 02-22-2009, 10:25 PM
  2. Compiler "Warnings"
    By Jeremy G in forum A Brief History of Cprogramming.com
    Replies: 24
    Last Post: 04-24-2005, 01:09 PM
  3. Errors
    By Rhidian in forum C Programming
    Replies: 10
    Last Post: 04-04-2005, 12:22 PM
  4. gcc problem
    By bjdea1 in forum Linux Programming
    Replies: 13
    Last Post: 04-29-2002, 06:51 PM