Click here to Skip to main content
16,006,817 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralSmall question Pin
pankajdaga6-Aug-02 5:38
pankajdaga6-Aug-02 5:38 
GeneralRe: Small question Pin
Roger Allen6-Aug-02 6:13
Roger Allen6-Aug-02 6:13 
GeneralCreateInstance - not sure what exactly it does Pin
ns6-Aug-02 5:31
ns6-Aug-02 5:31 
GeneralRe: CreateInstance - not sure what exactly it does Pin
Ranjan Banerji6-Aug-02 7:04
Ranjan Banerji6-Aug-02 7:04 
GeneralRe: CreateInstance - not sure what exactly it does Pin
ns6-Aug-02 7:44
ns6-Aug-02 7:44 
Generalflipping surfaces Pin
sagmam6-Aug-02 5:26
sagmam6-Aug-02 5:26 
GeneralCArray- AssertValid Pin
CSharpDavid6-Aug-02 5:10
CSharpDavid6-Aug-02 5:10 
GeneralRe: CArray- AssertValid Pin
Martin Ziacek6-Aug-02 5:17
Martin Ziacek6-Aug-02 5:17 
If you have declared it as CArray m_IL, then that's wrong. It is a template, you have to use it as e.g.:

CArray <type, type="" &=""> m_IL;

Otherwise, post your code here.



Martin

--------------------------------------------
C'mon we all know computers are experimental devices and should only be used for playing games.
Using them for alternative stuff like business, is clearly not using them for what they are intended.

Colin Davies
GeneralRe: CArray- AssertValid Pin
CSharpDavid6-Aug-02 6:13
CSharpDavid6-Aug-02 6:13 
GeneralRe: CArray- AssertValid Pin
CSharpDavid6-Aug-02 6:23
CSharpDavid6-Aug-02 6:23 
GeneralCFtpConnection::Command() Pin
carrie6-Aug-02 4:50
carrie6-Aug-02 4:50 
GeneralRe: CFtpConnection::Command() Pin
carrie6-Aug-02 10:22
carrie6-Aug-02 10:22 
GeneralCScrollBar Pin
Anonymous6-Aug-02 4:37
Anonymous6-Aug-02 4:37 
QuestionHow to : let system collect the memory that has already been freed by application Pin
Simon.W6-Aug-02 4:14
Simon.W6-Aug-02 4:14 
AnswerRe: How to : let system collect the memory that has already been freed by application Pin
Chris Losinger6-Aug-02 7:12
professionalChris Losinger6-Aug-02 7:12 
AnswerRe: How to : let system collect the memory that has already been freed by application Pin
Ravi Bhavnani6-Aug-02 7:35
professionalRavi Bhavnani6-Aug-02 7:35 
GeneralProblem with extern and linkage Pin
Janine6-Aug-02 2:50
Janine6-Aug-02 2:50 
GeneralRe: Problem with extern and linkage Pin
Joaquín M López Muñoz6-Aug-02 2:53
Joaquín M López Muñoz6-Aug-02 2:53 
GeneralRe: Problem with extern and linkage Pin
Janine6-Aug-02 3:51
Janine6-Aug-02 3:51 
Generalread and write undifined bit data problem Pin
Anonymous6-Aug-02 1:37
Anonymous6-Aug-02 1:37 
GeneralRe: read and write undifined bit data problem Pin
Joaquín M López Muñoz6-Aug-02 2:20
Joaquín M López Muñoz6-Aug-02 2:20 
GeneralRegistering a 'DLL' Pin
RChin6-Aug-02 1:29
RChin6-Aug-02 1:29 
GeneralRe: Registering a 'DLL' Pin
Tomasz Sowinski6-Aug-02 1:41
Tomasz Sowinski6-Aug-02 1:41 
GeneralRe: Registering a 'DLL' Pin
RChin6-Aug-02 1:50
RChin6-Aug-02 1:50 
GeneralRe: Registering a 'DLL' Pin
Joel Lucsy6-Aug-02 3:05
Joel Lucsy6-Aug-02 3:05 

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.