Compiling and Testing a C++ Application |
Follow these steps to integrate a C++ application with Thinfinity VirtualUI:
1. Open Visual Studio.
2. Open the application's project.
3. Add the path to the VirtualUI library in the 'Include Directories' field, which can be found in the main menu under Project - Properties - Configuration Properties - VC++ Directories). 4. Add Thinfinity.VirtualUI.cpp to the Source Files.
5. Add Thinfinity.VirtualUI.h to the Header Files.
6. Include Thinfinity.VirtualUI.h in the application`s cpp:
#include "Thinfinity.VirtualUI.h"
7. Create a VirtualUI instance of the program and start it.
8. Compile the program and run it.
9. Alternatively, choose to not show the message and observe on the Windows Tray Bar that the Thinfinity VirtualUI Development Server icon will appear.
10. Right-click on the icon, and after that click on the 'Open Web Browser' menu.
A Web browser window will open and your application will be running inside.
11. Click on the 'Server Manager' menu to access the Development Server Manager.
Read more:
|