Bugs item #1274075, was opened at 2005-08-26 07:33 Message generated for change (Settings changed) made by robmen You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1274075&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: CustomActions >Group: v2.0 >Status: Pending >Resolution: Fixed Priority: 5 Submitted By: Brian Simoneau (briansimoneau) Assigned to: Rob Mensching (robmen) Summary: wcautil.h should specify calling convention Initial Comment: Current WiX build is 2.0.3220.0. The header wcautil.h does not specify the calling convention for its exported functions. It appears that it is assuming stdcall. This is a problem if the default calling convention for a custom action DLL project is not stdcall. Adding the calling convention to the functions in wcautil.h will allow it to override any project defaults. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1274075&group_id=105970 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
