Click here to Skip to main content
16,008,942 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Flicker with CMemDC Pin
Paul M Watt13-Mar-02 20:07
mentorPaul M Watt13-Mar-02 20:07 
GeneralRe: Flicker with CMemDC Pin
alex.barylski13-Mar-02 20:21
alex.barylski13-Mar-02 20:21 
GeneralRe: Flicker with CMemDC Pin
Paul M Watt13-Mar-02 21:44
mentorPaul M Watt13-Mar-02 21:44 
GeneralRe: Flicker with CMemDC Pin
alex.barylski13-Mar-02 22:54
alex.barylski13-Mar-02 22:54 
GeneralRe: Flicker with CMemDC Pin
Michel13-Mar-02 20:31
Michel13-Mar-02 20:31 
GeneralVC++ Runtimes Pin
Richard Lewis13-Mar-02 17:47
Richard Lewis13-Mar-02 17:47 
GeneralRe: VC++ Runtimes Pin
Nish Nishant13-Mar-02 18:16
sitebuilderNish Nishant13-Mar-02 18:16 
QuestionCan u help me!!! Pin
Davidlou13-Mar-02 17:30
Davidlou13-Mar-02 17:30 
I have defined one class regExp, then i call its member functions, when some strange things occurred! I can see the functions: SetGlobal(BOOL), SetIgnoreCase(BOOL), but when i compiled it, the compiler told me that these functions are not the member funcitons of this object! But why? Then when i changed to use member property, its runtime system told me the parameter(TRUE) is incorrent, but i don't know how to cast when using com class.

I hope to get your help, because your help is too important to me!
Thanks you very much!
Next is my code:


#import "RegExp.tlb" no_namespace... static IRegExpPtr regExp( __uuidof(RegExp) ); regExp->Global = _variant_t(TRUE); //regExp->SetGlobal(TRUE); regExp->IgnoreCase = TRUE; regExp->Pattern = _bstr_t(lpszPattern);


Thanks again!
david

Cry | :((

Sincerely, Davidlou
davidlou68@hotmail.com
AnswerRe: Can u help me!!! Pin
alex.barylski13-Mar-02 17:53
alex.barylski13-Mar-02 17:53 
GeneralRe: Can u help me!!! Pin
Jon Hulatt13-Mar-02 22:20
Jon Hulatt13-Mar-02 22:20 
GeneralRe: Can u help me!!! Pin
alex.barylski13-Mar-02 22:52
alex.barylski13-Mar-02 22:52 
AnswerRe: Can u help me!!! Pin
Jon Hulatt13-Mar-02 22:18
Jon Hulatt13-Mar-02 22:18 
Generalbmp Pin
13-Mar-02 16:20
suss13-Mar-02 16:20 
GeneralRe: bmp Pin
alex.barylski13-Mar-02 17:50
alex.barylski13-Mar-02 17:50 
QuestionWho have a sample VC "Gina.dll" project? Pin
13-Mar-02 15:26
suss13-Mar-02 15:26 
AnswerRe: Who have a sample VC "Gina.dll" project? Pin
Derek Waters13-Mar-02 16:25
Derek Waters13-Mar-02 16:25 
Generallcase in c++ Pin
SilverShalkin13-Mar-02 14:41
SilverShalkin13-Mar-02 14:41 
GeneralRe: lcase in c++ Pin
alex.barylski13-Mar-02 14:51
alex.barylski13-Mar-02 14:51 
GeneralRe: lcase in c++ Pin
Joaquín M López Muñoz13-Mar-02 20:09
Joaquín M López Muñoz13-Mar-02 20:09 
GeneralRe: lcase in c++ Pin
Tim Smith14-Mar-02 2:17
Tim Smith14-Mar-02 2:17 
GeneralRe: lcase in c++ Pin
Joaquín M López Muñoz14-Mar-02 2:23
Joaquín M López Muñoz14-Mar-02 2:23 
Questionhow to display a progress thread Pin
13-Mar-02 14:40
suss13-Mar-02 14:40 
AnswerRe: how to display a progress thread Pin
alex.barylski13-Mar-02 14:56
alex.barylski13-Mar-02 14:56 
AnswerRe: how to display a progress thread Pin
13-Mar-02 16:05
suss13-Mar-02 16:05 
GeneralRe: how to display a progress thread Pin
alex.barylski13-Mar-02 18:14
alex.barylski13-Mar-02 18:14 

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.