Click here to Skip to main content
15,887,485 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CreateInstance Fails… Pin
David Crow29-Apr-04 2:42
David Crow29-Apr-04 2:42 
GeneralRe: CreateInstance Fails… Pin
anderslundsgard29-Apr-04 7:38
anderslundsgard29-Apr-04 7:38 
GeneralRe: CreateInstance Fails… Pin
Prakash Nadar28-Apr-04 8:50
Prakash Nadar28-Apr-04 8:50 
GeneralRe: CreateInstance Fails… Pin
anderslundsgard28-Apr-04 20:23
anderslundsgard28-Apr-04 20:23 
Generalabout hook in dll Pin
yingkou28-Apr-04 3:11
yingkou28-Apr-04 3:11 
GeneralRe: about hook in dll Pin
jmkhael28-Apr-04 4:53
jmkhael28-Apr-04 4:53 
GeneralRe: about hook in dll Pin
Antony M Kancidrowski28-Apr-04 5:23
Antony M Kancidrowski28-Apr-04 5:23 
GeneralRe: about hook in dll Pin
Mike Beckerleg28-Apr-04 22:17
Mike Beckerleg28-Apr-04 22:17 
Unless bFlag is in a shared data segment then each process will get its own set of variables for the DLL. So setting it to false only sets it for the current process. Look at http://www.codeproject.com/dll/data_seg_share.asp[^] to see how to create variables in a data segment that is shared between all processes using a DLL.

Mike
GeneralIMAP components Pin
Jeremy Pullicino28-Apr-04 3:03
Jeremy Pullicino28-Apr-04 3:03 
Generala c++ active control used in VB Pin
includeh1028-Apr-04 2:44
includeh1028-Apr-04 2:44 
GeneralRe: a c++ active control used in VB Pin
Cedric Moonen28-Apr-04 2:58
Cedric Moonen28-Apr-04 2:58 
GeneralASSERT(_crtIsvalidheappoint() )error, Help! Pin
orteaorme28-Apr-04 2:40
sussorteaorme28-Apr-04 2:40 
GeneralRe: ASSERT(_crtIsvalidheappoint() )error, Help! Pin
Mike Dimmick28-Apr-04 2:46
Mike Dimmick28-Apr-04 2:46 
GeneralRe: ASSERT(_crtIsvalidheappoint() )error, Help! Pin
orteaorme28-Apr-04 2:52
sussorteaorme28-Apr-04 2:52 
GeneralRe: ASSERT(_crtIsvalidheappoint() )error, Help! Pin
Mike Dimmick28-Apr-04 5:09
Mike Dimmick28-Apr-04 5:09 
GeneralRe: ASSERT(_crtIsvalidheappoint() )error, Help! Pin
orteaorme28-Apr-04 17:27
sussorteaorme28-Apr-04 17:27 
GeneralRe: ASSERT(_crtIsvalidheappoint() )error, Help! Pin
Paul Ranson28-Apr-04 3:32
Paul Ranson28-Apr-04 3:32 
GeneralRe: ASSERT(_crtIsvalidheappoint() )error, Help! Pin
orteaorme28-Apr-04 17:29
sussorteaorme28-Apr-04 17:29 
Generalgeting font from hdc (GDI) in API way Pin
ravjak28-Apr-04 1:42
ravjak28-Apr-04 1:42 
GeneralRe: geting font from hdc (GDI) in API way Pin
Roger Allen28-Apr-04 1:46
Roger Allen28-Apr-04 1:46 
GeneralRe: geting font from hdc (GDI) in API way Pin
ravjak28-Apr-04 2:41
ravjak28-Apr-04 2:41 
GeneralRe: geting font from hdc (GDI) in API way Pin
Steve S28-Apr-04 1:47
Steve S28-Apr-04 1:47 
GeneralRe: geting font from hdc (GDI) in API way Pin
ravjak28-Apr-04 2:37
ravjak28-Apr-04 2:37 
GeneralFormat string function Pin
Anonymous28-Apr-04 1:29
Anonymous28-Apr-04 1:29 
GeneralRe: Format string function Pin
toxcct28-Apr-04 1:50
toxcct28-Apr-04 1:50 

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.