P Pachuquin Member Licensed User Longtime User May 4, 2009 #1 I can set the properties of an assembly with the following sentences in Visual Studio : [assembly: AssemblyTitle("")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("")] [assembly: AssemblyCopyright("")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] How can I do it in Basic4ppc? Thanks
I can set the properties of an assembly with the following sentences in Visual Studio : [assembly: AssemblyTitle("")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("")] [assembly: AssemblyCopyright("")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] How can I do it in Basic4ppc? Thanks
Erel B4X founder Staff member Licensed User Longtime User May 5, 2009 #2 It is not possible to do it directly from Basic4ppc. You can try to use a resource editor like: Resource Hacker to edit those fields.
It is not possible to do it directly from Basic4ppc. You can try to use a resource editor like: Resource Hacker to edit those fields.