Click here to Skip to main content
15,889,992 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Browser panel w/o IE? Pin
Randor 11-Mar-08 8:29
professional Randor 11-Mar-08 8:29 
GeneralRe: Browser panel w/o IE? Pin
Peter Weyzen11-Mar-08 9:02
Peter Weyzen11-Mar-08 9:02 
GeneralRe: Browser panel w/o IE? Pin
Randor 11-Mar-08 9:30
professional Randor 11-Mar-08 9:30 
GeneralRe: Browser panel w/o IE? Pin
Peter Weyzen11-Mar-08 22:10
Peter Weyzen11-Mar-08 22:10 
GeneralRe: Browser panel w/o IE? Pin
Demian Panello12-Mar-08 1:11
Demian Panello12-Mar-08 1:11 
GeneralUnable to find definition for CComCriticalSection class Pin
act_x11-Mar-08 7:51
act_x11-Mar-08 7:51 
GeneralRe: Unable to find definition for CComCriticalSection class Pin
Maxwell Chen11-Mar-08 7:56
Maxwell Chen11-Mar-08 7:56 
GeneralRe: Unable to find definition for CComCriticalSection class Pin
Maxwell Chen11-Mar-08 17:45
Maxwell Chen11-Mar-08 17:45 
act_x wrote:
CComCriticalSection myCS ;


I just created an ATL server project by Wizrad, and it compiles fine.

The class CComCriticalSection is in the namespace ATL. Maybe you should do this way if your class is not derived from built-in ATL classes:
ALT::CComCriticalSection  myCS;


  Maxwell Chen

QuestionHow to get double pointers address? Pin
Gofur Halmurat11-Mar-08 4:11
Gofur Halmurat11-Mar-08 4:11 
AnswerRe: How to get double pointers address? Pin
Rajkumar R11-Mar-08 4:14
Rajkumar R11-Mar-08 4:14 
GeneralThe instruction at 0x00427289 referenced memory at 0x7ffdf000. The memory could not be read. Pin
ganesa moorthy11-Mar-08 3:31
ganesa moorthy11-Mar-08 3:31 
GeneralRe: The instruction at 0x00427289 referenced memory at 0x7ffdf000. The memory could not be read. Pin
Rajkumar R11-Mar-08 3:35
Rajkumar R11-Mar-08 3:35 
GeneralOT Pin
CPallini11-Mar-08 3:40
mveCPallini11-Mar-08 3:40 
GeneralRe: OT Pin
Rajkumar R11-Mar-08 3:45
Rajkumar R11-Mar-08 3:45 
GeneralRe: The instruction at 0x00427289 referenced memory at 0x7ffdf000. The memory could not be read. Pin
lavate malllik11-Mar-08 17:59
lavate malllik11-Mar-08 17:59 
QuestionRe: The instruction at 0x00427289 referenced memory at 0x7ffdf000. The memory could not be read. Pin
Rajkumar R11-Mar-08 18:55
Rajkumar R11-Mar-08 18:55 
QuestionHow can i get the correct decimal value without truncation ? Pin
nitin_pro11-Mar-08 3:26
nitin_pro11-Mar-08 3:26 
AnswerRe: How can i get the correct decimal value without truncation ? Pin
CPallini11-Mar-08 3:38
mveCPallini11-Mar-08 3:38 
GeneralRe: How can i get the correct decimal value without truncation ? Pin
nitin_pro13-Mar-08 0:40
nitin_pro13-Mar-08 0:40 
QuestionRe: How can i get the correct decimal value without truncation ? Pin
CPallini13-Mar-08 1:15
mveCPallini13-Mar-08 1:15 
AnswerRe: How can i get the correct decimal value without truncation ? Pin
Randor 11-Mar-08 6:53
professional Randor 11-Mar-08 6:53 
AnswerRe: How can i get the correct decimal value without truncation ? Pin
Randor 11-Mar-08 7:10
professional Randor 11-Mar-08 7:10 
AnswerRe: How can i get the correct decimal value without truncation ? Pin
Michael Dunn11-Mar-08 17:59
sitebuilderMichael Dunn11-Mar-08 17:59 
Questionjpeg... Pin
Rustik11-Mar-08 3:22
Rustik11-Mar-08 3:22 
GeneralRe: jpeg... Pin
Rajkumar R11-Mar-08 3:32
Rajkumar R11-Mar-08 3:32 

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.