You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used to be able to build this on Flash. (The API doesn't work on Windows, which is fine.) Now, I get an error about a missing ndll/Windows file (don't recall which one).
I noticed there's no Windows directory in your repository, either. Is this something I need to fix locally or is a change required to the repository?
The text was updated successfully, but these errors were encountered:
Are you trying to use this lib for Flash? it only works for mobile.
If you import the lib in your project.xml in this way: <haxelib name="CameraMic" if="mobile" /> it will only load the library when targeting mobile. So it won't be looking for ndll/Windows.
Then in your code you should access to CameraMic class between #if mobile ..... #end
I'm not trying to use it on Flash. I'm just trying to get it to compile on Flash. It used it work, but now it complains about a missing ndll/Windows file.
I'll try adding if="mobile" to the project XML and see if that fixes it. I already have the calls wrapped in #if mobile.
I used to be able to build this on Flash. (The API doesn't work on Windows, which is fine.) Now, I get an error about a missing
ndll/Windows
file (don't recall which one).I noticed there's no
Windows
directory in your repository, either. Is this something I need to fix locally or is a change required to the repository?The text was updated successfully, but these errors were encountered: