Code::Blocks Forums
Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: agambier on February 21, 2008, 11:41:47 am
-
Hello,
I did not find any information about it on the forum.
I'm writing a DLL with code::block and i don't know where i can define the version information such as copyright, version, company, etc...
I don't want to use the autoversionning plugin.
I want to see these information when people click on file properties under the explorer.
thanks.
ag.
-
You need to create a resource file for that. Here is some documentation about it that can help you:
http://msdn2.microsoft.com/en-us/library/aa380599.aspx
-
Of course...just like with VC6 !
I work with Borland C++ Builder and i have forgotten that i could use a ressource file :(
Thanks for your help.
Ag