Click here to Skip to main content
16,007,085 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
Maybe you're misxing C and C++ styles of linking. Make sure the portion of library using the external function and the object code providing it are the same language. You can also use extern "C" in both parts if the languages are different.

Joaquín M López Muñoz
Telefónica, Investigación y Desarrollo
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 
GeneralRe: Registering a 'DLL' Pin
RChin6-Aug-02 3:13
RChin6-Aug-02 3:13 
GeneralADO exception problem Pin
unknown soldier6-Aug-02 1:17
unknown soldier6-Aug-02 1:17 
GeneralRe: ADO exception problem Pin
RChin6-Aug-02 1:36
RChin6-Aug-02 1:36 
GeneralRe: ADO exception problem Pin
unknown soldier6-Aug-02 2:11
unknown soldier6-Aug-02 2:11 
GeneralRe: ADO exception problem Pin
RChin6-Aug-02 4:04
RChin6-Aug-02 4:04 
GeneralRe: ADO exception problem Pin
Le centriste6-Aug-02 3:25
Le centriste6-Aug-02 3:25 
GeneralGet Item of stringtable Pin
silverspoon6-Aug-02 1:00
silverspoon6-Aug-02 1:00 
GeneralRe: Get Item of stringtable Pin
Joaquín M López Muñoz6-Aug-02 1:04
Joaquín M López Muñoz6-Aug-02 1:04 
GeneralRe: Get Item of stringtable Pin
Tomasz Sowinski6-Aug-02 1:08
Tomasz Sowinski6-Aug-02 1:08 
GeneralRe: Get Item of stringtable Pin
silverspoon6-Aug-02 1:16
silverspoon6-Aug-02 1:16 

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.