We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have symlinks enabled but when compiling I get:
/xwin/crt/include/comdef.h(35,10): fatal error: 'Ole2.h' file not found #include <Ole2.h>
ls -al /xwin/sdk/include/um/
... -rw-r--r-- 1 root root 10001 Mar 4 18:46 oemupgex.h -rw-r--r-- 1 root root 25997 Mar 4 18:46 ole.h -rw-r--r-- 1 root root 13963 Mar 4 18:46 ole2.h lrwxrwxrwx 1 root root 9 Mar 4 18:46 ole2ver.h -> Ole2Ver.h -rw-r--r-- 1 root root 20063 Mar 4 18:46 oleTx2xa.h ...
The file is there, it just isnt symlinked like the other ones are
Also OleCtl.h
The text was updated successfully, but these errors were encountered:
Duplicate of #70
Sorry, something went wrong.
No branches or pull requests
I have symlinks enabled but when compiling I get:
/xwin/crt/include/comdef.h(35,10): fatal error: 'Ole2.h' file not found
#include <Ole2.h>
ls -al /xwin/sdk/include/um/
...
-rw-r--r-- 1 root root 10001 Mar 4 18:46 oemupgex.h
-rw-r--r-- 1 root root 25997 Mar 4 18:46 ole.h
-rw-r--r-- 1 root root 13963 Mar 4 18:46 ole2.h
lrwxrwxrwx 1 root root 9 Mar 4 18:46 ole2ver.h -> Ole2Ver.h
-rw-r--r-- 1 root root 20063 Mar 4 18:46 oleTx2xa.h
...
The file is there, it just isnt symlinked like the other ones are
Also OleCtl.h
The text was updated successfully, but these errors were encountered: