hi every one.
can some one please tell me steps to make an MFC application in vc2008? showing a blank window.

thanx in advance

Recommended Answers

All 5 Replies

You can not do it with the Express version because it does not support MFC. Other versions have a wizzard that does it for you.

i have a professional edition of vc 2008

Then just create a new project and select MFC application.

i gone to
file->new->project
the i click on MFC and then select
MFC Application
and then i click finish.
After that i run the project but it is giving me a linking error.

1>LINK : fatal error LNK1000: Internal error during IncrBuildImage


the whole error info is


1>LINK : fatal error LNK1000: Internal error during IncrBuildImage
1> Version 9.00.21022.08
1> ExceptionCode = C0000005
1> ExceptionFlags = 00000000
1> ExceptionAddress = 0032FCF7 (002B0000) "c:\Microsoft Visual Studio 9.0\VC\bin\link.exe"
1> NumberParameters = 00000002
1> ExceptionInformation[ 0] = 00000000
1> ExceptionInformation[ 1] = 0110D670
1>CONTEXT:
1> Eax = 40136D2C Esp = 0024F004
1> Ebx = 40008168 Ebp = 0024F02C
1> Ecx = 0110D670 Esi = 40136BBC
1> Edx = 0024F01C Edi = 002BD6C0
1> Eip = 0032FCF7 EFlags = 00010246
1> SegCs = 0000001B SegDs = 00000023
1> SegSs = 00000023 SegEs = 00000023
1> SegFs = 0000003B SegGs = 00000000
1> Dr0 = 00000000 Dr3 = 00000000
1> Dr1 = 00000000 Dr6 = 00000000
1> Dr2 = 00000000 Dr7 = 00000000
1>Build log was saved at "file://e:\Users\adnan\Documents\Visual Studio 2008\Projects\adnan6\adnan6\Debug\BuildLog.htm"
1>adnan6 - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

What version of Windows are you running? I don't have the Pro version of that compiler, but Express version does that once in awhile too. When that happens I just do a rebuild all and it compiles ok. I'm running Win7.

Here is a good thread you might want to read about the same problem, and gives a link to Microsoft site where you can report the problem.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.