01-05-2016, 12:43 PM
I have set the File Version.cpp...
From...
#include "stdH.h"
#include <Engine/Base/Types.h>
UINT g_uiEngineVersion = 1;
// 1 ~ 9999 : normal
// 10000 ~ ... : test
To the Version of the Client Files...
#include "stdH.h"
#include <Engine/Base/Types.h>
UINT g_uiEngineVersion = 10491;
// 1 ~ 9999 : normal
// 10000 ~ ... : test
I hope the UINT means the Version as maximaled allowed Version with the Engine.dll...
Thank you very much
If its right so then this Post is solved

