-
|
During the app startup, I'm trying to run an external process and perform some changes in the MainWindow after the process has exited This, however, throws a 0x8001010E (RPC_E_WRONG_THREAD) error. seem to fail with either "Object reference not set to an instance of an object" or no window is created errors even if called from the window object itself. Is there a correct way to handle this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
|
Beta Was this translation helpful? Give feedback.
CoreApplication/CoreWindow/aka. UWPis not supported by windowsappsdk.Only
Win32is supported.