chukong / SampleGame-FantasyWarrior3D

A 3D sample game powered by Cocos2d-x v3.8
397 stars 245 forks source link

VC 2012 express missing files when trying to compile #192

Closed meiry closed 9 years ago

meiry commented 10 years ago

im using VC 2012 express when trying to compile the PrebuiltRuntimeLua.exe im getting this errors:

..\ui\UIWebViewImpl-win32.cpp(30): fatal error C1083: Cannot open include file: 'atlbase.h': No such file or directory 5>game.rc(10): fatal error RC1015: cannot open include file 'afxres.h'.

i guess you are using the Full version of VC ++ not express

fusijie commented 10 years ago

Er... the Micosoft VisualStudio Express Edition which lacks some advanced features. One of them is the Advanced Template Library (atl).

fusijie commented 10 years ago

You can remove UIWebView support to cover this issue.

pls refer to https://github.com/cocos2d/cocos2d-x/pull/8743

fusijie commented 9 years ago

It's fixed now.