Click here to Skip to main content
15,881,173 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: want to add picture in dialog box Pin
Iain Clarke, Warrior Programmer17-Sep-07 5:27
Iain Clarke, Warrior Programmer17-Sep-07 5:27 
GeneralRe: want to add picture in dialog box Pin
Hamid_RT18-Sep-07 2:48
Hamid_RT18-Sep-07 2:48 
GeneralRe: want to add picture in dialog box Pin
Dhiraj kumar Saini18-Sep-07 3:24
Dhiraj kumar Saini18-Sep-07 3:24 
GeneralRe: want to add picture in dialog box Pin
Hamid_RT18-Sep-07 19:35
Hamid_RT18-Sep-07 19:35 
Questioninserting checkbox in multicolumn ClistCtrl and set width of columns Pin
Dhiraj kumar Saini16-Sep-07 23:40
Dhiraj kumar Saini16-Sep-07 23:40 
AnswerRe: inserting checkbox in multicolumn ClistCtrl and set width of columns Pin
Sreedhar DV17-Sep-07 1:31
Sreedhar DV17-Sep-07 1:31 
AnswerRe: inserting checkbox in multicolumn ClistCtrl and set width of columns Pin
Hamid_RT17-Sep-07 2:04
Hamid_RT17-Sep-07 2:04 
Questioninline or not inline...this is the problem Pin
Russell'16-Sep-07 23:34
Russell'16-Sep-07 23:34 
Does anybody know why inline keyword isn't always understanded from the compiler/linker?
I like to use inline as often as possible (to all the member functions!!), but sometimes it gives me a linker error (function not found) so I cut it:

in file.h
inline double foo(...);


and in file.cpp
inline double foo(...){
..
}



then it works!!!OMG | :OMG: WTF | :WTF: WTF | :WTF: OMG | :OMG:

Does this happens only to me?

(I'm using VS 2003 .NET, and 2002)






Russell

GeneralRe: inline or not inline...this is the problem Pin
Matthew Faithfull17-Sep-07 0:09
Matthew Faithfull17-Sep-07 0:09 
GeneralRe: inline or not inline...this is the problem Pin
Russell'17-Sep-07 0:34
Russell'17-Sep-07 0:34 
GeneralRe: inline or not inline...this is the problem Pin
Chris Losinger17-Sep-07 3:26
professionalChris Losinger17-Sep-07 3:26 
GeneralRe: inline or not inline...this is the problem Pin
Russell'17-Sep-07 3:45
Russell'17-Sep-07 3:45 
AnswerRe: inline or not inline...this is the problem Pin
KarstenK17-Sep-07 0:12
mveKarstenK17-Sep-07 0:12 
AnswerRe: inline or not inline...this is the problem Pin
Maximilien17-Sep-07 1:40
Maximilien17-Sep-07 1:40 
AnswerRe: inline or not inline...this is the problem Pin
Nemanja Trifunovic17-Sep-07 3:48
Nemanja Trifunovic17-Sep-07 3:48 
QuestionDialog bar buttons disabled state. Pin
shivditya16-Sep-07 23:27
shivditya16-Sep-07 23:27 
AnswerRe: Dialog bar buttons disabled state. Pin
James R. Twine17-Sep-07 3:11
James R. Twine17-Sep-07 3:11 
GeneralRe: Dialog bar buttons disabled state. Pin
shivditya17-Sep-07 17:51
shivditya17-Sep-07 17:51 
Questionerror Pin
Maynka16-Sep-07 23:22
Maynka16-Sep-07 23:22 
AnswerRe: error Pin
Programm3r17-Sep-07 1:15
Programm3r17-Sep-07 1:15 
QuestionDrop Thunderbird E-Mail into MFC Application Pin
baerten16-Sep-07 23:02
baerten16-Sep-07 23:02 
AnswerRe: Drop Thunderbird E-Mail into MFC Application Pin
_AnsHUMAN_ 16-Sep-07 23:31
_AnsHUMAN_ 16-Sep-07 23:31 
GeneralRe: Drop Thunderbird E-Mail into MFC Application Pin
baerten17-Sep-07 0:12
baerten17-Sep-07 0:12 
AnswerRe: Drop Thunderbird E-Mail into MFC Application Pin
James R. Twine17-Sep-07 3:15
James R. Twine17-Sep-07 3:15 
GeneralRe: Drop Thunderbird E-Mail into MFC Application Pin
baerten17-Sep-07 3:22
baerten17-Sep-07 3:22 

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.