On Sunday, May 2, 2010, 21:47:47, brucexs wrote: > If there is an easy want to add the manifest without installing a > new development environment, let me know.
Just add this to the .rc file: 1 24 "powerpro.manifest" Or, if your WinUser.h is new enough to have RT_MANIFEST and CREATEPROCESS_MANIFEST_RESOURCE_ID defined, you can instead use the following: #include <winuser.h> CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "powerpro.manifest" -- < Jernej Simončič ><><><><>< http://eternallybored.org/ > The most undesirable things are the most certain (death and taxes). -- Gumperson's Proof ------------------------------------ Attention: PowerPro's Web site has moved: http://www.ppro.orgYahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/power-pro/join (Yahoo! ID required) <*> To change settings via email: [email protected] [email protected] <*> To unsubscribe from this group, send an email to: [email protected] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
