kim42083 / webm

Automatically exported from code.google.com/p/webm
0 stars 0 forks source link

Compiling with Microsoft Visual C++ 2008 Express Version (No MFC) #345

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

When compiling using Microsoft Visual C++ 2008 Express the resource file failed 
to build as its looking for afxres.h which the Express version does not seem to 
have.

I fixed by:

1: replaced all afxres.h references with windows.h in all .rc files

2: also had to add the following def to webm\vp8encoder\resource.h:
#define IDC_STATIC              (-1)     // all static controls

Not sure how to make the compiler dynamically check if using the express 
version.  There probably is a DEF somewhere. If this can be added great :)

Thanks,

Nick

Original issue reported on code.google.com by thedim...@gmail.com on 7 Jul 2011 at 11:44

GoogleCodeExporter commented 9 years ago

Original comment by iss...@webmproject.org on 7 Jul 2011 at 11:50

GoogleCodeExporter commented 9 years ago

Original comment by johannko...@google.com on 7 Jul 2011 at 1:55

GoogleCodeExporter commented 9 years ago

Original comment by matthewj...@google.com on 3 Feb 2012 at 11:06

GoogleCodeExporter commented 9 years ago
Please reopen if this is still an issue.

Original comment by johannko...@google.com on 6 Nov 2014 at 1:34