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