Code::Blocks Forums

User forums => Help => Topic started by: vongodric on June 04, 2006, 05:48:22 pm

Title: how to embedd manifest files?
Post by: vongodric on June 04, 2006, 05:48:22 pm
I'm using mingw and c::b and want to embedd manifest files into generated executable rather then having manifest file in the folder with exe. In dev-cpp all I needed was just adding manifest file to the project and it worked, with codeblocks I tryed that but seems to have no effect.
Title: Re: how to embedd manifest files?
Post by: Vampyre_Dark on June 04, 2006, 07:33:30 pm
Talking out my ass here but:

I think this could be because DEV-CPP would make a resource file for you, that's why you could choose and icon and all that stuff.

Try adding it to your own resource file. There is a program called ResED that can do this for you at http://www.radasm.com/ (look under RadASM project section).