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

C / C++ / MFC

 
GeneralBitmap constructor Pin
devvvy3-Aug-03 19:47
devvvy3-Aug-03 19:47 
GeneralLooking for graphics app shell Pin
Ken Turkowki3-Aug-03 19:45
Ken Turkowki3-Aug-03 19:45 
GeneralRe: Looking for graphics app shell Pin
Andrew Walker4-Aug-03 1:53
Andrew Walker4-Aug-03 1:53 
GeneralRetrieving LAN ipaddress range programmatically Pin
haritadala3-Aug-03 19:04
haritadala3-Aug-03 19:04 
GeneralRe: Retrieving LAN ipaddress range programmatically Pin
geo_m3-Aug-03 21:16
geo_m3-Aug-03 21:16 
GeneralCreate Header & Source Files Pin
yitzhak3-Aug-03 18:46
yitzhak3-Aug-03 18:46 
GeneralRe: Create Header & Source Files Pin
Frank K3-Aug-03 19:52
Frank K3-Aug-03 19:52 
GeneralRe: Create Header & Source Files Pin
Toni783-Aug-03 19:54
Toni783-Aug-03 19:54 
If you plan not to change the cpp file then you can compile it and create a lib file out of it. After that, if you have a location where you place your header files, you need to include it in the options by doing the following:
1. Click on Tools->Options
2. Click on the tab Directories
3. Where it says "Show directories for:" select Include files.
4. Click on the first button (it has a square) that is next to the field Directories: (or just double click on the field).
5. Add the headers' file location.

The same thing can be done for the lib files. You also have to add the lib file in the linker's options.


// Afterall, I realized that even my comment lines have bugs

When one cannot invent, one must at least improve (in bed).-My latest fortune cookie
GeneralVC++ method to get List of Pluggins installed Pin
RaajaOfSelf3-Aug-03 18:43
RaajaOfSelf3-Aug-03 18:43 
GeneralXML access Pin
deanoA3-Aug-03 17:31
deanoA3-Aug-03 17:31 
GeneralRe: XML access Pin
Ravi Bhavnani3-Aug-03 19:40
professionalRavi Bhavnani3-Aug-03 19:40 
QuestionWhy there are memory leaks? Pin
EastDragon3-Aug-03 16:48
EastDragon3-Aug-03 16:48 
AnswerRe: Why there are memory leaks? Pin
Brian Shifrin3-Aug-03 17:05
Brian Shifrin3-Aug-03 17:05 
AnswerRe: Why there are memory leaks? Pin
Joe Woodbury3-Aug-03 22:14
professionalJoe Woodbury3-Aug-03 22:14 
GeneralOverriding "Window | Close All" Pin
Ravi Bhavnani3-Aug-03 16:39
professionalRavi Bhavnani3-Aug-03 16:39 
GeneralRe: Overriding "Window | Close All" Pin
Neville Franks4-Aug-03 0:26
Neville Franks4-Aug-03 0:26 
GeneralRe: Overriding "Window | Close All" Pin
Ravi Bhavnani4-Aug-03 3:27
professionalRavi Bhavnani4-Aug-03 3:27 
GeneralRe: Overriding "Window | Close All" Pin
Neville Franks4-Aug-03 3:35
Neville Franks4-Aug-03 3:35 
GeneralRe: Overriding "Window | Close All" Pin
Ravi Bhavnani5-Aug-03 1:27
professionalRavi Bhavnani5-Aug-03 1:27 
Generalreseditor Pin
devvvy3-Aug-03 16:28
devvvy3-Aug-03 16:28 
QuestionChange wallpaper & Active Desktop ? Pin
blueinred3-Aug-03 16:13
blueinred3-Aug-03 16:13 
AnswerRe: Change wallpaper & Active Desktop ? Pin
zeki yugnak4-Aug-03 3:18
zeki yugnak4-Aug-03 3:18 
GeneralRe: Change wallpaper & Active Desktop ? Pin
zeki yugnak4-Aug-03 3:20
zeki yugnak4-Aug-03 3:20 
GeneralUnable to format text in a RichEdit, not using MFC Pin
Aidman3-Aug-03 10:49
Aidman3-Aug-03 10:49 
Generalfound the problem Pin
Aidman3-Aug-03 12:58
Aidman3-Aug-03 12:58 

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.