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

C / C++ / MFC

 
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 
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 
You can put the code that makes up you lib files into a new Win 32 Static or Dll lib project from the new project wizard. Then in the other workspace where you want to use the library, goto the Project menu -> Insert into Project Workspace, and select the .dsp file of the Static lib, remebering to make it a dependency of your new project.

All you have to do then is include the header files for you class\classes that you wish to use.

Hmmm, does this make sense? Hope it helps.

Giles
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 
Questionis this possible? Pin
29-Aug-01 5:11
suss29-Aug-01 5:11 
AnswerRe: is this possible? Pin
#realJSOP29-Aug-01 5:28
professional#realJSOP29-Aug-01 5:28 
AnswerRe: is this possible? Pin
MartinL29-Aug-01 7:15
MartinL29-Aug-01 7:15 
QuestionHow to initialize the follow parameter in "NETRESOURCE"? Pin
Maer72729-Aug-01 4:56
Maer72729-Aug-01 4:56 
AnswerRe: How to initialize the follow parameter in Pin
Paolo Messina29-Aug-01 12:43
professionalPaolo Messina29-Aug-01 12:43 
GeneralRe: How to initialize the follow parameter in Pin
Maer72729-Aug-01 21:35
Maer72729-Aug-01 21:35 

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.