similar to: dyn.load( ) problem

Displaying 20 results from an estimated 300 matches similar to: "dyn.load( ) problem"

2007 Jun 12
1
Using dll with Visual Studio Compiler
Hi, I have created a dll in Fortran and used the Visual Studio 2005 Compiler. I've read that certain problems can arise based on the compiler used and that these problems can sometimes cause R not to be able to access everything appropriately, but I've not found how to fix any of these problems. Specifically, after using dyn.load, I know the dll has been loaded because it is listed in
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 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
2011 Nov 15
2
[LLVMdev] Build LLVM as a DLL on Windows x86
On 11/14/11, Alan Garny wrote: > For what is worth, I have been able to trace my problem (thanks Kevin Kelley > for the indirect help!). The 'culprit' was DLL Expert Viewer > (http://www.nirsoft.net/utils/dll_export_viewer.html). It kept reporting > that there were no exported functions, so I (wrongly) assumed that something > had gone wrong while, using PEInfo >
2005 Aug 31
0
externalControl for in-place editing Browser in-compatibility
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 I am not sure if this is a bug or my syntax is wrong but when specifying an external control for the inplace editor, this works fine in IE but not in firefox or netscape. The error that returns in the javascript console on mozilla based browsers is edit_50 is not defined. <script language="JavaScript"> new
2007 Jan 01
0
Net::HTTP.get_response with local files "file://..."
Hi, In my application I fetch a webpage with Net::HTTP.get_response(url). For creating a unit test I don''t want to be depended on an internet connection. So I tried to give an url like that: "file:///c:/mydir/mypage.html" (this url works in webbrower). But it seems that this is not the right protocol for Net::HTTP. Is there any possibility to use such
2013 Jun 24
0
wrong number of arguments calling `request` (0 for 1) (ArgumentError)
Here is the scenario Scenario: Successful login Given an unauthenticated visitor When visitor goes to /users/login And fills in Email with: amitpandya And fills in Password with: amitpandya And clicks the Login button Then amitpandya should be logged in And page should include a notice with text: Welcome amitpandya And amitpandya should see the home mypage page
2019 Mar 20
0
can admin folder render HTML files?
Good Afternoon, On Tue, 2019-03-19 at 20:41 -0500, webmaster at berean-biblechurch.org wrote: > 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?
2004 Aug 06
1
ultra-preliminary C++ wrapper for ogg & vorbis
Hi. I'm working on a very simple C++ wrapper for parts of libogg and libvorbis; I thought I would expose it for initial comments and the generally curious. No conveniences, no frills. No helpful higher-level abstractions. Just a translation from ogg_method_foo(ogg_method* data) to classes that hold the ogg_stream_state etc., so you may type mypage.bos() instead of
2009 Jul 25
7
isqlw with wine
Hi, I need help to find the way of running isqlw (http://msdn.microsoft.com/en-us/library/aa214005(SQL.80).aspx) with wine on ubuntu 9.04. When I try to connect to the network server I just receive this: "DB-Library error: , Severity: 0" I'm sure I already have all the dll's that this program needs. Using (http://www.dependencywalker.com/) I copied all the requested
2011 Nov 15
0
[LLVMdev] Build LLVM as a DLL on Windows x86
2011/11/15 Csaba Raduly <rcsaba at gmail.com>: > On 11/14/11, Alan Garny  wrote: >> For what is worth, I have been able to trace my problem (thanks Kevin Kelley >> for the indirect help!). The 'culprit' was DLL Expert Viewer >> (http://www.nirsoft.net/utils/dll_export_viewer.html). It kept reporting >> that there were no exported functions, so I (wrongly)
2005 Jan 01
2
Dependency Walker
I wonder if this would be of use. I'm too much of a newbie to Linux/Wine to understand what I need to do, but I think this might help. http://www.dependencywalker.com/ Dependency Walker is a free utility that scans any 32-bit or 64-bit Windows module (exe, dll, ocx, sys, etc.) and builds a hierarchical tree diagram of all dependent modules. For each module found, it lists all the functions
2005 Jan 07
1
WineTools 2.1.0 released
Hi, a new version of WineTools is released. Changes are: - DC++ included - DependencyWalker included - PostgreSQL ODBC driver - DBCrab with BDE 5.1.1 - BDE 5.1.1 English Update - IE6 starts without ICW now - Editing the config can now be aborted without deleting it - Lauge is working again (reinstall, please) - Legal notice and disclimer - Typograf in english also - Visual C++ run-time in
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 13
2
Tracking DLLs
Does anyone know what command line params I can use to track what DLLs a a program is accessing -- I'm trying to debug "unreal" from a compiled install of Wine 0.9.4. Everything works fine for the most part but the keyboard and mouse tend to freeze up. I thought maybe using a native DLL for mouse and keyboard might fix the problem. Thanx much, Jeff
2007 Dec 17
1
inspecting win32 .dll from linux
Hello, I'd like to look at the file properties of a win32 .dll file from Linux. I desire the entries that you normally see under the "Version" tab in the file's properties like: "Company", "File Version", "Internal Name". I suspect that there is nothing out there that is just a simple Linux program that does this, so that is why I am here.
2009 Apr 24
1
Managing DLLs with the same names in an R session
I am having a problem using two DLLs with the same name, but obviously located in different directories, in an R session. The troublesome package is the (Bioconductor) Rgraphviz package. It relies on (3rd party software) graphviz and imports functions from (Bioconductor) package graph. Unfortunately, the current stable release of graphviz for Windows
2011 Nov 14
0
[LLVMdev] Build LLVM as a DLL on Windows x86
For what is worth, I have been able to trace my problem (thanks Kevin Kelley for the indirect help!). The 'culprit' was DLL Expert Viewer (http://www.nirsoft.net/utils/dll_export_viewer.html). It kept reporting that there were no exported functions, so I (wrongly) assumed that something had gone wrong while, using PEInfo (http://www.pazera-software.com/products/peinfo/) I could see that