You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
went straight to #80 and literately just copied how they did it
changed it from visible to invisible
when i clicked build it gave me the error MSB4057 The target "ComputeLinkImportLibraryOutputsForClean" does not exist in the project. klogger C:\Program Files (x86)\VisualD\msbuild\dcompile.targets 382
and wouldnt compile
im not a programmer im using this for a science project 😭
i saw on stack overflow to run "dotnet restore" and i got MSBUILD : error MSB1003: Specify a project or solution file. The current working directory does not contain a project or solution file.
if that means anything
thanks in advance
windows version!
The text was updated successfully, but these errors were encountered:
if you are using gcc then try running it with admin privileges. also run it like this: g++ -o keylogger.exe keylogger.cpp -luser32
make sure that you are running the compiled executable as administrator
went straight to #80 and literately just copied how they did it changed it from visible to invisible when i clicked build it gave me the error MSB4057 The target "ComputeLinkImportLibraryOutputsForClean" does not exist in the project. klogger C:\Program Files (x86)\VisualD\msbuild\dcompile.targets 382 and wouldnt compile im not a programmer im using this for a science project 😭
i saw on stack overflow to run "dotnet restore" and i got MSBUILD : error MSB1003: Specify a project or solution file. The current working directory does not contain a project or solution file. if that means anything thanks in advance
windows version!
I did another run to make sure it wasn't a visual studio bug. Seems to compile fine with all the latest VS 2022 updates installed. Attached is my recording of quickly copy and pasting, changing visible to invisible, and compiling with no errors or issues.
went straight to #80 and literately just copied how they did it
changed it from visible to invisible
when i clicked build it gave me the error
MSB4057 The target "ComputeLinkImportLibraryOutputsForClean" does not exist in the project. klogger C:\Program Files (x86)\VisualD\msbuild\dcompile.targets 382
and wouldnt compile
im not a programmer im using this for a science project 😭
i saw on stack overflow to run "dotnet restore" and i got
MSBUILD : error MSB1003: Specify a project or solution file. The current working directory does not contain a project or solution file.
if that means anything
thanks in advance
windows version!
The text was updated successfully, but these errors were encountered: