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

C / C++ / MFC

 
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 
Hi,

I'm using a library and I need to redirect function calls in that library. What I mean is that in the library, there are calls to a function and I want the calls to be calls of another function. The problem is that I can't include that file, where those new functions are to the library and I can't modify that library very much.

So, I'm using extern and define in the files of the library to solve the problem and I'm able to make the library without compilation/linking errors. The problem is how to link/compile/include the library with my application? Now I keep getting LNK2001 errors telling me that the library doesn't find the definitions of those functions. I'm using makefile and in there I have linked the object file that contains the new functions to be used and also the library. That is apparently not enough. I even tried putting the object file before the library when linking.

-Janetta

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 
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 

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.