c++ - unknown type name namespace in xcode (Awesomium) -


why xcode insist on "unknown type name 'namespace'" in c++ header ?!!

bascially trying use "awesomium" http://awesomium.com/ sdk in mac application , keep getting

"unknown type name 'namespace" in hearder files

#ifndef __keyboardcodes_h__ #define __keyboardcodes_h__  namespace awesomium { 

any ideas?

if wish use awesomium objective-c, need use ansi c api instead. more information: http://support.awesomium.com/kb/wrappers-integration/ansi-c-api

if have other questions, please drop line in our support forum: http://support.awesomium.com


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -