search for: csharp

Displaying 20 results from an estimated 209 matches for "csharp".

Did you mean: sharp
2006 Apr 15
1
rpmbuild error with xapian-bindings-0.9.5
...ues with rpmbuild xapian-bindings-0.9.5. xapian.pyo is missing in the source package but it is defined in xapian-bindings.spec. After removing the following line from xapian-bindings.spec I could finish rpmbuild without error. %ghost %{_libdir}/python%{python_ver}/site-packages/xapian.pyo csharp binding is turned on by default in xapian-bindings.spec. As you know csharp binding requires a number of mono packages, and they are not included in almost of Linux distributions. Of course I can exclude csharp binding with -D parameter as shown below. rpmbuild -ta -D'_without_csharp 1'...
2007 Mar 09
1
Error in csharp bindings
I've just noticed that the csharp bindings fail to pass make check on my machine: Smoketest.exe hangs indefinitely. I get: make check-recursive Making check in docs make[2]: Nothing to be done for `check'. make check-TESTS *** glibc detected *** /usr/bin/cli: free(): invalid pointer: 0x0002be14 *** ... and then the test...
2012 May 04
1
[LLVMdev] Any way how to instantiate templates even when it is not necessary for the compilation?
Hello, I am working on a tool which takes c++ header files and based on interfaces defined in them generates csharp classes and glue layer for interop. For analyzing the c++ code I am currently using clang, which parses the headers and writes output into xml via -ast-print-xml (yes, this unfortunately means that it is a very old version of clang). I then use these xml files to generate the csharp code. Since the...
2006 Feb 14
4
SSO with IIS?
I have a customer that I''m developing a solution for on RoR. They have IIS today and use Sharepoint for their intranet. Is it possible to have some kind of single sign-on between these systems? So when a user is logged in to ther Sharepoint she will also be logged in to my rails-app? We haven''t decided yet on what to deploy rails on so I''m open to suggestions... If we
2007 Jun 14
2
FLAC: library for C#
Harry Sack wrote: > > but aren't they C++ headers en lib's? Not C++, C. > I have no idea how I can include a C++ > header in a C# project. > It this even possible? Yes. Google for "dllimport csharp". Erik -- ----------------------------------------------------------------- Erik de Castro Lopo ----------------------------------------------------------------- "The very definition of hell is having to maintain someone else's Perl code." -- Anonymous
2016 Feb 23
7
[PATCH 0/4] Various tweaks to the generator.
Use interfaces files (*.mli files) instead of exporting all symbols randomly. Change the 'file is generated' warnings at the top of generated files so they accurately describe which source file generates each output file. Rich.
2012 May 07
0
[LLVMdev] Any way how to instantiate templates even when it is not necessary for the compilation?
...Kolacek <natris1 at gmail.com> wrote: > (another try from different mail account; I hope I was able to clarify > my issue better. ) > > Hello, > I am working on a tool which takes c++ header files of a C++ DLL and > based on "interfaces" defined in them generates csharp classes and > glue layer for interop. For analyzing the c++ code I am currently > using clang, which parses the headers and writes output into xml via > -ast-print-xml (yes, this unfortunately means that it is a very old > version of clang). I then use these xml files to generate the cs...
2007 Apr 17
3
Deprecation
...ntil now, and it would be easier to remove them at the same time as removing the equivalent from the core. Finally, I'm not convinced that the replacement for Stem::stem_word() of using operator() will work for all the bindings - checking whether it can be accessed from PHP, Ruby, Tcl8, and CSharp would be useful (ideally, changing smoketest and the examples to demonstrate how). It works in Python, though. ;-) -- Richard
2007 Jun 14
2
FLAC: library for C#
...en't they C++ headers en lib's? > >> > > > > Not C++, C. > > > > > >> I have no idea how I can include a C++ > >> header in a C# project. > >> It this even possible? > >> > > > > Yes. Google for "dllimport csharp". > > > > Erik > > > _______________________________________________ > Flac-dev mailing list > Flac-dev@xiph.org > http://lists.xiph.org/mailman/listinfo/flac-dev > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xip...
2016 Feb 23
0
[PATCH 1/4] generator: Add interfaces to all modules.
...ed from each module in the generator. --- generator/Makefile.am | 26 +++++++++++++++++++++++++- generator/bindtests.mli | 30 ++++++++++++++++++++++++++++++ generator/c.mli | 41 +++++++++++++++++++++++++++++++++++++++++ generator/checks.mli | 18 ++++++++++++++++++ generator/csharp.mli | 19 +++++++++++++++++++ generator/customize.mli | 22 ++++++++++++++++++++++ generator/daemon.mli | 23 +++++++++++++++++++++++ generator/docstrings.mli | 34 ++++++++++++++++++++++++++++++++++ generator/erlang.mli | 20 ++++++++++++++++++++ generator/errnostring.mli | 21 ++...
2012 May 08
0
[LLVMdev] Any way how to instantiate templates even when it is not necessary for the compilation?
...;> (another try from different mail account; I hope I was able to clarify > >> my issue better. ) > >> > >> Hello, > >> I am working on a tool which takes c++ header files of a C++ DLL and > >> based on "interfaces" defined in them generates csharp classes and > >> glue layer for interop. For analyzing the c++ code I am currently > >> using clang, which parses the headers and writes output into xml via > >> -ast-print-xml (yes, this unfortunately means that it is a very old > >> version of clang). I then us...
2011 Mar 20
1
GSoC 2011 - Improve Existing Bindings
...also have worked on C++ projects. I am writing to let you know my understanding of the project and would like to have a feedback on it. My understanding of the requirements is as follows: - To study current bindings. In case of C#, I am studying this link ( http://xapian.org/docs/bindings/csharp/) - To implement improvements in the current bindings. Would you please refer me some material to study in this regard? Also what kinds of binding improvements are required by Xapian? I look forward to your response. Regards Rauf University of Gloucestershire -------------- next part -------...
2007 Jun 11
3
Xapian 1.0.1 released
I've now uploaded Xapian 1.0.1, which you can download from the usual place: http://www.xapian.org/download.php This release mainly comprises bug fixes and performance improvements. The "simple" examples (for both C++ and the bindings) have also been overhauled and now use the QueryParser and TermGenerator classes, which makes for simpler examples and should better reflect
2007 Jun 11
3
Xapian 1.0.1 released
I've now uploaded Xapian 1.0.1, which you can download from the usual place: http://www.xapian.org/download.php This release mainly comprises bug fixes and performance improvements. The "simple" examples (for both C++ and the bindings) have also been overhauled and now use the QueryParser and TermGenerator classes, which makes for simpler examples and should better reflect
2023 May 23
1
LIttle problem when installing xapian-bindings-1.4.22
...nk you so much for the prompt and candid reply to my query; Appreciated very much. I have installed Xapian-core-1.4.22 already. But I did not know about this early before I started to configure xapian-bindings-1.4.22. I would love to bind Java, Ruby, Perl, TCL/TK, Python3, PHP,Lau: --with-csharp enable CSharp bindings --with-java enable Java bindings --with-lua enable Lua bindings --with-perl enable Perl bindings --with-php enable PHP bindings --with-python enable Python 2 bindings --with-python3 enable Python 3 bindings...
2023 May 23
1
LIttle problem when installing xapian-bindings-1.4.22
On Mon, May 22, 2023 at 10:35:25PM +0000, nebulaaksum wrote: > I was just installing xapian-bindings-1.4.22 on Ubuntu 22.04, but I > got the following warning message: > > configure: WARNING: Xapian library is version 1.4.18 but the bindings > are version 1.4.22 - we strongly recommend using matching versions. The issue here is mostly that xapian-bindings wraps almost the entire
2014 Feb 10
5
[PATCH 0/4] add GUID validation (RHBZ#1008417)
...r parameter validation actions/part_set_gpt_type: set type of "guid" parameter as "GUID" (RHBZ#1008417). generator/actions.ml | 11 +++++++++- generator/bindtests.ml | 3 ++- generator/c.ml | 54 ++++++++++++++++++++++++++++++++++++++++++++---- generator/csharp.ml | 6 ++++-- generator/daemon.ml | 4 ++-- generator/erlang.ml | 3 ++- generator/fish.ml | 11 ++++++---- generator/gobject.ml | 8 ++++--- generator/golang.ml | 9 +++++--- generator/haskell.ml | 8 +++---- generator/java.ml | 15 +++++++++----- g...
2015 Feb 10
1
[PATCH] php: add a simple bindtests test
...to * ensure there is parity in testing bindings across all languages. *) diff --git a/generator/main.ml b/generator/main.ml index 436d72d..abeae0c 100644 --- a/generator/main.ml +++ b/generator/main.ml @@ -160,6 +160,7 @@ Run it from the top source directory using the command output_to "csharp/Libguestfs.cs" generate_csharp; output_to "php/extension/php_guestfs_php.h" generate_php_h; output_to "php/extension/guestfs_php.c" generate_php_c; + output_to "php/extension/tests/guestfs_php_bindtests.phpt" generate_php_bindtests; output_to "erlan...
2010 Apr 09
1
Theora encoder directshow Filter configuration
Hi, I'am using the Xiph Theora Encoder directshow Filter in a csharp application. It works fine but I would like to modify the configuration, like the quality settings. I would like to know if there is a possibility to configure it programmatically without using the propertyPage dialog. Thanks a lot for your help Mathieu -------------- next part --------------...
2010 Jun 04
2
Xapian-devel Digest, Vol 66, Issue 2
Hi Charlie, Thanks for your reply. I've modified config.mak according to README. I just want to output the xapian dll for php, so i removed other config such python, csharp, etc. I download source code from php site & set the path in config.mak accordingly. It still reports this error. I'm confused which config i missed. Thanks. Jaber 2010/6/3 <xapian-devel-request at lists.xapian.org> > Send Xapian-devel mailing list submissions to > xa...