Click here to Skip to main content
15,913,685 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionFile name from a command line Pin
IvanovaIsGod2-Apr-06 6:22
IvanovaIsGod2-Apr-06 6:22 
AnswerRe: File name from a command line Pin
FarPointer2-Apr-06 7:07
FarPointer2-Apr-06 7:07 
AnswerRe: File name from a command line Pin
Michael Dunn2-Apr-06 7:16
sitebuilderMichael Dunn2-Apr-06 7:16 
QuestionDebbuger traps Pin
Waldermort2-Apr-06 5:01
Waldermort2-Apr-06 5:01 
AnswerRe: Debbuger traps Pin
Stephen Hewitt2-Apr-06 17:51
Stephen Hewitt2-Apr-06 17:51 
QuestionLinking non-default libraries in VC++ Pin
Kordzik2-Apr-06 4:44
Kordzik2-Apr-06 4:44 
AnswerRe: Linking non-default libraries in VC++ Pin
Michael Dunn2-Apr-06 7:17
sitebuilderMichael Dunn2-Apr-06 7:17 
AnswerRe: Linking non-default libraries in VC++ Pin
Laxman Auti2-Apr-06 17:58
Laxman Auti2-Apr-06 17:58 
Try to use #pragma directives

The following pragma causes the linker to search for the Test.Lib library while linking. The linker searches first in the current working directory and then in the path specified in the LIB environment variable.

#pragma comment( lib, "Test" )



Knock out "T" from CAN'T
You 'CAN' if you think you 'CAN'
Cool | :cool:
Questionabout dynamic append menu Pin
FlyWithYou2-Apr-06 4:12
FlyWithYou2-Apr-06 4:12 
AnswerRe: about dynamic append menu Pin
FarPointer2-Apr-06 4:17
FarPointer2-Apr-06 4:17 
GeneralRe: about dynamic append menu Pin
FlyWithYou2-Apr-06 5:47
FlyWithYou2-Apr-06 5:47 
GeneralRe: about dynamic append menu Pin
FarPointer2-Apr-06 6:27
FarPointer2-Apr-06 6:27 
GeneralRe: about dynamic append menu Pin
Michael Dunn2-Apr-06 7:18
sitebuilderMichael Dunn2-Apr-06 7:18 
GeneralRe: about dynamic append menu Pin
FarPointer2-Apr-06 7:26
FarPointer2-Apr-06 7:26 
AnswerRe: about dynamic append menu Pin
Hamid_RT2-Apr-06 4:30
Hamid_RT2-Apr-06 4:30 
GeneralRe: about dynamic append menu Pin
FlyWithYou2-Apr-06 5:44
FlyWithYou2-Apr-06 5:44 
GeneralRe: about dynamic append menu Pin
Hamid_RT2-Apr-06 5:54
Hamid_RT2-Apr-06 5:54 
QuestionHow to disable the close icon in the title bar of an MFC Dialog after dialog creation? Pin
rbid2-Apr-06 3:42
rbid2-Apr-06 3:42 
AnswerRe: How to disable the close icon in the title bar of an MFC Dialog after dialog creation? Pin
toxcct2-Apr-06 4:06
toxcct2-Apr-06 4:06 
AnswerRe: How to disable the close icon in the title bar of an MFC Dialog after dialog creation? Pin
FarPointer2-Apr-06 4:09
FarPointer2-Apr-06 4:09 
AnswerRe: How to disable the close icon in the title bar of an MFC Dialog after dialog creation? Pin
Hamid_RT2-Apr-06 4:12
Hamid_RT2-Apr-06 4:12 
GeneralRe: How to disable the close icon in the title bar of an MFC Dialog after dialog creation? Pin
FarPointer2-Apr-06 4:14
FarPointer2-Apr-06 4:14 
GeneralRe: How to disable the close icon in the title bar of an MFC Dialog after dialog creation? Pin
Hamid_RT2-Apr-06 4:21
Hamid_RT2-Apr-06 4:21 
GeneralRe: How to disable the close icon in the title bar of an MFC Dialog after dialog creation? Pin
FarPointer2-Apr-06 4:26
FarPointer2-Apr-06 4:26 
GeneralRe: How to disable the close icon in the title bar of an MFC Dialog after dialog creation? Pin
Hamid_RT2-Apr-06 4:34
Hamid_RT2-Apr-06 4:34 

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.