Displaying 20 results from an estimated 26 matches for "28vs".
Did you mean:
28v
2010 May 29
1
NetShareEnum counterpart
Hello,
I am searching for a Samba counterpart of the Windows API function
NetShareEnum
http://msdn.microsoft.com/en-us/library/bb525387%28VS.85%29.aspx - a
function that lists the smb resources of a given server.
It googled quite a lot and had a quick look on the libsmbclient header
but did not find anything that helped.
`smbclient -L' does what I look for amongst other things ... I am unsure
if it is trivial or reusable, thoug...
2014 Feb 05
1
Support for LDAP_MATCHING_RULE_IN_CHAIN in LDAP queries
I'm guessing that this is just not implemented yet:
http://msdn.microsoft.com/en-us/library/aa746475%28VS.85%29.aspx
Specifically, the LDAP_MATCHING_RULE_IN_CHAIN search modifier.
I'm trying to do a group membership search via LDAP that traverses
subgroups. Against Windows AD I'd use:
(memberof:1.2.840.113556.1.4.1941:=(cn=Group1,OU=groupsOU,DC=x))
But that doesn't work against samba4 (...
2011 Jan 19
3
About Sampling Rate Correction in acoustic echo cancellation
...cle for us to make an AEC algorithm practical.
I have asked many people for help. It seems impossible to eliminate this offset. Then I found something in microsoft msdn website. It seems microsoft's AEC can deal with different sampling rate.
> http://msdn.microsoft.com/en-us/library/ff536174%28VS.85%29.aspx
> In Windows XP, the clock rate must be matched between the capture and render streams. The AEC system filter implements no mechanism for matching sample rates across devices. This limitation precludes using AEC when the capture and render functions are performed by different devices....
2009 Aug 13
2
if_indextoname on Windows?
Hi all,
Windows Vista Home Premium
VC++ 9
According to MSDN, the if_indextoname() function should be included on
Vista:
http://msdn.microsoft.com/en-us/library/bb408408%28VS.85%29.aspx
However, I can''t get mkmf to see it. I tried all of these:
require ''mkmf''
if have_header(''netioapi.h'') # yes
have_func(''if_indextoname'', ''netioapi.h'') # no
have_func(''if_nametoindex''...
2010 Feb 04
2
handling multitrack Ogg
...io tracks tell me
that I don't know yet? I can just use normal ffmpeg for that - ffmpegx
is just a GUI transcoding tool based on ffmpeg and the latest ffmpegx
release is more than 2 years old.
Anyway, I did look at the AVI spec after this email
(http://msdn.microsoft.com/en-us/library/dd318183%28VS.85%29.aspx) and
found that while each track has a type and a language, there is no
track numbering and there are no track identifiers.
But I have found a track priority, which allows ordering the tracks,
though I didn't find a single AVI file with nonzero wPriority.
Cheers,
Silvia.
On Thu,...
2009 Dec 08
1
[LLVMdev] Fw: LLVM 2.6 cygwin build fails
Forgot to include the mailing list, sorry.
----- Forwarded Message ----
> From: Samuel Crow <samuraileumas at yahoo.com>
> To: Gregory Petrosyan <gregory.petrosyan at gmail.com>
> Sent: Tue, December 8, 2009 1:05:43 PM
> Subject: Re: [LLVMdev] LLVM 2.6 cygwin build fails
>
> Hi Gregory,
>
> I think MSYS can build DLLs on Win32 so it's only the Cygwin
2009 Dec 08
0
[LLVMdev] Fw: LLVM 2.6 cygwin build fails
>> I think MSYS can build DLLs on Win32 so it's only the Cygwin version that can
>> not build the modules.
>> That's what our team is trying to do right now using LLVM-GCC.
The system does not matter.
The issue here is that on windows you cannot have undefined symbols in
the binaries. Thus there is no support for "loadable modules".
--
With best regards, Anton
2009 Dec 08
1
[LLVMdev] Fw: LLVM 2.6 cygwin build fails
...GCC.
> The system does not matter.
> The issue here is that on windows you cannot have undefined symbols in
> the binaries. Thus there is no support for "loadable modules".
>
Hi,
do you know about LoadLibrary and GetProcAddress?
http://msdn.microsoft.com/en-us/library/ms682599%28VS.85%29.aspx
This might be what you need for loadable modules in generic, but I don't
know the actual use case, so i'm not 100% sure if you are able to
archieve your goal with the above.
Cornelius
2013 Jan 09
2
[LLVMdev] Using C++'11 language features in LLVM itself
On Jan 9, 2013, at 3:03 AM, Óscar Fuentes <ofv at wanadoo.es> wrote:
> Chris Lattner <clattner at apple.com> writes:
>
>> Wow, requiring GCC 4.7 would be really aggressive, it was just
>> released in March 2012. Call me conservative, but I was thinking that
>> a reasonable GCC baseline would be GCC 4.4 or something (which is ~3.5
>> years old).
>
2009 Jul 27
2
Tap'Touche 5 : keyboard issue
Hi,
I'm using Kubuntu 'Jaunty' and wine-1.0.1 (.deb package provided by Kubuntu).
I would like to learn how to type quickly on a keybord thanks to "Tap'Touche" (a French typewriting software) but it claims that some keys on the keybord are unavailable and so I could not do some exercices.
The following lines appeared (duplicated lines removed) :
Code:
2009 Sep 14
1
[libfishsound ] Using static libraries instead of DLLs
Dear,
I'm sorry if this is not the correct list to post a question about
libfishsound but I don't have found a specific one.
I'm writing a library that use libfishsound for encode/decode speex and
vorbis streams.
I would like to incorporate all the functionalities into my static
library without any dependencies on extern DLL.
Is there a way to compile libfishsound using ogg, oggz,
2010 Oct 24
1
LOTRonline - blank window at launch
When I launch the pylotro launcher for Lord of the Rings Online the
first part works fine. I can change settings, enter my realm, user, and
password information, and I can see the text in the left part of the
launcher window with news and info from the website. Once I click the
"login" button that launcher window goes away and I get a new window of
the same size that has the title
2011 Jan 19
0
About Sampling Rate Correction in acoustic echo cancellation
...thm practical.
>
> I have asked many people for help. It seems impossible to eliminate
> this offset. Then I found something in microsoft msdn website. It
> seems microsoft's AEC can deal with different sampling rate.
>
> > http://msdn.microsoft.com/en-us/library/ff536174%28VS.85%29.aspx
> > In Windows XP, the clock rate must be matched between the capture
> and render streams. The AEC system filter implements no mechanism for
> matching sample rates across devices. This limitation precludes using
> AEC when the capture and render functions are performe...
2010 Feb 04
0
handling multitrack Ogg
...don't know yet? I can just use normal ffmpeg for that - ffmpegx
> is just a GUI transcoding tool based on ffmpeg and the latest ffmpegx
> release is more than 2 years old.
>
> Anyway, I did look at the AVI spec after this email
> (http://msdn.microsoft.com/en-us/library/dd318183%28VS.85%29.aspx) and
> found that while each track has a type and a language, there is no
> track numbering and there are no track identifiers.
> But I have found a track priority, which allows ordering the tracks,
> though I didn't find a single AVI file with nonzero wPriority.
>
>...
2011 Apr 06
1
configurar limite de memoria RAM para obtener maximo rendimiento con windows 7
Hola a todos,
Tengo un equipo con windows 7 Home Premium 64 bits (8mb de RAM) y me gustaría saber como podría obtener el máximo rendimiento en R.
He visto que hay dos o tres comandos: memory.size(max=TRUE) memory.limit = ...
El caso es que si uso memory.size(max=TRUE) el maximo que me imprime por pantalla es bastante mayor en un equipo que tengo con windows xp a 32 bits que en el nuevo equipo
2011 Apr 12
0
Anyone knows how microsoft AEC can deal with mismatches between clocks of capture and render streams?
...o implement AEC in common PC. We know that most low-cost soundcards have different sample rates in capturing and rendering which prevents LMS based AEC from being used in most computer.
http://msdn.microsoft.com/en-us/library/ff536174(VS.85).aspx<http://msdn.microsoft.com/en-us/library/ff536174%28VS.85%29.aspx>
In Windows XP, the clock rate must be matched between the capture and render streams. The AEC system filter implements no mechanism for matching sample rates across devices. ............. In Windows XP SP1, Windows Server 2003, and later, this limitation does not exist. The AEC syste...
2009 Oct 19
1
Problem with CentOS 5.3 Xen and Windows Server 2008 HVM DomU
Hi,
I have CentOS 5.3 64bit and couple of Windows Server 2008 32Bit DomU's
on it.
Problem is that I got hit with the "A clock interrupt was not recevied
on a secondary processor within the allocated time interval" Blue Screen
when trying to run with more than one CPU
When searching around I found that official XEN distribution
(development version) has some fixes for it, but
2011 Apr 12
4
Anyone knows how microsoft AEC can deal with mismatches between clocks of capture and render streams?
Hi all,
We all know that mismatch between clocks of ADCs of far-end voice and near-end voice is not allowed in a time-domain or frequency-domain LMS based AEC system. It means that capture and render audio streams must be synchronized to a same sample rate. However, I found that this restriction is removed in microsoft AEC from Windows XP SP1. Anyone knows how microsoft AEC do it? This technology
2011 Feb 07
1
About Sampling Rate Correction in acoustic echo cancellation
...t;
>> I have asked many people for help. It seems impossible to eliminate
>> this offset. Then I found something in microsoft msdn website. It
>> seems microsoft's AEC can deal with different sampling rate.
>>
>>> http://msdn.microsoft.com/en-us/library/ff536174%28VS.85%29.aspx
>>> In Windows XP, the clock rate must be matched between the capture
>> and render streams. The AEC system filter implements no mechanism for
>> matching sample rates across devices. This limitation precludes using
>> AEC when the capture and render functions...
2009 Oct 28
1
Easy method to set user-mode virtual memory space in Windows Vista and 7
I thought I'd share this with the list since it appears to provide a
quick fix to some memory problems, and I haven't see it discussed in
relation to R.
To reallocate virtual memory from kernel-mode to user-mode in 32-bit
Vista or Windows 7 one can use the increaseuserva boot option value.
See
http://msdn.microsoft.com/en-us/library/aa906211.aspx
On my 4GB Vista machine, R is now able to