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

C / C++ / MFC

 
GeneralRe: PostMessage Problem Pin
jmkhael23-Sep-02 0:41
jmkhael23-Sep-02 0:41 
GeneralRe: PostMessage Problem Pin
Andreas Saurwein23-Sep-02 2:40
Andreas Saurwein23-Sep-02 2:40 
GeneralRe: PostMessage Problem Pin
jmkhael23-Sep-02 2:47
jmkhael23-Sep-02 2:47 
GeneralRe: PostMessage Problem Pin
Andreas Saurwein23-Sep-02 3:03
Andreas Saurwein23-Sep-02 3:03 
GeneralRe: PostMessage Problem Pin
jmkhael23-Sep-02 3:58
jmkhael23-Sep-02 3:58 
GeneralFunction template and Fatal Error C1001 Pin
hierro22-Sep-02 21:47
hierro22-Sep-02 21:47 
GeneralRe: Function template and Fatal Error C1001 Pin
Anonymous22-Sep-02 22:38
Anonymous22-Sep-02 22:38 
GeneralRe: Function template and Fatal Error C1001 Pin
Mike Nordell23-Sep-02 8:40
Mike Nordell23-Sep-02 8:40 
That's not a function template, that's a member function template.

Yes, VC6 have serious problems and bugs when it comes to template handling. One of them is IIRC that member function templates must be both declared and defined within the class declaration.

One could argue that it's about time ObjectStore fixed their library to allow standard C++ operations (begin(), end(), assignment, ...), but I digress.
GeneralRe: Function template and Fatal Error C1001 Pin
hierro23-Sep-02 18:33
hierro23-Sep-02 18:33 
GeneralCreate Specific Bitmap using CreateBitmap() Pin
Chintan22-Sep-02 21:22
Chintan22-Sep-02 21:22 
GeneralRe: Create Specific Bitmap using CreateBitmap() Pin
567890123423-Sep-02 0:43
567890123423-Sep-02 0:43 
QuestionHow to release a project after finishing it Pin
bebe harhour22-Sep-02 21:09
bebe harhour22-Sep-02 21:09 
AnswerRe: How to release a project after finishing it Pin
Brad Jennings22-Sep-02 21:20
Brad Jennings22-Sep-02 21:20 
GeneralHeader file question Pin
stevenson22-Sep-02 20:54
stevenson22-Sep-02 20:54 
GeneralRe: Header file question Pin
Brad Jennings22-Sep-02 21:05
Brad Jennings22-Sep-02 21:05 
GeneralRe: Header file question Pin
stevenson22-Sep-02 21:41
stevenson22-Sep-02 21:41 
GeneralHELP: MFC prog. on a PocketPC with only 256 colors! Pin
Daniel Strigl22-Sep-02 20:21
Daniel Strigl22-Sep-02 20:21 
GeneralWindow background Pin
suresh_sathya22-Sep-02 18:58
suresh_sathya22-Sep-02 18:58 
GeneralRe: Window background Pin
Stephane Rodriguez.22-Sep-02 20:29
Stephane Rodriguez.22-Sep-02 20:29 
GeneralHTML Syntax Hilighting Pin
Alex Cramer22-Sep-02 18:31
Alex Cramer22-Sep-02 18:31 
GeneralRe: HTML Syntax Hilighting Pin
dabs23-Sep-02 0:04
dabs23-Sep-02 0:04 
GeneralRe: HTML Syntax Hilighting Pin
Alex Cramer23-Sep-02 15:31
Alex Cramer23-Sep-02 15:31 
GeneralRe: HTML Syntax Hilighting Pin
Alex Cramer23-Sep-02 15:37
Alex Cramer23-Sep-02 15:37 
GeneralRe: HTML Syntax Hilighting Pin
Alex Cramer23-Sep-02 16:39
Alex Cramer23-Sep-02 16:39 
GeneralAdding a Node to a XML file Pin
Gilfrog22-Sep-02 16:12
Gilfrog22-Sep-02 16:12 

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.