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

C / C++ / MFC

 
GeneralRe: Focus Problem Pin
29-Aug-01 14:34
suss29-Aug-01 14:34 
GeneralFinding address Pin
cyrilbdt29-Aug-01 7:40
cyrilbdt29-Aug-01 7:40 
GeneralRe: Finding address Pin
Derek Waters29-Aug-01 13:31
Derek Waters29-Aug-01 13:31 
GeneralRe: Finding address Pin
29-Aug-01 13:43
suss29-Aug-01 13:43 
GeneralWindows Explorer File Properties- ATL Pin
Lilian Chan-Grant29-Aug-01 6:42
Lilian Chan-Grant29-Aug-01 6:42 
GeneralRe: Windows Explorer File Properties- ATL Pin
Tomasz Sowinski29-Aug-01 8:49
Tomasz Sowinski29-Aug-01 8:49 
GeneralRe: Windows Explorer File Properties- ATL Pin
30-Aug-01 8:47
suss30-Aug-01 8:47 
QuestionUsing .lib - How? Pin
29-Aug-01 6:06
suss29-Aug-01 6:06 
Hi,

could anyone help me to understand how IDE of VC++ works for linking?
I've developed some control, which resides in two files : "dummycontrol.h" and "dummycontrol.cpp".
Now I need to use it in another project. I want it to be like all other libraries, i.e. I want to just write "include "dummycontrol.h"" in cpp file of the other project, and linker will pick it up automatically.

I've created dummycontrol.lib, and put into IDE path to that directory. In that another project I've put that include line, but during linking I've got error "unresolvable sybmbol __dummycontrol::dummycontrol() etc". I was able to link only when I explicitly put full path to the module on project's link page in "Object/library modules" list.

What I'm doing wrong or where is RTFM?

Thanks a lot!


SY-
Kosta.
AnswerRe: Using .lib - How? Pin
Tomasz Sowinski29-Aug-01 8:30
Tomasz Sowinski29-Aug-01 8:30 
GeneralRe: Using .lib - How? Pin
29-Aug-01 10:24
suss29-Aug-01 10:24 
GeneralRe: Using .lib - How? Pin
29-Aug-01 10:24
suss29-Aug-01 10:24 
GeneralRe: Using .lib - How? Pin
Tomasz Sowinski29-Aug-01 10:28
Tomasz Sowinski29-Aug-01 10:28 
GeneralRe: Using .lib - How? Pin
29-Aug-01 11:04
suss29-Aug-01 11:04 
AnswerRe: Using .lib - How? Pin
Giles29-Aug-01 8:59
Giles29-Aug-01 8:59 
GeneralTwo active windows at the same time Pin
Huong29-Aug-01 5:38
Huong29-Aug-01 5:38 
QuestionWhat means "container" on a LAN? Pin
Maer72729-Aug-01 5:37
Maer72729-Aug-01 5:37 
AnswerRe: What means Pin
Paolo Messina29-Aug-01 12:52
professionalPaolo Messina29-Aug-01 12:52 
GeneralRe: What means Pin
Maer72729-Aug-01 21:54
Maer72729-Aug-01 21:54 
GeneralRe: What means Pin
Paolo Messina29-Aug-01 23:19
professionalPaolo Messina29-Aug-01 23:19 
GeneralRe: What means Pin
Maer72730-Aug-01 2:47
Maer72730-Aug-01 2:47 
GeneralRe: What means Pin
Paolo Messina30-Aug-01 23:15
professionalPaolo Messina30-Aug-01 23:15 
GeneralRe: What means Pin
Maer72731-Aug-01 2:09
Maer72731-Aug-01 2:09 
GeneralRe: What means Pin
Paolo Messina31-Aug-01 6:18
professionalPaolo Messina31-Aug-01 6:18 
GeneralRe: What means Pin
Maer72731-Aug-01 17:25
Maer72731-Aug-01 17:25 
GeneralRe: What means Pin
Paolo Messina1-Sep-01 0:46
professionalPaolo Messina1-Sep-01 0:46 

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.