Hi,
With MFC and C++/CLI installed, I can load & import the tlsh project in VS2022, and build "tlsh". This builds tlsh.dll successfully but no tlsh.exe. I tried changing the output type to exe, but this doesn't build because no entrypoint is found (which is fair I guess, since there is no function main().) Am I missing part of the code? - This is with both 4.8.2 and 4.7.2 release, as well as with current git master.
Perhaps related: the project tlsh_version is not working, because tlsh_version.cpp is missing.
I left Trendmicro just over 2 years ago. Let me jump in here and help out as best I can
I might need some help with resolving Visual Studio so I might take a little while
Hi, With MFC and C++/CLI installed, I can load & import the tlsh project in VS2022, and build "tlsh". This builds
tlsh.dll
successfully but notlsh.exe
. I tried changing the output type to exe, but this doesn't build because no entrypoint is found (which is fair I guess, since there is no functionmain()
.) Am I missing part of the code? - This is with both 4.8.2 and 4.7.2 release, as well as with current git master.Perhaps related: the project
tlsh_version
is not working, becausetlsh_version.cpp
is missing.