CreateWindow() in headless app

时间:2015-11-12 12:02:03

标签: c++ sockets raspberry-pi2 windows-10-iot-core

I've created a headless app (Win32 project actually) targeting ARM - RaspberryPi2 with Windows 10 IoT on it. I need to create Async socket and a helper window for messages. But unfortunately CreateWindow() fails and GetLastError returns zero - that's probably caused because there are no active screens on RPi. Is there any workaround?

0 个答案:

没有答案