Click here to Skip to main content
15,917,005 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionCan I save resource in a .lib project and load it at runtime? Pin
Behzad Ebrahimi25-Nov-03 11:58
Behzad Ebrahimi25-Nov-03 11:58 
AnswerRe: Can I save resource in a .lib project and load it at runtime? Pin
John R. Shaw25-Nov-03 16:27
John R. Shaw25-Nov-03 16:27 
AnswerRe: Can I save resource in a .lib project and load it at runtime? Pin
Mike Dimmick26-Nov-03 3:34
Mike Dimmick26-Nov-03 3:34 
GeneralMinimum WMI requirements for command prompt c++ Pin
krisp25-Nov-03 10:40
krisp25-Nov-03 10:40 
GeneralThread Interruption Pin
suiram4025-Nov-03 8:26
suiram4025-Nov-03 8:26 
GeneralRe: Thread Interruption Pin
igor196025-Nov-03 8:32
igor196025-Nov-03 8:32 
GeneralRe: Thread Interruption Pin
suiram4025-Nov-03 8:45
suiram4025-Nov-03 8:45 
GeneralRe: Thread Interruption Pin
igor196025-Nov-03 8:51
igor196025-Nov-03 8:51 
GeneralRe: Thread Interruption Pin
suiram4025-Nov-03 9:00
suiram4025-Nov-03 9:00 
GeneralRe: Thread Interruption Pin
igor196025-Nov-03 9:27
igor196025-Nov-03 9:27 
Generalregd threads Pin
karteek25-Nov-03 7:54
karteek25-Nov-03 7:54 
GeneralRe: regd threads Pin
David Crow25-Nov-03 8:21
David Crow25-Nov-03 8:21 
GeneralNeed help setting project to use CxImage Pin
ElizabethC25-Nov-03 7:45
ElizabethC25-Nov-03 7:45 
GeneralRe: Need help setting project to use CxImage Pin
ElizabethC25-Nov-03 8:38
ElizabethC25-Nov-03 8:38 
GeneralGetting a DLL version Pin
Tom Wright25-Nov-03 7:29
Tom Wright25-Nov-03 7:29 
GeneralRe: Getting a DLL version Pin
David Crow25-Nov-03 7:40
David Crow25-Nov-03 7:40 
GeneralRe: Getting a DLL version Pin
Tom Wright25-Nov-03 8:04
Tom Wright25-Nov-03 8:04 
GeneralRe: Getting a DLL version Pin
David Crow25-Nov-03 8:15
David Crow25-Nov-03 8:15 
Tom Wright wrote:
So inorder to get the version I have to use all three of those functions listed in the MSDN?

Yes, you'll need to call GetFileVersionInfoSize(), GetFileVersionInfo(), and VerQueryValue(), in that order.

Tom Wright wrote:
There's no easier way?

It's easy once you've done it a few times. Now if you have no interest in how it all works, you can always skip to this class.

Tom Wright wrote:
By the way is the answer 2?

No.


Five birds are sitting on a fence.
Three of them decide to fly off.
How many are left?

GeneralTooltip lost after setting state to TBSTATE_HIDDEN Pin
ElizabethC25-Nov-03 7:22
ElizabethC25-Nov-03 7:22 
GeneralScrolling a multiline CRichEditCtrl Pin
alex2000___++25-Nov-03 7:17
alex2000___++25-Nov-03 7:17 
GeneralRe: Scrolling a multiline CRichEditCtrl Pin
igor196025-Nov-03 7:32
igor196025-Nov-03 7:32 
GeneralRe: Scrolling a multiline CRichEditCtrl Pin
alex2000___++25-Nov-03 7:43
alex2000___++25-Nov-03 7:43 
GeneralRe: Scrolling a multiline CRichEditCtrl Pin
igor196025-Nov-03 7:56
igor196025-Nov-03 7:56 
GeneralRe: Scrolling a multiline CRichEditCtrl Pin
alex2000___++26-Nov-03 9:32
alex2000___++26-Nov-03 9:32 
GeneralRe: Scrolling a multiline CRichEditCtrl Pin
alex2000___++25-Nov-03 7:44
alex2000___++25-Nov-03 7:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.