mirror of
https://github.com/qmlnet/qmlnet.git
synced 2026-05-15 14:15:54 -06:00
[GH-ISSUE #163] Using with F# #102
Labels
No labels
bug
enhancement
help wanted
help wanted
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/qmlnet#102
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @aka-mj on GitHub (Aug 29, 2019).
Original GitHub issue: https://github.com/qmlnet/qmlnet/issues/163
I've taken a shot at using qmlnet within an F# project:
Running this I get the following:
Anything obvious that I'm missing? I have both Qml.Net and Qml.Net.WindowsBinaries packages added to my project.
@MaxMommersteeg commented on GitHub (Aug 29, 2019):
See issue: https://github.com/qmlnet/qmlnet/issues/65
@aka-mj commented on GitHub (Aug 29, 2019):
Thanks, I should have waited longer, the error shows after 40sec and the app window pops up after 80sec. I assumed it was dead after the error.
@MaxMommersteeg commented on GitHub (Aug 29, 2019):
No problem. The first launch was probably slow since it was downloading the runtime. Second launch should be significantely faster.