Click here to Skip to main content
15,920,468 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: C++ -> Camera project, (mjpeg, jpeg to avi ... ?) Pin
Andrew Walker3-May-04 0:14
Andrew Walker3-May-04 0:14 
GeneralRe: C++ -> Camera project, (mjpeg, jpeg to avi ... ?) Pin
Qualvis3-May-04 1:39
Qualvis3-May-04 1:39 
GeneralRe: C++ -> Camera project, (mjpeg, jpeg to avi ... ?) Pin
Andrew Walker3-May-04 1:46
Andrew Walker3-May-04 1:46 
GeneralRe: C++ -> Camera project, (mjpeg, jpeg to avi ... ?) Pin
Qualvis3-May-04 3:28
Qualvis3-May-04 3:28 
GeneralInvalidate() - Erasing background Pin
AJ1232-May-04 22:11
AJ1232-May-04 22:11 
GeneralRe: Invalidate() - Erasing background Pin
AJ1232-May-04 23:38
AJ1232-May-04 23:38 
QuestionHow to make a .lib ? Pin
Anonymous2-May-04 21:12
Anonymous2-May-04 21:12 
AnswerRe: How to make a .lib ? Pin
nguyenvhn2-May-04 23:17
nguyenvhn2-May-04 23:17 
if you are using Visual Studio, just try something bellow:

1. Select File -> New -> Projects -> Win32 Static Library
2. Specify Project Name and Location
3. Add all your files into project with command: Project -> Add to project -> Files
4. Make any setting that you need and build

In order to re-use library function:

1. Include headers which declare functions into file where you plan to use that functions
2. In project setting, at Link tab -> Object/ Library modules, type the path points to your lib file
3. Build

There is an easier way to re-use library function from lib file if you add that library project to your current project and set the dependency between them correctly (Project -> Dependencies)

Have fun.
GeneralRe: How to make a .lib ? Pin
Anonymous3-May-04 2:16
Anonymous3-May-04 2:16 
GeneralProblems with Mfc-Program: black screen Pin
Brennivin2-May-04 21:04
sussBrennivin2-May-04 21:04 
GeneralRe: Problems with Mfc-Program: black screen Pin
Alexander M.,3-May-04 1:54
Alexander M.,3-May-04 1:54 
GeneralRe: Problems with Mfc-Program: black screen Pin
Brennivin4-May-04 7:47
sussBrennivin4-May-04 7:47 
GeneralCreateRemoteThread for Win98 Pin
Kuldeep Bhatnagar2-May-04 20:47
Kuldeep Bhatnagar2-May-04 20:47 
GeneralRe: CreateRemoteThread for Win98 Pin
Hans Ruck3-May-04 0:22
Hans Ruck3-May-04 0:22 
GeneralRe: Help regrarding TrayIcons. Pin
Monty22-May-04 20:24
Monty22-May-04 20:24 
GeneralRe: Help regrarding TrayIcons. Pin
Michael Dunn2-May-04 20:31
sitebuilderMichael Dunn2-May-04 20:31 
GeneralRe: Help regrarding TrayIcons. Pin
Prakash Nadar3-May-04 2:15
Prakash Nadar3-May-04 2:15 
Generalsimple postfix decrement Pin
alex.barylski2-May-04 20:16
alex.barylski2-May-04 20:16 
GeneralRe: simple postfix decrement Pin
Michael Dunn2-May-04 20:29
sitebuilderMichael Dunn2-May-04 20:29 
GeneralRe: simple postfix decrement Pin
alex.barylski2-May-04 20:41
alex.barylski2-May-04 20:41 
GeneralRe: simple postfix decrement Pin
David Crow3-May-04 2:29
David Crow3-May-04 2:29 
GeneralRe: simple postfix decrement Pin
Prakash Nadar3-May-04 7:49
Prakash Nadar3-May-04 7:49 
GeneralRe: simple postfix decrement Pin
David Crow3-May-04 8:11
David Crow3-May-04 8:11 
GeneralRe: simple postfix decrement Pin
Maxwell Chen2-May-04 20:42
Maxwell Chen2-May-04 20:42 
GeneralHelp regrarding TrayIcons. Pin
Prakash Nadar2-May-04 19:59
Prakash Nadar2-May-04 19:59 

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.