<div dir="auto">Thanks, I'll check it out. </div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Vào 2:36, Th 5, 2 thg 4, 2020 Allen Winter <<a href="mailto:allen.winter@kdab.com">allen.winter@kdab.com</a>> đã viết:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Wednesday, April 1, 2020 2:40:17 PM EDT Lê Tâm wrote:<br>
> Hi,<br>
> Can you help me, my button in grammaray disabled. I cant click<br>
> on them. Attach button, Connect button, Launch button. All them disable.<br>
> I had build it from "Craft" method: <a href="https://cgit.kde.org/craft.git/about/" rel="noreferrer noreferrer" target="_blank">https://cgit.kde.org/craft.git/about/</a><br>
> What am i missing, sir?<br>
<br>
GammaRay is very sensitive that the application Qt version and compiler<br>
with the Qt version and compiler it was build with.<br>
<br>
For example: If the Craft build used Qt5.14 with MSVC2015 x86_64<br>
then it will only attach to applications that were built with the same.<br>
<br>
See how the Probe says "Qt5.14 (MSVC, 140, release, x86_64)" ?<br>
that means it will only attach to applications built the same way.<br>
<br>
So, double check that you built Garena with Qt5.14 (MSVC, 140, release, x86_64)<br>
Or you can build GammaRay yourself using whatever compiler and Qt version you want.<br>
<br>
I would recommend not using Craft so you can better control the build environment.<br>
in a msvc development terminal (version of your choice)<br>
set "PATH=C:\path\to\Qt\bin;%PATH%"<br>
cd Gammaray-source<br>
mkdir build<br>
cd build<br>
cmake -G "NMake Makefiles" ..<br>
nmake<br>
nmake install<br>
should install to C:\Program Files<br>
<br>
<br>
-- <br>
Allen Winter | <a href="mailto:allen.winter@kdab.com" target="_blank" rel="noreferrer">allen.winter@kdab.com</a> | Senior Software Engineer<br>
KDAB (USA) LLC, a KDAB Group company<br>
Tel. USA +1-866-777-KDAB(5322) ext3<br>
KDAB - The Qt, C++ and OpenGL Experts<br>
</blockquote></div>