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

Unable to compile applications #2

Closed
zap8600 opened this issue Jan 14, 2022 · 6 comments
Closed

Unable to compile applications #2

zap8600 opened this issue Jan 14, 2022 · 6 comments

Comments

@zap8600
Copy link

zap8600 commented Jan 14, 2022

Hi. I'm trying to compile a native application for this shell. When I try to compile, I get four errors:

ndk\rtltypes.h(142) : error C2065: 'HEAP_CREATE_ENABLE_EXECUTE' : undeclared identifier
ndk\rtltypes.h(142) : error C2057: expected constant expression
ndk\rtltypes.h(142) : error C2466: cannot allocate an array of constant size 0
ndk\rtlfuncs.h(29) : error C1083: Cannot open include file: 'in6addr.h': No such file or directory

How do I fix this? I've been trying for three days to fix it. I'll link my error file, if that helps. I'm trying to build apps using these files that use the ZenWINX library and the NTNDK headers. If I add other headers, they either give me 100+ new errors or don't do anything.
buildfre_wxp_x86.err.txt

@kristibektashi
Copy link

Use already compiled version

@zap8600
Copy link
Author

zap8600 commented Feb 15, 2022

If I understand, you mean to use a test app already compiled and build from there. That's what I did, and it hasn't worked.

@kristibektashi
Copy link

Go to http://hex.pp.ua/nt-native-applications-shell-eng.php and download the already compiled version with fully functioning binaries

@zap8600
Copy link
Author

zap8600 commented Feb 16, 2022

Hi. I have already used the files from the site. It gave me about 290 errors when trying to compile.

@kristibektashi
Copy link

Go to bin folder not src folder

@amdf
Copy link
Owner

amdf commented Apr 27, 2022

I've included ndk sources to the repo, and added some info about building. Successfully tested building with Windows Driver Kit Version 7.1.0.

@amdf amdf closed this as completed Jan 12, 2025
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

3 participants