similar to: Using dll with Visual Studio Compiler

Displaying 20 results from an estimated 1000 matches similar to: "Using dll with Visual Studio Compiler"

2007 Jun 12
1
dyn.load( ) problem
I am trying to access a dll with dyn.load, but I get an error message box titled "R Console: Rgui.exe - Unable to Locate Component". The error message itself states "this application has failed to start because libifcoremdd.dll was not found. Re-installing the application may fix this problem." I have reinstalled the program (with full installation) but still get the same
2005 Sep 01
2
FW: externalControl for in-place editing Browser in-compatibility
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Anyone have any ideas on this one, it appears that that $() is not working to get object by id in Mozilla based browsers. Does anyone know how to fix this? I am a n00b to javascript. Is this a bug or am I doing something wrong? Can someone please confirm this. - -----Original Message----- From: Stephen Major [mailto:smajor@gmail.com] Sent:
2019 Mar 20
3
can admin folder render HTML files?
I put a custom HTML file in the admin folder, but when I login to the admin interface then browse to it (e.g., http://server:8000/admin/mypage.html), I get "400 - UNRECOGNISED COMMAND". Is admin (or the admin folder) able to render only the standard Icecast files? I'm using 2.4.4 on Windows 10. Thanks, Justin -------------- next part -------------- An HTML attachment was
2006 Apr 25
5
Routing and extensions.
I would like my something like "my_page.html" to map to :controller => ''page'', :action => ''my_page''. How can I accomplish that? Is there a way to make the routing parse other things other than ''/''? -- Posted via http://www.ruby-forum.com/.
2006 Jan 27
3
paging agi
Hello Everyone, I've been playing with an agi script for paging sip phones. page.agi will take all available sip extensions and assign them to the global variable PAGE_GROUP. Allowing the phones to be paged from the dialplan with the new Page cmd. Extensions to be excluded are presented as arguments to the agi. Each time a page is made this agi refreshes the global variable. This works with
2005 Sep 15
2
IE iframe bug with Autocompleter over HTTPS
I ran across an issues using the Autocompleter over HTTPS in IE (6.0 in WinXP Pro SP2). I plan to submit a bug report to the Ruby on Rails trac, but first I''d like "to discuss this on th[is] Mailing List beforehand, maybe it''s already known and in the works, or it isn''t a bug" (per http://wiki.script.aculo.us/scriptaculous/show/BugReports) The autocomplete
2015 Nov 04
2
Vectorizing structure reads, writes, etc on X86-64 AVX
Hi Jay - I see the slow, small accesses using an older clang [Apple LLVM version 7.0.0 (clang-700.1.76)], but this looks fixed on trunk. I made a change that comes into play if you don't specify a particular CPU: http://llvm.org/viewvc/llvm-project?view=revision&revision=245950 $ ./clang -O1 -mavx copy.c -S -o - ... movslq %edi, %rax movq _spr_dynamic at GOTPCREL(%rip),
2015 Nov 03
2
Vectorizing structure reads, writes, etc on X86-64 AVX
----- Original Message ----- > From: "Sanjay Patel via llvm-dev" <llvm-dev at lists.llvm.org> > To: "Jay McCarthy" <jay.mccarthy at gmail.com> > Cc: "llvm-dev" <llvm-dev at lists.llvm.org> > Sent: Tuesday, November 3, 2015 12:30:51 PM > Subject: Re: [llvm-dev] Vectorizing structure reads, writes, etc on X86-64 AVX > > If the
2010 May 07
1
[LLVMdev] Unreachable code executed crash
Initially, tt was not a problem with the verifier, we were just inserting a wrong instruction in our pass. Also we were able to figure out the error you pointed out and our pass is running as intended!!! Thanks a lot. On Fri, May 7, 2010 at 12:02 AM, Nick Lewycky <nicholas at mxc.ca> wrote: > Adarsh Yoga wrote: > >> I was able to solve that >> > > What was wrong? I
2010 Nov 02
1
Using data( ) in a loop
I'm trying to generate 50+ graphs using the UScensus2000tract data. I need to access the data for just about all of the states, so I was hoping to create a simple loop that will take the relevant state from my data and load the associated census data from the UScensus2000tract package. Below is a sample of what I'm trying to do. Any suggestions are much appreciated.
2015 Nov 03
2
Vectorizing structure reads, writes, etc on X86-64 AVX
Thank you for your reply. FWIW, I wrote the .ll by hand after taking the C program, using clang to emit the llvm and seeing the memcpy. The memcpy version that clang generates gets compiled into assembly that uses the large sequence of movs and does not use the vector hardware at all. When I started debugging, I took that clang produced .ll and started to write it different ways trying to get
2006 Aug 01
2
open DLL in R
I have downloaded a DLL file. I want to look at the contents in the DLL file. How can I do it in R? Thanks, QL --------------------------------- [[alternative HTML version deleted]]
2010 May 06
2
[LLVMdev] Unreachable code executed crash
I was able to solve that but still crashing with the same error saying "Unreachable executed". I have attached the output with this mail. Thanks in advance. On Thu, May 6, 2010 at 2:38 AM, Nick Lewycky <nicholas at mxc.ca> wrote: > Adarsh Yoga wrote: > >> Yes. Intially the pass was crashing when the module when the module >> verifier was running. I was able to
2010 May 07
0
[LLVMdev] Unreachable code executed crash
Adarsh Yoga wrote: > I was able to solve that What was wrong? I wasn't able to reproduce it and would still like to teach the verifier whatever it missed. but still crashing with the same error saying > "Unreachable executed". I have attached the output with this mail. This time you've got: %1 = load i32** getelementptr inbounds ({ i32* }* @structobj, i64 0, i32
2010 Jan 26
6
Subclassing ActiveRecord::Base
First of all, sorry for the crossposting, but I put this into the Ruby Forum first of all, but was pointed to this as a more appropriate location. I''m using ActiveRecord and ActiveSupport in a non-rails environment to connect to multiple databases, and I''ve found the following (single database) to cause me an error. Note that params is my database settings and omitted for
2003 Sep 17
3
Building and loading a DLL on Windows NT
I am trying to build a simple dll with Rcmd SHLIB to link into R. The results of the build are below. From my limited knowledge of building DLLs, it looks like it worked (I didn't get any errors). F:\R\dlls> Rcmd SHLIB add.C making add.d from add.C g++ -IC:/PROGRA~1/R/src/include -Wall -O2 -c add.C -o add.o ar cr add.a *.o ranlib add.a g++ --shared -s -o add.dll add.def add.a
2020 Aug 06
2
How to make a subdirectory in a lit test?
Yeah, the llvm-ar tests are working on Windows. But I'm getting different results when I try to use the same commands in an LLDB lit test. Maybe there's something messed up in LLDB's local lit config? If I have `mkdir %t/subdir` in my lit test, I get either file-not-found or a complaint about "unrecognized option /subdir." The one-and-only mkdir on my PATH is
2002 Jan 30
2
Error calling Fortran code
Dear R users, I have to use a R function which call a Fortran code: result <- .Fortran("Name", arguments) I have the following error message: R> Error in .Fortran("Name", arguments .... R> C/Fortran function name not in load table Any ideas? I am working on PC with R 1.4.0 (loading from R Binaries, Windows, Base, SetupR.exe installation with all the
2010 May 06
2
[LLVMdev] Unreachable code executed crash
Yes. Intially the pass was crashing when the module when the module verifier was running. I was able to solve that and now it is crashing when the bit writer pass is running. On Wed, May 5, 2010 at 8:39 PM, Nick Lewycky <nlewycky at google.com> wrote: > On 5 May 2010 17:12, Adarsh Yoga <ayoga at umail.iu.edu> wrote: > >> Hi, >> >> I've written a pass
2006 Nov 20
7
Snom 360 Multiple calls on hold help
Hi everyone, Ive just installed a bunch of Snom 360s, and now having a NIGHTMARE of problems! Ive got a receponist phone with a extra sidecar on it. And when she gets 2+ calls and puts them on hold, when she goes to transfer them out the calls on hold get merged together. Somehow the calls on hold get merged and not to the extension needed!! Any help on this would be great guys, that would be