similar to: help

Displaying 20 results from an estimated 400 matches similar to: "help"

2006 Mar 13
0
help
I think you need to enclose the speex header files in the extern "C" {} ________________________________ From: speex-dev-bounces@xiph.org [mailto:speex-dev-bounces@xiph.org] On Behalf Of Alex Lupoian Sent: Sunday, March 12, 2006 6:10 AM To: speex-dev@xiph.org Subject: [Speex-dev] help Hi I am building an application on Visual Studio 2005 using Visual C++ Win32 SmartDevice
2006 Mar 14
0
Windows Mobile 5.0 SDK - SPEEX
Che face? :) I suspect you should build your own .lib file - not use the pre-existing one. ________________________________ From: speex-dev-bounces@xiph.org [mailto:speex-dev-bounces@xiph.org] On Behalf Of Alex Lupoian Sent: Tuesday, March 14, 2006 10:34 AM To: speex-dev@xiph.org Subject: [Speex-dev] Windows Mobile 5.0 SDK - SPEEX Hello I've looked into SPEEX SDK and source codes
2006 Mar 14
1
Windows Mobile 5.0 SDK - SPEEX
Hello I've looked into SPEEX SDK and source codes provided on site www.speex.org , and I'm trying to include in my Visual Studio 2005 - Visual C++ SmartDevice WM 5.0 the facilities provided by SPEEX (both encoding/decoding).I've downloaded the header files (i.e. Speex.h Speex_bits.h etc) and also the libspeex.lib.After creating my encoding/decoding functions following the
2011 Nov 25
0
[LLVMdev] Where does LLVM mangle characters from llvm-ir names while generating native code?
On Nov 25, 2011, at 8:39 AM, Michael Spencer wrote: > So I was taking a look at Microsoft C++ ABI support while on vacation, > and ran into a major issue. Given the following llvm-ir: > > $ clang++ -S -emit-llvm -O3 mangling.cpp -o - -Xclang -cxx-abi -Xclang microsoft > ; ModuleID = 'mangling.cpp' > target datalayout = >
2011 Nov 25
0
[LLVMdev] Where does LLVM mangle characters from llvm-ir names while generating native code?
On Nov 25, 2011, at 2:22 PM, bigcheesegs at gmail.com wrote: > In the case I posted I had removed that line, however, you still get the __3F_ in the generated assembly with it. Huh. It only seems to happen with a Windows triple or a Linux triple. Doesn't happen with a Mac triple, though--probably because the Darwin assembler supports quoted symbols (i.e. you can enclose an identifier in
2011 Nov 25
2
[LLVMdev] Where does LLVM mangle characters from llvm-ir names while generating native code?
In the case I posted I had removed that line, however, you still get the __3F_ in the generated assembly with it. Sent from my iPhone On Nov 25, 2011, at 2:15 PM, Charles Davis <cdavis at mymail.mines.edu> wrote: > > On Nov 25, 2011, at 8:39 AM, Michael Spencer wrote: > >> So I was taking a look at Microsoft C++ ABI support while on vacation, >> and ran into a major
2011 Nov 26
1
[LLVMdev] Where does LLVM mangle characters from llvm-ir names while generating native code?
On Fri, Nov 25, 2011 at 1:47 PM, Charles Davis <cdavis at mymail.mines.edu> wrote: > > On Nov 25, 2011, at 2:22 PM, bigcheesegs at gmail.com wrote: > >> In the case I posted I had removed that line, however, you still get the __3F_ in the generated assembly with it. > Huh. It only seems to happen with a Windows triple or a Linux triple. Doesn't happen with a Mac triple,
2011 Nov 25
0
[LLVMdev] Where does LLVM mangle characters from llvm-ir names while generating native code?
Looks to me like it converted the ? into the ascii hexadecimal representation _3F_. I don't think another underscore was pre-pended. This is probably thanks to lib/Target/Mangler.cpp. You'll want to let ? be treated as an acceptable character. static bool isAcceptableChar(char C, bool AllowPeriod) { if ((C < 'a' || C > 'z') && (C < 'A'
2011 Nov 25
5
[LLVMdev] Where does LLVM mangle characters from llvm-ir names while generating native code?
So I was taking a look at Microsoft C++ ABI support while on vacation, and ran into a major issue. Given the following llvm-ir: $ clang++ -S -emit-llvm -O3 mangling.cpp -o - -Xclang -cxx-abi -Xclang microsoft ; ModuleID = 'mangling.cpp' target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-f80:128:128-v64:64:64-
2019 Sep 12
2
Questions after completed Kaleidoscope Chapter 1
Hello there, I finished Chapter 1 of the Kaleidoscope tutorial for using the Orc JIT API. I played around with some things and ended with some questions. 1. What is the use of "MangleAndInterner"? I read it is used to mangle the name for the lookup search, but I seem to be not able to use it correctly. In my first attempt I used the mangled name of my function
2019 Sep 12
2
Questions after completed Kaleidoscope Chapter 1
Hi Bjoren, For question 1: As you mentioned, it is used to mangle to the symbol name and interning them, So ORC can find them at runtime in one of the JITDylibs. It would be helpful to know what you tried? (please attach code lines). For question 2: I guess you might be missing to link libraries that your program depend on, you can do that via setting up your dynamiclibrary search generator or
2015 Oct 08
0
Re: autpfs + nfs stuck on stat() inside libvirt lxc 1.2.18
Additioanl info. after start automount inside LXC, in /etc/mtab added string: /etc/auto.nfs /host autofs rw,relatime,fd=6,pgrp=679,timeout=10,minproto=5,maxproto=5,indirect 0 0 And autmount hang on lstat('/host/SOMETHING') If comment lstat() in code, automount would try make directory inside /host/ and mkdir in such case return -1: 126 int ret = mkdir(path, mode);
2010 May 07
1
3.5.2 connecting to nmb alias without password
Hi there, I use 3.5.2 with netbios aliases in security mode ADS. When I connect to the primary netbios name from a windows host I get the samba machine right away. Connecting to the netbios alias (which is on a differen IP address) I have to type name and pwd to get the connection. DNS entries are OK. Is there any way to get rid of the pwd question, I had the same setup with 3.0.20 for a
2009 Jul 31
1
Tests for Two Independent Samples
Dear R users, I have got two samples: sample A with observation of 223: sample A has five categories: 1,2,3,4,5 (I use the numer 1,2,3,4,5 to define the five differen categories) there are 5 observations in category 1; 81 observations in category 2;110 observations in category 3; 27 observations in category 4; 0 observations in category 5; To present the sample in R: a<-rep(1:5,
2009 Feb 12
1
problem when using xapian's static libs in windows
I have download source ?1.10? from the internet and build it into lib Then I create a project as the helpdoc said I using vc2005(vc8) The source in my test project is as follow??copy from the helpdoc? #include <xapian.h> #include <iostream> using namespace std; int main(int argc, char **argv) { // Simplest possible options parsing: we just require three or more
2018 Nov 22
1
machine account on RODC
Am 22.11.18 um 17:51 schrieb Rowland Penny via samba: > On Thu, 22 Nov 2018 17:29:16 +0100 > Stefan Kania via samba <samba at lists.samba.org> wrote: > >> Hello everybody, >> >> if I set up a RODC in a different site with an own subnet do I have to >> replicate the machine-passwords with "samba-tool rodc reload host\$ >> --server=addc"? Or
2006 Jan 27
0
dom0 packet drops caused by domU cpu load
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi together, last week I played around with XEN 2.0.5 and a Spirent performance test system. Installation is as follow: Spirent -> eth0 <- dom0 -> eth1 <- Spirent Testflow was a simple unidirectional UDP stream from left to right with differen paket sizes. Throughput is measured by Spirent in highest Mbit flow without packet drops...
2001 Nov 20
0
quota support with Linux 2.4.x kernels
On Tue, Nov 20, 2001 at 10:54:41AM +1100, Matthew Geier wrote: > Frank Joerdens wrote: > > > > Greetings. I read in a samba list that the quota support is 'broken' in > > so-called 'linus' kernels > 2.4.3 and that one is supposed to use a > > redhat or 'cox' kernel (what the hell is that supposed to mean . . . are > > we having different
2014 Jul 08
1
Homes shares randomly dissapear on AD-DC'S
Hi, I have an strange issue on our company network. We run samba4 ad-dc's on four branches as separate sites, they are connected via ipsec tunnels, all servers are debian wheezy systems using sernet 4.1.9-8 samba packages. We use roaming profiles with folder redirection configured via GPo's. In tree of the four branches users suddenly losse the connection to their home shares, since
2005 Aug 02
0
Re: Minimum CPU required for >60 calls
Adam, I thought Andrew Kohlsmith gave the individual good advice without intentionally malaciously spitting in the guys face. For the question, " 'Whats the ' Minimum CPU required for 60 calls? " I think a Pentium 3, high end, which is cheap right now, should do fine, but you will need either 3 T-1s or arrange for the calls to come in via SIP, but you will still need more