A bunch of afx.h errors after moving to vc express

  • Thread starter Thread starter Efi Merdler
  • Start date Start date
E

Efi Merdler

Hello,
I developed my previous project (an MFC project with managed
extensions) on VC.NET standard edition, it took some time to configure
it but eventually it worked.

Now I'm configuring a new machine with VC express.
1.I installed SP 1.
2. I copied the project to this new machine.
3. I followed the tutorial on configuring the SDK, i.e
3.1 Changed the build paths (LIB, etc...)
3.2 Changed corewin_express.vsprops.

When compiling my new project I get a lot of errors in afx.h, for
example :
afx.h(1171) : error C2143: syntax error : missing '}' before 'generic'
afx.h(1178) : error C2143: syntax error : missing ';' before '}'
....

Why ?

Thanks,
Efi
 
Why ?
As far as I know, Visual C++ Express is not compatible with (and cannot
use) MFC. If you want MFC you will need to purchase Visual Studio
standard/advanced/whatever.
 
As far as I know, Visual C++ Express is not compatible with (and cannot
use) MFC. If you want MFC you will need to purchase Visual Studio
standard/advanced/whatever.

Its compatible, but MFC and ATL are simply not included with VC express.

--

Kind regards,
Bruno van Dooren
(e-mail address removed)
Remove only "_nos_pam"
 
Bruno said:
Its compatible, but MFC and ATL are simply not included with VC express.

--

Kind regards,
Bruno van Dooren
(e-mail address removed)
Remove only "_nos_pam"

Hi,
Thanks.

But by installing the SDK doesn't it also install MFC ?

Efi
 
Back
Top