Native Client Google + VS 2008
Народ кто то пытался работать в такой связке. Если да то подскажите как настроить студию что бы можно было работать. Сдк установлено и работает!!!
Ман говорит:
Current limitations
Native Client currently has the following limitations:
no direct IDE integration (see debugging options)
no support for hardware exceptions
no support for process creation / subprocesses
no support for raw TCP/UDP sockets (analogus versions—websockets for TCP and peer connect for UDP—are in the works and will be available soon)
no support for synchronous (blocking) I/O
no support for query to available memory
inline assembly must be compatible with the Native Client validator (you can use the ncval utility in the SDK to check)
Pepper API calls (described below) must come from the main thread
Цитата:
Current limitations
Native Client currently has the following limitations:
no direct IDE integration (see debugging options)
no support for hardware exceptions
no support for process creation / subprocesses
no support for raw TCP/UDP sockets (analogus versions—websockets for TCP and peer connect for UDP—are in the works and will be available soon)
no support for synchronous (blocking) I/O
no support for query to available memory
inline assembly must be compatible with the Native Client validator (you can use the ncval utility in the SDK to check)
Pepper API calls (described below) must come from the main thread
Интересно, а как тогда программисты работают с данной технологией, что они используют?
Ну а вообще что тебе мешает создать пустой проект C++, указать необходимые пути инклудов и параметры сборки?
Или вообще создать свой шаблон проекта для студии?
Короче я так понял эта технология еще сыровата для использования!