Bugs item #1468990, was opened at 2006-04-12 04:37 Message generated for change (Settings changed) made by barnson You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1468990&group_id=105970
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: light Group: v3.0 >Status: Closed Resolution: Fixed Priority: 5 Private: No Submitted By: Scott Kurtzeborn (scotk) Assigned to: Derek (derekc) >Summary: Bad linker error when linnking with extension\'s wixlib Initial Comment: If you try to link with an extension's wixlib you get an error like the following: E:\delivery\dev\wix\src\ext\NetFxExtension\wixlib\NetF xExtension.wxs(39) : error LGHT0093 : Duplicate symbol 'CustomAction:NetFxScheduleNativeImage' found. E:\delivery\dev\wix\src\ext\NetFxExtension\wixlib\NetF xExtension.wxs(39) : error LGHT0094 : Location of symbol related to previous error. We need to include not only the source line number but also a path to each intermediate so that users can distinguish between the two symbols. In the error above the look identical and it's not obvious what's wrong. ---------------------------------------------------------------------- Comment By: Derek (derekc) Date: 2006-05-03 08:05 Message: Logged In: YES user_id=518766 Errors for duplicate symbols should now be much more intelligable. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1468990&group_id=105970 ------------------------------------------------------------------------- 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 _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
