Click here to Skip to main content
16,013,642 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: I try again... Pin
Christian Graus4-Feb-02 21:35
protectorChristian Graus4-Feb-02 21:35 
GeneralRe: I try again... Pin
Rickard Andersson204-Feb-02 22:53
Rickard Andersson204-Feb-02 22:53 
GeneralRe: I try again... Pin
Christian Graus4-Feb-02 23:03
protectorChristian Graus4-Feb-02 23:03 
GeneralRe: I try again... Pin
Rickard Andersson204-Feb-02 23:18
Rickard Andersson204-Feb-02 23:18 
GeneralRe: I try again... Pin
Christian Graus4-Feb-02 23:23
protectorChristian Graus4-Feb-02 23:23 
GeneralRe: I try again... Pin
Jon Hulatt4-Feb-02 23:19
Jon Hulatt4-Feb-02 23:19 
QuestionClass member inlining...??? Pin
alex.barylski4-Feb-02 21:15
alex.barylski4-Feb-02 21:15 
AnswerRe: Class member inlining...??? Pin
Joaquín M López Muñoz4-Feb-02 21:31
Joaquín M López Muñoz4-Feb-02 21:31 
It is up to the compiler to decide which inlineable functions to inline, and you can do little in general to prevent this, except of course define the function outside the class declaration (and without the inline keyword). Even then, the compiler is free to inline some calls when it feels like doing it (eg., in the same compilation unit).
What strikes me is that your class wizard is not able to "see" functions unless defined in line... It shouldn't be so, take a look at some automatically generated member function (which in general are not defined inline) and try to replicate the syntax for your new member functions.

Joaquín M López Muñoz
Telefónica, Investigación y Desarrollo
GeneralRe: Class member inlining...??? Pin
alex.barylski4-Feb-02 21:45
alex.barylski4-Feb-02 21:45 
AnswerRe: Class member inlining...??? Pin
Rickard Andersson204-Feb-02 23:07
Rickard Andersson204-Feb-02 23:07 
GeneralRe: Class member inlining...??? Pin
Christian Graus4-Feb-02 23:26
protectorChristian Graus4-Feb-02 23:26 
GeneralRe: Class member inlining...??? Pin
alex.barylski4-Feb-02 23:51
alex.barylski4-Feb-02 23:51 
AnswerRe: Class member inlining...??? Pin
5-Feb-02 5:44
suss5-Feb-02 5:44 
AnswerRe: Class member inlining...??? Pin
Andreas Saurwein5-Feb-02 6:07
Andreas Saurwein5-Feb-02 6:07 
GeneralRe: Class member inlining...??? Pin
alex.barylski5-Feb-02 10:58
alex.barylski5-Feb-02 10:58 
AnswerRe: Class member inlining...??? Pin
Nemanja Trifunovic5-Feb-02 6:22
Nemanja Trifunovic5-Feb-02 6:22 
GeneralRe: Class member inlining...??? Pin
alex.barylski5-Feb-02 9:57
alex.barylski5-Feb-02 9:57 
GeneralHeap try/catch technique Pin
alex.barylski4-Feb-02 21:09
alex.barylski4-Feb-02 21:09 
GeneralRe: Heap try/catch technique Pin
Joaquín M López Muñoz4-Feb-02 21:36
Joaquín M López Muñoz4-Feb-02 21:36 
GeneralRe: Heap try/catch technique Pin
alex.barylski4-Feb-02 21:40
alex.barylski4-Feb-02 21:40 
GeneralRe: Heap try/catch technique Pin
Joaquín M López Muñoz4-Feb-02 22:01
Joaquín M López Muñoz4-Feb-02 22:01 
GeneralA problem with "find" operations in an application with CHtmlView Pin
AVR4-Feb-02 20:53
AVR4-Feb-02 20:53 
Generalwhen the owner window of caret is inactive Pin
AnonymousBabe@usa.net4-Feb-02 20:21
AnonymousBabe@usa.net4-Feb-02 20:21 
GeneralRe: when the owner window of caret is inactive Pin
alex.barylski4-Feb-02 20:45
alex.barylski4-Feb-02 20:45 
GeneralRe: when the owner window of caret is inactive Pin
AnonymousBabe@usa.net5-Feb-02 13:57
AnonymousBabe@usa.net5-Feb-02 13:57 

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.