Posts: 275
Threads: 10
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Sep 2013
Reputation:
0
20 hours ago, Andrein95 said:
How did you switched to vanilla xml? Wich kind of operation you did after open UITool?
/index.php?/profile/14423-nicolasg/&do=hovercard" data-mentionid="14423" href="/index.php?/profile/14423-nicolasg/" rel="">@nicolasg I'm using your same source and I can also build both configuration. Maybe I'm using UITool in wrong way..
Into which path did u put the tool? Also, are any of your xmls/texs encrypted by any chance? I have never worked with the UITool but I think those are the things that matter, there‘s nothing else I can think of that you could potentially to wrong
Posts: 150
Threads: 20
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: May 2021
Reputation:
0
4 minutes ago, Desarija said:
Into which path did u put the tool? Also, are any of your xmls/texs encrypted by any chance? I have never worked with the UITool but I think those are the things that matter, there‘s nothing else I can think of that you could potentially to wrong
I put into Bin Folder:
C:\LC\Client\Bin\UITool2010\UITool.exe
Posts: 150
Threads: 20
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: May 2021
Reputation:
0
/index.php?/profile/14423-nicolasg/&do=hovercard" data-mentionid="14423" href="/index.php?/profile/14423-nicolasg/" rel="">@nicolasg could you paste you preprocess directive for ENGINE project that you used for debug and release?
Posts: 280
Threads: 42
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Sep 2012
Reputation:
0
2 hours ago, Andrein95 said:
/index.php?/profile/14423-nicolasg/&do=hovercard" data-mentionid="14423" href="/index.php?/profile/14423-nicolasg/" rel="">@nicolasg could you paste you preprocess directive for ENGINE project that you used for debug and release?
U mean this?
/monthly_2022_05/image.jpeg.5811b5db6b1ccedd51b9963ae0b79a93.jpeg" />
C++
/I"./" /I"../" /I"../include" /I"../3rdparty/OpenAES/inc" /Zi /nologo /W3 /WX- /O2 /Ob1 /Oi /Ot /Oy- /D "UI_TOOL" /D "_CLIENT_" /D "_USE_32BIT_TIME_T" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "ENGINE_EXPORTS" /D "G_USA" /D "VER_TEST" /D "_CRT_SECURE_NO_WARNINGS" /D "_WINDLL" /D "_AFXDLL" /D "_VC80_UPGRADE=0x0600" /D "_MBCS" /Gm- /EHsc /MT /GS /Gy- /fp:precise /Zc:wchar_t /Zc:forScope /GR /Yu"StdH.h" /Fp"_Release_UITool2010\Engine.pch" /Fa"_Release_UITool2010\" /Fo"_Release_UITool2010\" /Fd"_Release_UITool2010\" /Gd /analyze- /errorReport:queue
Linker
/OUT:"\Bin\UITool2010\Engine.dll" /INCREMENTAL:NO /NOLOGO /LIBPATH:"..\lib\VC100" /LIBPATH:"Lua" /DLL "OpenAES.lib" "lua5.1.lib" "tinyxml.lib" "wininet.lib" "odbc32.lib" "odbccp32.lib" "kernel32.lib" "user32.lib" "gdi32.lib" "winspool.lib" "comdlg32.lib" "advapi32.lib" "shell32.lib" "ole32.lib" "oleaut32.lib" "uuid.lib" /NODEFAULTLIB:"libci.lib" /NODEFAULTLIB:"LIBCMT.lib" /NODEFAULTLIB:"libc.lib" /MANIFEST /ManifestFile:"_Release_UITool2010\Engine.dll.intermediate.manifest" /ALLOWISOLATION /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /PDB:"B:\Bin\UITool2010\Engine.pdb" /SUBSYSTEM:CONSOLE /PGD:"B:\Bin\UITool2010\Engine.pgd" /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"\Bin\UITool2010\Engine.lib" /MACHINE:X86 /ERRORREPORT:QUEUE
P.S: Now that I think about it I think it was important to respect the order and put "C:\Program Files %28x86%29\Microsoft SDKs\Windows\v7.0A\Include" above boost and dx