03-08-2019, 08:51 AM
I have created an empty project from scratch with XE6.
I needed to add
#include <tchar.h>
to have the correct WinMain definitions, setting _TCHAR is not needed.
If i compile with packages then i get the same result as you.
But if i compile with static libraries i get an exception: No server controller is defined !!!
I needed to add
#include <tchar.h>
to have the correct WinMain definitions, setting _TCHAR is not needed.
If i compile with packages then i get the same result as you.
But if i compile with static libraries i get an exception: No server controller is defined !!!