similar to: Problem installing Activ'Studio by Promethean

Displaying 20 results from an estimated 100 matches similar to: "Problem installing Activ'Studio by Promethean"

2004 Sep 10
3
const issue in FLAC__lpc_compute_residual_from_qlp_coefficients (libFLAC/lpc.c:233)
Hello, I just tried to compile libFLAC (using Borland C++ Builder 6 on Windows). The compilers yells at me on line 233 of libFLAC/lpc.c *(residual++) = *(data++) - (sum >> lp_quantization); --> data is const and cannot be modified Funny thing is, if data is declared: const FLAC__int32 *data instead of const FLAC__int32 data[] everything is ok. Is this a bug in my compiler, or
2008 Jan 29
1
rsync man pages, rsync faqs, problem with RSYNC_PASSWORD and --password-file
Hi all, This isn't a bug, its just a lapse in the documentation. I just got a script going that repeats every 5 seconds, that uses rsync to send data from A, running Ubuntu V6.06.1, to B, running cygwin. I got stuck on the issue of preventing the password prompt from interrupting the script. The problem is that the man pages are misleading, they suggest that RSYNC_PASSWORD and
2017 Nov 28
2
Publication LLVM Related Publications Submission
Hello, I would like to submit two papers that use LLVM to the Related Publications section. Both papers focus on code isolation applied to perform piecewise compiler optimizations. The code isolation process is performed by CERE, an open source tool based on LLVM. The second paper is an extended version of the first one. 1) Piecewise Holistic Autotuning of Compiler and Runtime Parameters
2018 Jan 30
0
Publication LLVM Related Publications Submission
Dear Mihail, I've added these two publications to the publications page. Please review it and let me know if I need to make any changes. In particular, if you have URLs to use for the papers, having those would be greatly appreciated. Regards, John Criswell On 11/28/17 12:05 PM, Mihail Popov via llvm-dev wrote: > > Hello, > > I would like to submit two papers that use LLVM
2004 Sep 10
3
Streaming flac problems!!
Hello, My name is Vincent and I have some difficulties to realize my project. Indeed, I must developp a streaming flac client/server and I have some difficulties to find detailed information about this. I chose to use the platform Ices/Icecast to do my project. I took the Vorbis streaming like example but the library has not the same structure as the flac library. So , I send this message in
2007 Aug 06
1
lda and maximum likelihood
Dear all, I am trying to compare several methods for classify data into groups. In that purpose I 'd like to developp model comparison and selection using AIC. In the lda function of the MASS library, the maximum likelihood of the function is not given in the output and the script is not available. Do anyone know how to extract or compute the maximum likelihood used in the lda function?
2018 Jul 12
2
R API for C/C++ initialisation issue appears with update to R.3.5
Hello everyone, I have a C++ program that calls R using R_tryEval, very similarly to what package RInside does. It used to work with R.3.4.3 and R.3.4.4. However, since I updated it to R.3.5.1, R sends an error message: "*Error in < My command > : the base graphics system is not registered*" for any command related to the graphics package. I made a ticket on stackoverflow about
2012 Mar 19
3
Issue with asin()
Hello everyone, I am working for a few days already on a basic algorithm, very common in applied agronomy, that aims to determine the degree-days necessary for a given individual to reach a given growth stade. The algorithm (and context) is explained here: http://www.oardc.ohio-state.edu/gdd/glossary.htm , and so I implemented my function in R as follows: DD <- function(Tmin, Tmax, Tseuil,
1997 Jul 22
0
connection refused (error 67)
Hi, sorry to borrow everybody, but i ve got a big pb! I developp scripts with perl, i use samba and netatalk in order to access my script and try to make "portable" scripts... i ve got a nt4sp3 and before installing sp3 i could connect to my unix via samba. Since the sp3, he says error 67! i ve try the solution in the nt registry (found in the samba digest) but no success.... as we
2004 Sep 10
0
Streaming flac problems!!
A patch to add streaming support to the FLAC XMMS plugin has been sitting on my hard drive for several months (Josh wasn't accepting patches at the time because of the Xiph move, and I've been busy/lazy since then). This weekend I'll make an effort to update it to the current cvs and send if off to Josh. That covers the client side (well, at least on platforms XMMS runs on). As far
2006 Feb 09
0
(no subject)
Hi, Can you help me please. I must developp an application with the logiciel R. It 's an application for pricing. So I see it uses the langage C and I see on the net taht it 's possible in c++. Use C++ it 's better than C , we know it. However It says to use c++ with R , we must : " You need to do two things: (a) Write a wrapper to export the symbols you
2006 May 22
0
Automatic Pluar to Singluar derivation in Loops
Hallo, Enyoing the Rails framework, I often write loop like this: for j_method in @service.j_methods for parameter in j_method.parameters @output = j_method.name+ " is in "+parameter.name end end So: * @service.j_methods => j_method * j_method.parameters => parameter forall @service.j_methods forall j_method.parameters @output = j_method.name+ " is
2007 Jun 22
1
exemple html - RSS
alex écrit: Ce n''est pas possible d''afficher RSS/atom lui-même avec Wx::HtmlWindow. Mais vous pouvez vous servir de quelques bibliothèques ruby pour chercher RSS (par exemple ''net/http'', ''mechanize'', ''http-access2'') et l''analyser (par exemple ''rexml''). Donc, on devrait créer HTML qui répresente
2004 Sep 10
2
const issue in FLAC__lpc_compute_residual_from_qlp_coefficients (libFLAC/lpc.c:233)
On Tue, Jan 13, 2004 at 02:04:48PM -0800, Josh Coalson wrote: > --- Denis Chatelain <listes@octopodus.com> wrote: > > Hello, > > > > > > I just tried to compile libFLAC (using Borland C++ Builder 6 on > > Windows). > > > > The compilers yells at me on line 233 of libFLAC/lpc.c > > > > *(residual++) = *(data++) - (sum >>
2006 Jun 01
2
mpeg4/xvid/divx vs. theora
Hi there, I have an elementary question. Although theora can be placed in the same class of codecs as MPEG-1, -2, -4 why is there no greater usage of this codec? On the bigger part of web sites trailers or short videos are encoded with some mpeg codec. Why is theora still so rarely used and unfamiliar although it perfomes very well from my point of view? Is it, because - the whole mpeg family is
2013 Aug 29
4
[PATCH] Notify caching_thread()s to give up on extent_commit_sem when needed.
caching_thread()s do all their work under read access to extent_commit_sem. They give up on this read access only when need_resched() tells them, or when they exit. As a result, somebody that wants a WRITE access to this sem, might wait for a long time. Especially this is problematic in cache_block_group(), which can be called on critical paths like find_free_extent() and in commit path via
2018 Jul 12
0
R API for C/C++ initialisation issue appears with update to R.3.5
You might have more luck getting help with a completely self-contained example (no QT in particular) and a complete description of how you built and ran your example. That said, the placement of the call to Rf_endEmbedded looks a little odd. Best, luke On Thu, 12 Jul 2018, And?ol Evain wrote: > Hello everyone, > > I have a C++ program that calls R using R_tryEval, very similarly to
2016 Apr 21
4
Samba4 openchange status
Hallo to all, does anyone know about the status of openchange ? It sems to me as if the effort and the developping towards greater versions than samba 4.1 has stopped or ended . What about merging openchange code to samba4? Greetings Daniel EDV Daniel Müller Leitung EDV Tropenklinik Paul-Lechler-Krankenhaus Paul-Lechler-Str. 24 72076 Tübingen Tel.: 07071/206-463, Fax: 07071/206-499
2011 Mar 05
1
[LLVMdev] Ask for help with FreeBSD bootloader, aka #6627
Hi, In FreeBSD, we aim for replacing gcc with clang. We can compile all of the base system except the loader which does not fit within the hardware limits (7680 bytes). Currently (r127066) clang/llvm is missing the target by 5 bytes. Thus it's 5 bytes from us being able to compile all of FreeBSD with clang (and replace gcc with clang). There's #6627
2017 Jun 10
4
Question about R developpment
Hi, I had a question that might not seem obvious to me. I was wondering why there was no patnership between microsoft the R core team and eventually other developpers to improve R in one unified version instead of having different teams developping their own version of R. Is it because they don't want to team up? Is it because you don't want? Any particular reasons? Different