Click here to Skip to main content
15,919,479 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralIncorrect Forum Pin
Rafael Fernández López17-Oct-03 23:11
Rafael Fernández López17-Oct-03 23:11 
QuestionIs it useful to extern a function in C? Pin
George217-Oct-03 17:22
George217-Oct-03 17:22 
AnswerRe: Is it useful to extern a function in C? Pin
Alexander M.,18-Oct-03 12:46
Alexander M.,18-Oct-03 12:46 
GeneralRe: Is it useful to extern a function in C? Pin
George218-Oct-03 21:58
George218-Oct-03 21:58 
QuestionHow to know whether a modal dialog box is already created? Pin
Deepak Samuel17-Oct-03 14:27
Deepak Samuel17-Oct-03 14:27 
GeneralImplementing Find in a CListCtrl Pin
Quickfl17-Oct-03 13:46
Quickfl17-Oct-03 13:46 
GeneralRe: Implementing Find in a CListCtrl Pin
Rafael Fernández López17-Oct-03 23:19
Rafael Fernández López17-Oct-03 23:19 
QuestionHow to get rid of dependency on msvcr70.dll? Pin
IGx8917-Oct-03 13:38
IGx8917-Oct-03 13:38 
I have two programs I'm working on: one is based off of the WMSDK DPlay sample, and the other off of the SystemTraySDK sample. The former requires msvcr70.dll, but the latter does not, even after making sure the default libraries are used. Here are the linker options:
<br />
/OUT:".\Release/IGCutter.exe" /INCREMENTAL:NO /NOLOGO /PDB:".\Release/DSPlay.pdb" /SUBSYSTEM:WINDOWS /STACK:2097152,2097152 /OPT:NOREF /OPT:ICF Shlwapi.lib strmiids.lib winmm.lib olepro32.lib ..\..\..\lib\wmvcore.lib comctl32.lib  kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib \Programming\DXSDK\Lib\strmiids.lib \Programming\WMSDK\WMFSDK9\lib\WMVCORE.lib<br />

<br />
/OUT:"..\Release/IGCProcessor.exe" /INCREMENTAL:NO /NOLOGO /PDB:".\Release/TaskbarDemo.pdb" /SUBSYSTEM:WINDOWS odbc32.lib odbccp32.lib comctl32.lib  kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib<br />

How can I make the DPlay sample-based program not require msvcr70.dll?

Thanks!
AnswerRe: How to get rid of dependency on msvcr70.dll? Pin
Tim Smith17-Oct-03 15:25
Tim Smith17-Oct-03 15:25 
GeneralRe: How to get rid of dependency on msvcr70.dll? Pin
IGx8917-Oct-03 15:32
IGx8917-Oct-03 15:32 
GeneralMultiple instances and opening files Pin
Joe Woodbury17-Oct-03 12:41
professionalJoe Woodbury17-Oct-03 12:41 
GeneralRe: Multiple instances and opening files Pin
Neville Franks17-Oct-03 22:58
Neville Franks17-Oct-03 22:58 
GeneralRe: Multiple instances and opening files Pin
Joe Woodbury18-Oct-03 4:37
professionalJoe Woodbury18-Oct-03 4:37 
GeneralMS Access ODBC Pin
Edward Tompkins17-Oct-03 11:29
Edward Tompkins17-Oct-03 11:29 
GeneralRe: MS Access ODBC Pin
Small Rat17-Oct-03 17:58
Small Rat17-Oct-03 17:58 
GeneralRe: MS Access ODBC Pin
Anonymous17-Oct-03 20:39
Anonymous17-Oct-03 20:39 
GeneralPROBLEMS WITH OWNERDRAW Pin
Rafael Fernández López17-Oct-03 10:51
Rafael Fernández López17-Oct-03 10:51 
GeneralRe: PROBLEMS WITH OWNERDRAW Pin
igor196017-Oct-03 11:52
igor196017-Oct-03 11:52 
GeneralRe: PROBLEMS WITH OWNERDRAW Pin
Rafael Fernández López17-Oct-03 12:17
Rafael Fernández López17-Oct-03 12:17 
GeneralRe: PROBLEMS WITH OWNERDRAW Pin
igor196017-Oct-03 12:33
igor196017-Oct-03 12:33 
GeneralRe: PROBLEMS WITH OWNERDRAW Pin
Rafael Fernández López17-Oct-03 12:50
Rafael Fernández López17-Oct-03 12:50 
GeneralNMAKE win32.mak not found Pin
Kuniva17-Oct-03 10:41
Kuniva17-Oct-03 10:41 
GeneralToolbar event Pin
Small Rat17-Oct-03 10:32
Small Rat17-Oct-03 10:32 
GeneralRe: Toolbar event Pin
Rafael Fernández López17-Oct-03 10:40
Rafael Fernández López17-Oct-03 10:40 
GeneralRe: Toolbar event Pin
Rafael Fernández López17-Oct-03 10:43
Rafael Fernández López17-Oct-03 10:43 

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.