Adam
Adam

Reputation: 115

How to add version info to C++ app in Code::Blocks

I want to add version info to my app, but I don't know how to do it.

I'd like to be able to make my app look like this in Explorer:

Internet Explorer

but I don't know how. Can you help me?

Thanks in advance!

Upvotes: 1

Views: 663

Answers (1)

Some programmer dude
Some programmer dude

Reputation: 409166

You have to create, compile and link with a resource file that contains a VERSIONINFO resource. See here for more information about resource files.

Upvotes: 1

Related Questions