how to build testdisk with vs and support vs ?
TestDisk can be compiled under Windows with cygwin or with mingw-w64, but not with visual studio. See https://www.cgsecurity.org/testdisk_doc/compilation_env.html#windows
TestDisk can be compiled under Windows with cygwin or with mingw-w64, but not with visual studio. See https://www.cgsecurity.org/testdisk_doc/compilation_env.html#windows
thanks ,i compiled TestDisk with mingw-w64 under windows,but show error:“syntax error near unexpected token QT5GUI,'” PKG_CHECK_MODULES(QT5GUI, Qt5Gui >= 5.0.0,,use_qt=false) On line 9874 ,I don't know the reason for this
Probably a missing qt5 package while you have done the autoreconf. A workaournd is to try to compile the 7.2 version instead of the version from git, so you have a correct configure script.
try cygwin,i can compile the dos UI just fine,but cant compile the win UI version,do you know how? thanks!
I regenerated it using MinGW. That's OK.
try cygwin,i can compile the dos UI just fine,but cant compile the win UI version,do you know how? thanks!
I regenerated it using MinGW. That's OK.
try cygwin,i can compile the dos UI just fine,but cant compile the win UI version,do you know how? thanks!
can u compile WIP?with the windows UI?