Click here to Skip to main content
15,888,454 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralBooks Pin
Anonymous4-Feb-04 6:25
Anonymous4-Feb-04 6:25 
GeneralRe: Books Pin
Roger Wright4-Feb-04 6:58
professionalRoger Wright4-Feb-04 6:58 
GeneralRe: Books Pin
Maxwell Chen4-Feb-04 16:58
Maxwell Chen4-Feb-04 16:58 
GeneralRe: Books Pin
jhwurmbach4-Feb-04 23:52
jhwurmbach4-Feb-04 23:52 
GeneralRe: Multithreading in C++ Pin
TV4-Feb-04 4:48
TV4-Feb-04 4:48 
GeneralRe: Multithreading in C++ Pin
Diddy4-Feb-04 4:55
Diddy4-Feb-04 4:55 
Generaloralib linker errors Pin
JYoder4-Feb-04 4:48
JYoder4-Feb-04 4:48 
GeneralRe: oralib linker errors Pin
Mike Dimmick5-Feb-04 0:13
Mike Dimmick5-Feb-04 0:13 
Looks like the objects in oralib.lib are linked to the static multithreaded version of the C runtime library, but your project is configured to use the DLL. Change your project to use the debug multithreaded version, or obtain a version of oralib.lib which uses the DLL.

To change this setting, go to Project > Settings, the C/C++ tab, change the Category drop-down to Code Generation, then under 'Use run-time library' select Debug Multithreaded.
GeneralA question about HWnd of IE and toolbar in IE Pin
bin89224-Feb-04 4:39
bin89224-Feb-04 4:39 
Generalwhich language will be the best to use for db Pin
pnpfriend4-Feb-04 4:35
pnpfriend4-Feb-04 4:35 
GeneralRe: which language will be the best to use for db Pin
Antti Keskinen4-Feb-04 13:23
Antti Keskinen4-Feb-04 13:23 
GeneralInitialising a Second Dialog Pin
Caoimh4-Feb-04 4:26
Caoimh4-Feb-04 4:26 
GeneralRe: Initialising a Second Dialog Pin
sps-itsec464-Feb-04 5:31
sps-itsec464-Feb-04 5:31 
GeneralRe: Initialising a Second Dialog Pin
Caoimh4-Feb-04 6:20
Caoimh4-Feb-04 6:20 
GeneralRe: Initialising a Second Dialog Pin
sps-itsec464-Feb-04 6:53
sps-itsec464-Feb-04 6:53 
GeneralCString to UTF-8 Pin
Rüpel4-Feb-04 3:24
Rüpel4-Feb-04 3:24 
GeneralRe: CString to UTF-8 Pin
Diddy4-Feb-04 3:35
Diddy4-Feb-04 3:35 
GeneralRe: CString to UTF-8 Pin
Rüpel4-Feb-04 4:05
Rüpel4-Feb-04 4:05 
GeneralRe: CString to UTF-8 Pin
Mike Dimmick4-Feb-04 4:17
Mike Dimmick4-Feb-04 4:17 
GeneralRe: CString to UTF-8 Pin
Rüpel4-Feb-04 4:29
Rüpel4-Feb-04 4:29 
QuestionHow to refresh disk content in VMWare ? Pin
vgrigor4-Feb-04 3:17
vgrigor4-Feb-04 3:17 
Generalcontrolling actiions in IE Pin
Abhi Lahare4-Feb-04 3:14
Abhi Lahare4-Feb-04 3:14 
GeneralProblem with static and std::map Pin
inter8ection4-Feb-04 1:42
inter8ection4-Feb-04 1:42 
GeneralRe: Problem with static and std::map Pin
Diddy4-Feb-04 2:03
Diddy4-Feb-04 2:03 
GeneralRe: Problem with static and std::map Pin
inter8ection4-Feb-04 3:34
inter8ection4-Feb-04 3: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.