Displaying 20 results from an estimated 5000 matches similar to: "Xapian binding for C#."
2018 Apr 29
2
Need support to build xapian on Windows with Microsoft compiler
Dear XAPIAN developers,
I think your code is devoted also to be compiled on Windows with
Microsoft compiler. I think so because
1. There are many #ifdef _MSC_VER like code
2. And if I remember correctly the xapian documentation,
xapian has also C# bindings.
I need the xapian library for Windows Microsoft compiler. I created
visual studio 2015 project and included almost all source
2014 Jul 01
1
c#/ java binding improvements
Hi,
I am a Computer Science and Engineering student at University of Moratuwa,
Sri Lanka. I went through the project proposals of Xapian at Gsoc 2014. I
found the project "c# binding improvement", very attractive for me to start
up with committing to open-source community. And then found that is is not
taken by any student. Please, some one can help me to start on this. I have
3 years
2018 Apr 30
5
Need support to build xapian on Windows with Microsoft compiler
Hello,
Thank you very much for quick response.
I need only xapian-core.
As I wrote on my case compilation with Visual Studio 2015 successful,
just I have runtime errors, while the same code on LINUX runs fine.
I'll try the hints from
(https://trac.xapian.org/browser/git/xapian-core/INSTALL?rev=RELEASE/1.4#L54)
and maybe to migrate my project to VS2017 and test it again.
If I understand
2007 Aug 07
2
How to use speex library in C#?
Hi everybody,
I am fresh for speex and vs.net c#,and I want to use speex in a existed
project written by c# language,does anybody done this before?because I do
not know how to use c in c#,I worked under linux environment for years,never
touched vc.net.Maybe compile the source code into dll file and use them?I
heard about the wrapper,what does this mean,
Regards
Chris
-------------- next part
2008 Apr 03
4
C# SIP API to Comiunicate with Asterisk
Do anyone has an idea about an open source SIP API written in C# that can communicate with Asterisk, to call out?
Regards,
Sanjay.
2008 Jan 25
1
Need Advice with C# Program to Create and Display Cusum Chart
I need to write a C# program to create and display Cusum chart from any
of the packages,
spc, qcc or strucchange.
Issues:
1-The data resides in a MS SQL Database. The C# program will handle
obtaining the data for the requisite types of samples.
Assistance needed on:
1-How can I call the cusum capabilities of any of the above packages
and pass the data to the cusum function and plot?
2-How
2015 Apr 17
2
Integración de R y C#
Hola a todos.
Se me está plantendo la posibilidad de empezar a aprender C# para hacer
algunos programillas (nada grande).
El tema es que el otro día en un mail de esta misma lista alguien (lo
siento, no recuerdo quien) puso un link a un post en el que se hablaba de
la integración entre R y C#.
Por supuesto para llegar a poder hacer esto primero tengo que entender las
bases de .NET y C#, pero me
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
-----------------------------------------------------------------
2006 Oct 12
1
using speex in C#
You could compile Speex as a DLL (see libspeex_dynamic.dsp) and use PInvoke.
http://en.wikipedia.org/wiki/PInvoke
Note that Speex will still be executing as unmanaged code and your program
will have the added dependency of the native Speex DLL.
It appears that someone created a "Speex.NET" based on JSpeex, but I
didn't find any useful info on it. You may want to search for this
2007 Jun 13
2
FLAC: library for C#
--- Erik de Castro Lopo <erikd-flac@mega-nerd.com> wrote:
> Harry Sack wrote:
>
> > Hi FLAC dev's list,
> >
> > I'm looking for a library for the C# language (Microsoft .Net
> > Framework 2.0or higher) to play FLAC files and/or maybe do some
> other
> > things like getting
> > the file duration, file properties, ... of FLAC files.
>
2005 Dec 21
2
C#/.NET P/Invoke wrapper or native port of libFLAC
Before I start reinventing the wheel, has anything been done or is there any work ongoing to provide a P/Invoke based interface to parts or all of libFLAC or even a native port of libFLAC to C#/.NET?
Regards,
Dave
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/flac-dev/attachments/20051221/2b360697/attachment.html
2007 Jun 13
2
FLAC: library for C#
Hi FLAC dev's list,
I'm looking for a library for the C# language (Microsoft .Net
Framework 2.0or higher) to play FLAC files and/or maybe do some other
things like getting
the file duration, file properties, ... of FLAC files.
The library must preferably be free (open source is not required, but is
always nice).
I hope somebody can help me with this!
thx
Harry
-------------- next part
2007 Aug 21
1
runing .r file from C#
Hi,
I know that the general subject "calling R from C" has been discused but I
have been reading the manuals and also scouting the lists and I can not seam
to find
a working solution for my problem.
I want to call a R script ( let's call it "test.r" ) from within C# code.
After reading about this topic I am trying to do this :
System.Diagnostics.Process proc = new
2006 Mar 10
6
Ruby for presentation layer, C# for business layer - how to
For reasons not relavent, I would like to create an n-tier app as
follows.
Data Acess layer => NHibernate
Business layer => C#
Presentation layer => RoR
All of which might be spread across multiple machines in each layer.
I am looking for the best way to allow RoR to talk to my business layer,
dll''s etc hosted on another box.
The RoR box might be *nix \ apache or windows
2010 Mar 16
1
C# DLL Library
Good afternoon everybody,
I am sorry, this question might look trivial to some of you, but I read
quite a lot of stuff about package creation and I would like a bit of you
advices.
I would like to develop a core library which I will be using both from R and
from C#.
I read that it was possible to import DLL to R.
The thing is, I am not sure that the DLL created with C# will be compatible.
I
2007 Oct 01
3
How to beat Google aka Xapian & Natural Language Processing.
Xapians!
If tomorrow Xapian search engine would achieved the same performance
and result in searches as Google we would not be able to beat Google,
because we would create only a copy of the searches that already
exists from Google search engine. However there is a way to beat
anyone, and there is a way to beat Google successfully as well just do
not give up. Some see it as implementing Ajax, or
2007 Jun 14
2
FLAC: library for C#
I tried that approach a while ago and failed miserably. Marshalling the
structs of structs in the flac lib turned out to be a nightmare (I don't
pretend to be an expert, mind you...).
I eventually switched to writing my own C# lib from scratch. Work is still
under progress. It's no rocket science, I do this a G-job. It has definite
limitations (no documentation, decodes only 16-bit files,
2005 Jun 08
1
c# source to interop call vorbisfile.dll
Hi,
Can anyone tell me where I can get sample C# code to call the native (win32)
dll vorbisfile.dll to decode a vorbis Stream?
I want the native performance of this methodology, however Ive tried porting
the invocation code to C# and keep getting null reference errors when
Calling ov_open_callback.
Thanks
- Adam
-------------- next part --------------
An HTML attachment was
2012 Jan 24
1
[Problem] C# virDomainShutdown
Hey there,
im using libvirt since 2 weeks now and there are still some issues im confronted with. I use libvirt in C# and I'm running a 32-bit machine on Windows 7. Actually my worst problem is, is that I'm not able to Shutdown on machine no matter which command I'm using. virDomainShutdown isn't working nor virDomainDestroy. Basically I use the virConnectOpenAuth example to make a
2008 Jun 19
2
Calling R functions into C# or C++
Hi R,
I have a request...
Can I call R functions/routines from C# or C++? If so, how do I do this? Do I need to have some knowledge on DLL to do this?
Thanks a lot for your help,
Shubha
Shubha Karanth | Amba Research
Ph +91 80 3980 8031 | Mob +91 94 4886 4510
Bangalore * Colombo * London * New York * San José * Singapore * www.ambaresearch.com
This e-mail may contain