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

C / C++ / MFC

 
GeneralRe: Extra memory for CEdit Pin
David Crow16-Mar-05 2:56
David Crow16-Mar-05 2:56 
GeneralRe: Extra memory for CEdit Pin
Manfred Staiger16-Mar-05 2:11
Manfred Staiger16-Mar-05 2:11 
GeneralRe: Extra memory for CEdit Pin
Member 160732616-Mar-05 2:15
Member 160732616-Mar-05 2:15 
GeneralRe: Extra memory for CEdit Pin
Manfred Staiger16-Mar-05 2:21
Manfred Staiger16-Mar-05 2:21 
GeneralRe: Extra memory for CEdit Pin
Member 160732616-Mar-05 2:24
Member 160732616-Mar-05 2:24 
GeneralDetecting a desktop switch Pin
Ryan Binns16-Mar-05 0:43
Ryan Binns16-Mar-05 0:43 
General/OPT:REF issues - linker gurus please help Pin
Spiritofamerica16-Mar-05 0:36
Spiritofamerica16-Mar-05 0:36 
GeneralRe: /OPT:REF issues - linker gurus please help Pin
Ryan Binns16-Mar-05 0:45
Ryan Binns16-Mar-05 0:45 
There's no problems there. That's just saying that you told the linker to link to these libraries, but you didn't actually use anything from them, so the linker is not including them.

To remove the warnings, remove the libraries from the linker setup of your project settings, but there's really no need to. They're just information anyway.

Ryan
"Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"

GeneralRe: /OPT:REF issues - linker gurus please help Pin
Anonymous16-Mar-05 21:55
Anonymous16-Mar-05 21:55 
GeneralVC++ Chatting Program Pin
niruban15-Mar-05 23:57
niruban15-Mar-05 23:57 
GeneralRe: VC++ Chatting Program Pin
David Crow16-Mar-05 3:00
David Crow16-Mar-05 3:00 
GeneralDCom Pin
pardis15-Mar-05 20:44
pardis15-Mar-05 20:44 
GeneralRe: DCom Pin
Michael P Butler16-Mar-05 11:17
Michael P Butler16-Mar-05 11:17 
QuestionHow to use AddJob and ScheduleJob to print Pin
keven.zheng15-Mar-05 20:19
susskeven.zheng15-Mar-05 20:19 
QuestionUsing command-line? Pin
dSolariuM15-Mar-05 20:14
dSolariuM15-Mar-05 20:14 
AnswerRe: Using command-line? Pin
ThatsAlok15-Mar-05 20:20
ThatsAlok15-Mar-05 20:20 
AnswerRe: Using command-line? Pin
David Crow16-Mar-05 3:02
David Crow16-Mar-05 3:02 
QuestionHow to detect Change Pin
ThatsAlok15-Mar-05 20:05
ThatsAlok15-Mar-05 20:05 
AnswerRe: How to detect Change Pin
ThatsAlok15-Mar-05 20:23
ThatsAlok15-Mar-05 20:23 
GeneralEnumerate IE windows using Shell fails in WH_JOURNALRECORD hook Pin
Girish Iyer15-Mar-05 19:54
Girish Iyer15-Mar-05 19:54 
GeneralCatching STL exceptions Pin
PrashantJ15-Mar-05 19:53
PrashantJ15-Mar-05 19:53 
GeneralRe: Catching STL exceptions Pin
markkuk16-Mar-05 0:09
markkuk16-Mar-05 0:09 
GeneralWCSTOMBS Pin
sunit515-Mar-05 19:45
sunit515-Mar-05 19:45 
GeneralRe: WCSTOMBS Pin
sunit515-Mar-05 19:54
sunit515-Mar-05 19:54 
GeneralRe: WCSTOMBS Pin
ThatsAlok15-Mar-05 20:15
ThatsAlok15-Mar-05 20:15 

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.