Re: Nuget package for C#

2025-04-05 Thread Ilya Sokolov
Thanks for the manual, the manual works, the build was successful and the LibreOffice.Bindings.0.1.0.nupkg has appeared in the dotnet folder. Could you tell me if I am right that net_basetypes.dll, net_bootstrap.dll,net_bridge.dll,net_oootypes.dll,net_uno.dll,net_uretypes.dll should be redistribut

Re: Nuget package for C#

2025-04-04 Thread Hossein Nourikhah
Hello Ilya, This is a known issue with the LibreOffice SDK, which lacks .NET binding files: tdf#165585 LibreOffice SDK binaries lack cross platform .NET binding files https://bugs.documentfoundation.org/show_bug.cgi?id=165585 On the other hand, this is binary only issue. You should be able

Re: Nuget package for C#

2025-03-27 Thread Ilya Sokolov
Hello, Hossein Thank you for the advice, it helped. I successfully managed to run the WriterDemo example and to connect to the Libre Office from my application. The differences between the .Net Core API and the API used for .Net Framework are astonishing. Could you tell me if there is an example

Re: Nuget package for C#

2025-03-26 Thread Hossein Nourikhah
Hello Ilya, I think it would be better that you try running the SDK examples first, for example: odk/examples/dotnet/WriterDemo/csharp/ That exception can be caused by wrong or incomplete configuration during the execution. For me, invoking 'make WriterDemo.run' succeeds (on Linux), but manu

Re: Nuget package for C#

2025-03-26 Thread Ilya Sokolov
Thanks for the manual, the manual works, the build was successful and the LibreOffice.Bindings.0.1.0.nupkg has appeared in the dotnet folder. Could you tell me if I am right that net_basetypes.dll, net_bootstrap.dll,net_bridge.dll,net_oootypes.dll,net_uno.dll,net_uretypes.dll should be redistribu

Re: Nuget package for C#

2025-03-23 Thread Ilya Sokolov
The second question arises from the fact that if I try to run the SDK on a PC, where the LibreOffice 25.2.1.2 (X86_64) is installed I got an exception in net_bridge.dll on the call private XComponentContext m_HnComponentContext = null; m_HnComponentContext = NativeBootstrap.bootstrap(); The e

Re: Nuget package for C#

2025-03-19 Thread Ilya Sokolov
If the .Net Core Nuget has to be compiled separately, could you tell me if there is any manual about what to compile and how? On Wed, Mar 19, 2025 at 9:17 AM Ilya Sokolov wrote: > Could you tell me if there is any manual on which and how to compile? > Could you give me some details about the tro