Ladislav Heller

Results 64 comments of Ladislav Heller

@migueldeicaza @EgorBo NetStandard support for WinForms?

@migueldeicaza > I am afraid this project is no longer maintained, and neither is the upstream project What is that upstream project ?

> For the moment you can use another binding version. https://github.com/Urho-Net/Urho.Net Do not forget that project under heavy development to support dotnet6. I imagine @elix22 can give you more details....

Quick workaround for GetVar overload which returns a string: ``` internal class MyNode : Node { [DllImport("mono-urho", CallingConvention = CallingConvention.Cdecl)] private static extern string Node_GetVar11(IntPtr handle, int key); public MyNode(Context...

@OmidID the above is just a workaround for current v1.8.93 version.

> > > Please submit a pull request. I really would like to do that but unfortunately I am not fully familiar (yet) with the current libgphoto2 code and it's...

@msmeissn @ndim @hfiguiere Hi! Are there any news on this from your side? BR, Ladislav

> > Are there any news on this from your side? > > Did we miss your pull request? This is more like a feature request, since I really don't...

@fahrion2600 Good idea, I mean passing FD as an environment variable. Even better is the port string. Hope it will work! BTW, what about keeping the original USB port driver...

@fahrion2600 Wait, what do you mean by HOME is not set? The $HOME enironment variable? This one always worked for me. I am unzipping all the binaries including .so files...