-
Notifications
You must be signed in to change notification settings - Fork 44
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
Comments
Use already compiled version |
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. |
Go to http://hex.pp.ua/nt-native-applications-shell-eng.php and download the already compiled version with fully functioning binaries |
Hi. I have already used the files from the site. It gave me about 290 errors when trying to compile. |
Go to bin folder not src folder |
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. |
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
The text was updated successfully, but these errors were encountered: