Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

source/utils.c(264): error C2065: 'ProcessInstrumentationCallback': undeclared identifier #16

Closed
johnjohnsp1 opened this issue Mar 2, 2022 · 3 comments

Comments

@johnjohnsp1
Copy link

hello,
getting this error during the compile steps:

C:\temp\nanodump>nmake -f Makefile.msvc

Microsoft (R) Program Maintenance Utility Version 14.29.30140.0
Copyright (C) Microsoft Corporation. All rights reserved.

RELEASE
    ML64 /c source/syscalls-asm.asm /link /NODEFAULTLIB /RELEASE /MACHINE:X64

Microsoft (R) Macro Assembler (x64) Version 14.29.30140.0
Copyright (C) Microsoft Corporation. All rights reserved.

Assembling: source/syscalls-asm.asm
cl.exe -DNANO -DEXE -Zp8 -c -nologo -Gy -Os -O1 -GR- -EHa -Oi -GS- -I include source/dinvoke.c source/utils.c source/handle.c source/modules.c source/syscalls.c source/token_priv.c source/malseclogon.c source/nanodump.c source/entry.c
dinvoke.c
utils.c
source/utils.c(264): error C2065: 'ProcessInstrumentationCallback': undeclared identifier
handle.c
modules.c
syscalls.c
token_priv.c
malseclogon.c
nanodump.c
entry.c
Generating Code...
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe"' : return code '0x2'
Stop.

any ideas or i do something wrong ?
thanks

@S4ntiagoP
Copy link
Collaborator

I added that feature and did not test it in the MSVC compiler, I will fix it soon, in the meanwhile, you can use the MINGW compiler in Linux.

@johnjohnsp1
Copy link
Author

johnjohnsp1 commented Mar 2, 2022 via email

@S4ntiagoP
Copy link
Collaborator

ok done,
thanks for reporting!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants