Click here to Skip to main content
15,917,702 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: My application causing an assert in viewcore.cpp Pin
Raghunandan S14-Jul-04 15:33
Raghunandan S14-Jul-04 15:33 
Generalvoice proplem Pin
mvnevis14-Jul-04 3:26
mvnevis14-Jul-04 3:26 
GeneralTo Add Help to an MFC Pin
camcambala14-Jul-04 3:09
camcambala14-Jul-04 3:09 
GeneralRe: To Add Help to an MFC Pin
BlackDice14-Jul-04 8:07
BlackDice14-Jul-04 8:07 
GeneralUNC paths and CStdioFile Pin
pranavamhari14-Jul-04 2:51
pranavamhari14-Jul-04 2:51 
Questionhow to established communiation between two active X control? Pin
Abhi Lahare14-Jul-04 1:58
Abhi Lahare14-Jul-04 1:58 
GeneralCPU Usage Pin
r i s h a b h s14-Jul-04 1:58
r i s h a b h s14-Jul-04 1:58 
GeneralRe: CPU Usage Pin
ThatsAlok14-Jul-04 2:15
ThatsAlok14-Jul-04 2:15 
GeneralRe: CPU Usage Pin
David Crow14-Jul-04 2:31
David Crow14-Jul-04 2:31 
GeneralRe: CPU Usage Pin
r i s h a b h s14-Jul-04 17:51
r i s h a b h s14-Jul-04 17:51 
GeneralFlash, IE and Click message... Pin
Alex Getman14-Jul-04 1:33
Alex Getman14-Jul-04 1:33 
GeneralRe: Flash, IE and Click message... Pin
john john mackey14-Jul-04 3:37
john john mackey14-Jul-04 3:37 
GeneralRe: Flash, IE and Click message... Pin
Alex Getman14-Jul-04 3:56
Alex Getman14-Jul-04 3:56 
GeneralLoad Bitmap from a specified path Pin
S.DARWIN PAUL RAJ14-Jul-04 0:54
S.DARWIN PAUL RAJ14-Jul-04 0:54 
GeneralRe: Load Bitmap from a specified path Pin
ThatsAlok14-Jul-04 1:06
ThatsAlok14-Jul-04 1:06 
GeneralRe: Load Bitmap from a specified path Pin
S.DARWIN PAUL RAJ14-Jul-04 2:28
S.DARWIN PAUL RAJ14-Jul-04 2:28 
GeneralRe: Load Bitmap from a specified path Pin
David Crow14-Jul-04 2:38
David Crow14-Jul-04 2:38 
Generalmail through outlook Pin
nazerudeen13-Jul-04 23:53
nazerudeen13-Jul-04 23:53 
GeneralRe: mail through outlook Pin
Antony M Kancidrowski14-Jul-04 0:31
Antony M Kancidrowski14-Jul-04 0:31 
GeneralUTF8 to Unicode conversion Pin
Sivaji13-Jul-04 23:25
Sivaji13-Jul-04 23:25 
GeneralMy main .cpp file is getting too big Pin
sweep12313-Jul-04 22:58
sweep12313-Jul-04 22:58 
My main .cpp file is getting too big.

I tried to create a new file to place all new functions to the main class, but then run into compiler errors.

Are they a simple way of splitting up a large file into several smaller files and not running into the mess as to what headers to include.

I thought that Visual Studio would have managed this when I add new funtions (via the IDE) but No!

Typical error

c:\My_Example\My_ExampleDlg.h(42): error C2065: 'IDD_MY_EXAMPLE_DIALOG' : undeclared identifier

But when I place all the functions into a single file all is OK.


GeneralRe: My main .cpp file is getting too big Pin
ThatsAlok13-Jul-04 23:08
ThatsAlok13-Jul-04 23:08 
GeneralRe: My main .cpp file is getting too big Pin
sweep12313-Jul-04 23:42
sweep12313-Jul-04 23:42 
GeneralRe: My main .cpp file is getting too big Pin
ThatsAlok14-Jul-04 0:42
ThatsAlok14-Jul-04 0:42 
GeneralRe: My main .cpp file is getting too big Pin
sweep12314-Jul-04 1:39
sweep12314-Jul-04 1:39 

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.