S
S
Sencis2018-07-17 17:26:43
User interface
Sencis, 2018-07-17 17:26:43

Creating a UI without using .NET?

There is a small C++ project that uses multithreading from C++11 (Thread class) needs to be made into a UI interface for it (in Visual Studio IDE), however Windows Form refuses to work without CLR and CLR refuses to work with Thread class. Is it possible to create a UI without using a form, or somehow make the form work?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
ApeCoder, 2018-07-17
@Userpc0101

You need to use some GUI library:
WTL, MFC, QT, WxWidgets

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question