18 Dec
2006
18 Dec
'06
7:07 p.m.
On 18.12.2006 16:50, Dmitry Timoshkov wrote:
Well, a manifest is just an text (.xml) file with the resource type set to RT_MANIFEST. Adding it into the resources is easy, the problem is that wrc doesn't support that kind of a resource, so that support should be added to wrc first.
RT_MANIFEST is 24. Adding a resource of type 24, ID 1, should suffice; no special handling in wrc should be needed. E.g.: 1 24 "myapplication.manifest" or: 1 24 { "<assembly ..." "</assembly>" } f-r-