Dražen Šoronda

Results 26 comments of Dražen Šoronda

try this in application folder: `dotnet run -f net5.0 app_to_run` where app_to_run is application you want to run, for example `console.exe` or `console.dll`

Is there any reason why this issue is not closed ?

well, how about this [example](https://github.com/dsoronda/QtSharpDemos/wiki/QmlExample) ?

This is good news but I have question for @ddobrev If you can build binaries for Qt for Windows for MinGW why don't you post them somewhere so we could...

Hi guys, I'm trying to build basic Qt gui app and it throws error that Qt5Widgets.dll is missing. This is error: An unhandled exception of type 'System.DllNotFoundException' occurred in QtWidgetsSharp.dll...

I'm sorry that I wasn't more specific but i did manually copy Qt5Widgets.dll from Qt installation directory : d:\Qt\Qt5.7.0\5.7\mingw53_32\bin and i added it to my user PATH. Problem was I...

Hi, I created [QtSharpDemos](https://github.com/dsoronda/QtSharpDemos) project. I'm planning to add as many code snippets as possible but I'll need help since I don't have much experience with Qt. I'll appreciate any...

@ddobrev I'm using Quyoto examples for now. My plan is to make them all work properly and then we may join projects. Currently, I think it's better to keep separate...

Hi guys, i created some demos in [ QtSharpDemos project](https://github.com/dsoronda/QtSharpDemos) and started writing Wiki documentation. Is anyone willing to take a look and give some constructive comments? Thanks.

Other option is to rewrite using Eto.Forms to create multi-platform Application. Of course, it will take some time.