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

C / C++ / MFC

 
AnswerRe: Progress Bar Pin
Hamid_RT12-May-06 0:47
Hamid_RT12-May-06 0:47 
GeneralRe: Progress Bar Pin
VinayCool12-May-06 0:56
VinayCool12-May-06 0:56 
AnswerRe: Progress Bar Pin
Hamid_RT12-May-06 1:07
Hamid_RT12-May-06 1:07 
GeneralRe: Progress Bar Pin
ThatsAlok12-May-06 3:08
ThatsAlok12-May-06 3:08 
AnswerRe: Progress Bar Pin
toxcct12-May-06 0:50
toxcct12-May-06 0:50 
GeneralRe: Progress Bar Pin
VinayCool12-May-06 1:06
VinayCool12-May-06 1:06 
GeneralRe: Progress Bar Pin
ThatsAlok12-May-06 3:08
ThatsAlok12-May-06 3:08 
Questioncode reuse without using a library Pin
Waleed Eissa12-May-06 0:40
Waleed Eissa12-May-06 0:40 
Hi, I know that might sound like a dumb question to you but I really don't know the answer, I have some classes that I use frequently in my projects, I have those classes in header files only, ie. all the code is in the header file, I have the path to those header files set in visual studio and I include them in my projects as normal using #include <myclasses.h>, this works perfectly, but now I'm having troubles adding a static member variable, it only works when I declare the static member variable in a .cpp file, so, I'm now trying to have the class definition in a header file and the implementation in a .cpp file, my question is how can I still include the header file and use the classes in my projects? is using a library the only option? I prefer not to use a library so that I can modify the code of the classes without having to recomplile the library, but is there a way to do that? I tried adding the path to the .cpp implmentation file under source files in visual studio options but no use it still gives me an unresolved external symbol error, it's mentioned in the documentation of visual studio that the source files are used for intellisense ... any ideas are appreciated

(a.k.a. Wal2k)
www.wal2k.com

AnswerRe: code reuse without using a library Pin
Justin Tay12-May-06 0:42
Justin Tay12-May-06 0:42 
GeneralRe: code reuse without using a library Pin
Waleed Eissa12-May-06 1:16
Waleed Eissa12-May-06 1:16 
AnswerRe: code reuse without using a library Pin
Waleed Eissa12-May-06 0:51
Waleed Eissa12-May-06 0:51 
GeneralRe: code reuse without using a library Pin
Cedric Moonen12-May-06 0:53
Cedric Moonen12-May-06 0:53 
GeneralRe: code reuse without using a library Pin
Waleed Eissa12-May-06 1:20
Waleed Eissa12-May-06 1:20 
GeneralRe: code reuse without using a library Pin
Cedric Moonen12-May-06 1:24
Cedric Moonen12-May-06 1:24 
GeneralRe: code reuse without using a library Pin
Waleed Eissa12-May-06 1:29
Waleed Eissa12-May-06 1:29 
QuestionDisabling files from File Browser Pin
Dennis Furlaneto12-May-06 0:40
Dennis Furlaneto12-May-06 0:40 
AnswerRe: Disabling files from File Browser Pin
ThatsAlok12-May-06 3:06
ThatsAlok12-May-06 3:06 
GeneralRe: Disabling files from File Browser Pin
Dennis Furlaneto12-May-06 4:47
Dennis Furlaneto12-May-06 4:47 
QuestionRe: Disabling files from File Browser Pin
David Crow12-May-06 4:23
David Crow12-May-06 4:23 
AnswerRe: Disabling files from File Browser Pin
Dennis Furlaneto12-May-06 4:49
Dennis Furlaneto12-May-06 4:49 
Questionowner drawn combobox Pin
chybin12-May-06 0:38
chybin12-May-06 0:38 
AnswerRe: owner drawn combobox Pin
Hamid_RT12-May-06 0:52
Hamid_RT12-May-06 0:52 
Questionimage files in database Pin
ali2121212121212112-May-06 0:34
ali2121212121212112-May-06 0:34 
QuestionRe: image files in database Pin
David Crow12-May-06 4:23
David Crow12-May-06 4:23 
AnswerRe: image files in database Pin
ali2121212121212113-May-06 8:58
ali2121212121212113-May-06 8: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.