Opened on 07/15/2014 at 08:26:11 AM
Closed on 09/01/2014 at 11:18:22 AM
Last modified on 10/13/2014 at 11:15:11 AM
#974 closed defect (fixed)
'atlthunk.lib' is not found by linker
Reported by: | sergz | Assignee: | sergz |
---|---|---|---|
Priority: | P4 | Milestone: | Adblock-Plus-1.2-for-Internet-Explorer |
Module: | Adblock-Plus-for-Internet-Explorer | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Platform: | Internet Explorer | |
Ready: | yes | Confidential: | no |
Tester: | Verified working: | no | |
Review URL(s): |
Description
Environment
MS Visual Studio Ultimate 2012 Update 4
How to reproduce
- run adblockplusie\createsolution.bat
- try to compile AdblockPlus project
Observed behaviour
The link error
LINK : fatal error LNK1104: cannot open file 'atlthunk.lib'
Expected behaviour
Successfully link.
Solution
Looks like this library is from Windows Driver Kit (WDK) and it's absent and is not used by ATL in MSVS2012 (not express), so just don't use it.
Attachments (0)
Change History (4)
comment:1 Changed on 07/15/2014 at 11:08:01 AM by oleksandr
- Component changed from Unknown to Adblock-Plus-for-Internet-Explorer
- Owner set to sergz
- Priority changed from Unknown to P4
- Ready set
comment:2 Changed on 07/15/2014 at 05:10:06 PM by oleksandr
- Review URL(s) modified (diff)
- Status changed from new to reviewing
comment:3 Changed on 09/01/2014 at 11:18:22 AM by sergz
- Resolution set to fixed
- Status changed from reviewing to closed
comment:4 Changed on 10/13/2014 at 11:15:11 AM by trev
- Milestone set to Adblock-Plus-for-Internet-Explorer-1.2
Note: See
TracTickets for help on using
tickets.
This was apparently fixed in https://hg.adblockplus.org/adblockplusie/rev/59f326086f3e meaning that this change made it into 1.2 release.