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

Is it possible to import a type library? #52

Open
cmhulbert opened this issue Sep 6, 2022 · 2 comments
Open

Is it possible to import a type library? #52

cmhulbert opened this issue Sep 6, 2022 · 2 comments

Comments

@cmhulbert
Copy link

The code that I am trying to get to compile currently imports a type library:

#import "Library/lib/ActiveSkin.ocx" raw_interfaces_only, raw_native_types, no_namespace, named_guids

However, when compiling I get the following:

fatal error C1083: Cannot open compiler generated file: '[PROJECT]\cmake-build-release-wine_msvc\CMakeFiles\project.dir\activeskin.tlh': Permission denied

Is this supported?

@mstorsjo
Copy link
Owner

mstorsjo commented Sep 7, 2022

Sorry, no idea - I have never seen such #import statements (outside of Objective C), so apparently there's something there that doesn't work.

@huangqinjin
Copy link
Contributor

It should be the same issue reported at DevCom-10736559. Since Microsoft doesn't think it is a bug, the only way is to reorganize the projects to avoid race condition.

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