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
While testing #105, we noticed that Build & Run failed for a Haxe FeathersUI project on Windows using the windows target. In this case, the fix was to:
Run haxelib run openfl setup --quiet - already added to MSDKI
Install a C++ SDK using the Microsoft Visual Studio installer. There is some discussion for alternatives in Update Haxe to minimum 4.2.5 #105, but so far the Visual Studio installation is the only one that works.
Ideally, I expect all of the projects templates in Moonshine to work without installing additional SDKs after running Install All in MSDKI. I would like to do a review of the Haxe projects to see if there are other cases that are not supported.
That said, automating the Microsoft Visual Studio install would be risky from a licensing perspective. We should be careful about this, and we may find that there are some SDKs that need to be installed separately (similar to HCL Notes). In this case, it would be nice to give some guidance in Moonshine so that the user doesn't have to do investigation to figure out what they need.
The text was updated successfully, but these errors were encountered:
While testing #105, we noticed that Build & Run failed for a Haxe FeathersUI project on Windows using the windows target. In this case, the fix was to:
haxelib run openfl setup --quiet
- already added to MSDKIIdeally, I expect all of the projects templates in Moonshine to work without installing additional SDKs after running Install All in MSDKI. I would like to do a review of the Haxe projects to see if there are other cases that are not supported.
That said, automating the Microsoft Visual Studio install would be risky from a licensing perspective. We should be careful about this, and we may find that there are some SDKs that need to be installed separately (similar to HCL Notes). In this case, it would be nice to give some guidance in Moonshine so that the user doesn't have to do investigation to figure out what they need.
The text was updated successfully, but these errors were encountered: