Tagged Questions
The dynamic-loading tag has no wiki summary.
14
votes
4answers
3k views
Building a Plugin Architecture with Adobe AIR
I'm thinking of choosing Adobe AIR as the client-side implementation technology for an upcoming project. (The previous choice was C# and WPF, but I've been really impressed with Flash/Flex/AIR ...
10
votes
1answer
376 views
Help with Haskell dynamic plugin load
I'm a Haskell beginner, and I'm trying to use the dynamic loading in the 'plugins' package. I'm kind of lost. Here is a minimal program with two files.
Main.hs:
module Main (main) where
import ...
10
votes
3answers
3k views
How do I programmatically compile and instantiate a Java class?
I have the class name stored in a property file. I know that the classes store will implement IDynamicLoad. How do I instantiate the class dynamically?
Right now I have
Properties foo = new ...
6
votes
2answers
419 views
OpenGL on Linux: dlopen libGL.so
Most applications (and libraries) using OpenGL on Linux load libGL.so at runtime using dlopen API, instead of dynamically linking against it.
Why do they do this?
The only reason I can imagine is ...
5
votes
1answer
74 views
Dynamic loading of Haskell abstract syntax expression
Can we use GHC API or something else to load not text source modules, but AST expressions, similar to haskell-src-exts Exp type? This way we could save time for code generation and parsing.
4
votes
2answers
257 views
How to dynamically load a C# dll from a C++ DLL
I have a c++ application. This supports users' C++ plugin dll's, it will dynamically load these dll's and then be able to create and use the user's types dynamically. These user types derive from ...
4
votes
1answer
219 views
Effect of LoaderOptimizationAttribute
I have written a small piece of code regarding the dynamic loading of assemblies and creating class instances from those assemblies, including an executable, a test lib to be dynamically loaded and a ...
4
votes
5answers
526 views
What are the advantages of loading DLLs dynamically?
Looking for the advantages of loading DLLs dynamically as opposed to letting your application load the DLLs by default.
3
votes
1answer
53 views
Can I access to symbols of the host proccess from a shared object loaded in runtime? Any alternative?
In my scenario I want a plugin, which is a shared object loaded in runtime, to access symbols from the “host application” so I can add any functionality to my application.
I have tried but have not ...
3
votes
2answers
109 views
How can I find libraries to load them dynamically with dlopen
In the project I am working on, we provide the possibility to dynamically load additional features. For that we use dlopen.
To find this libraries we have something we call module path. There we have ...
3
votes
1answer
137 views
Can I discover a part from an assembly in the GAC using MEF?
I am just getting started with MEF and hoping to integrate it with an application I'm currently working on. I am wondering if it is possible in MEF to discover parts in assemblies that are in the ...
3
votes
3answers
461 views
Max number of appdomains loaded in one process
Since dynamic assembly loading requires appdomain loading to enable killing the assembly with unloading related appdomain, is there a "max" number appdomains in a process to be loaded? I am thinking ...
3
votes
4answers
1k views
Loading a SWF dynamically causes previously loaded SWFs to misbehave
I have run into a very strange problem with Flash and Flex. It appears that under certain circumstances, movie clips from a SWF loaded at runtime (using Loader) cannot be instantiated if another SWF ...
3
votes
2answers
221 views
Setting the colour scheme for a Silverlight app from an external resource
I have a Silverlight 3 application containing six custom user controls. I'd like to load the colour scheme for these controls from an external resource.
The code and XAML containing a default colour ...
2
votes
2answers
295 views
What is the reason for the error message “Library not loaded: libmysqlclient.18.dylib”?
I have no experience working with Perl, and I'm trying to run the geo_to_mysql.pl program for a project I'm working on. I made no modifications to the program other than the database, username, ...
2
votes
2answers
255 views
load time base address cortex-m3 bare metal
I'm working on a project on a cortex-m3 CPU with bare-metal environment.
Due to software upgrade needs the executable image on the CPU can be in one of two addresses in the flash memory which presents ...
2
votes
2answers
130 views
Included JS in iframe has context of top frame window
$('<script/>', {
src: '/path/to/javascript.js',
type: 'text/javascript'
}).appendTo($('#iframe').contents().find('body'));
Correct me if I'm wrong, but I think that should load the JS ...
2
votes
5answers
226 views
Dynamically loadable and unloadable application modules in Java - how?
I'm writing a server application which makes use of external modules. I would like to make them to be upgradeable without requiring server restart. How do I do that? I've found OSGi but it looks very ...
2
votes
2answers
891 views
Load content as an element scrolls into view
I have a list of search results in a <div> element with a static height and overflow: auto; in the style. I would like to load only the first x number of search results (e.g. 20), and load ...
2
votes
4answers
661 views
How do I make an Action Script 3 class, used in two SWF files, resolve to the same class when one SWF dynamically loads the other?
Background
I am developing a highly modular application in pure Action Script 3 (we are using Flex 4 SDK to automate our builds, but all our code must be able to compile directly in Flash CS4 ...
1
vote
1answer
46 views
“No matching function for call” with variadic templates
I have a class that is designed to dynamically load a .dll or .so or equivalent. From there, it will return pointers to whatever function you're trying to find. Unfortunately, I've come across two ...
1
vote
2answers
52 views
Load symbols from other binaries
I'm relatively inexperienced to C and C++ programming, but if it is possible to load and call symbols from shared libraries (as I understand are compiled and linked much like binaries), is it also ...
1
vote
0answers
101 views
Single page web app, dynamic loading and memory etc
I am looking to build my first single page web application I have been looking at a variety of frameworks backbone.js, JavaScriptMVC and Sammy.js to name but a few used with JQuery. I am left with ...
1
vote
2answers
84 views
how to properly decouple implementation specifics into class libraries in .net
I'm wondering if there is a standard way in c#(or maybe even cli) to efficiently decouple implementation logic into separate class libraries/assemblies that would be dynamically loaded by a process ...
1
vote
2answers
97 views
OCaml: returning a function from the function identifier only
I am writing a program which parses scripts written in some made-up language and does some computations using that script. This language has a particular construct which is used to call external OCaml ...
1
vote
2answers
1k views
Forcing a dynamically loaded javascript to not cache on google chrome
I'm working on a google maps loader (using the google maps javascript API). I want to dynamically add points to a path as and when they come available. Edit: The webpage and javascript are stored ...
1
vote
1answer
57 views
Can you load a XAP from a byte array in Silverlight 4.0
I know that MEF currently supports downloading XAP files from a URI (which is awesome!), but does anyone know if it's possible to have MEF load a XAP from a byte array?
Thanks!
1
vote
1answer
123 views
How to activate a script after the button is press? [JQuery]
I need to activate cpa lead when the button is press.
code:
<script type="text/javascript" src="http://www.cpalead.com/mygateway.php?pub=52514&gateid=NjE1Njk%3D"></script>.
And ...
1
vote
1answer
903 views
Silverlight 4, How to Dynamic load rows into a data grid based on scrolling?
I have a datagrid and a PagedCollectionView with more than 1000 objects and a pagesize of 100.
How can I add the PagedCollectionView to the datagrid such that when its scroll bar riches the bottom end ...
1
vote
3answers
380 views
How to dynamically add a Javascript function (and invoke)
Based on a click event on the page, via ajax I fetch a block of html and script, I am able to take the script element and append it to the head element, however WebKit based browsers are not treating ...
1
vote
1answer
99 views
Dynamic loading and symbols sharing
I'm trying to load a module library via dl in such way, that the module can access globals from the main application. How is that possible to do?
I get an error message from dlopen saying ...
1
vote
4answers
504 views
Error handling in Dynamic JS loading
I am loading a JS file needed only for one part of my web page, only when the user navigates to that tab on the page.
var scriptFile = document.createElement("script");
...
1
vote
2answers
139 views
Dynamic loading problem when program executes from a jar
I have an application which is extendable through java classes that conform to a given interface.
If I run the program from the command line classes, I am able to instantiate the add-on classes ...
1
vote
6answers
559 views
Disable automatic DLL loading in C++
My scenario is as follows: my application depends on a certain DLL (I use it's lib during linkage). However, when my application executes, I want to explicitly load that DLL using LoadLibrary. ...
1
vote
3answers
882 views
How to abort the loading of an external HTML resource, from JavaScript?
I'm writing a JavaScript widget, which is intended for use on other website and loads additional script files from my own web site (which basically means no XHR due to cross-domain limitations). Now I ...
1
vote
2answers
233 views
Can dynamically pluggable modules be done in VHDL?
In c (embedded) a plugin can be implemented by defining a function pointer table and an address range that the module can be loaded into.
This requires linker directive to allocate the space and ...
0
votes
0answers
36 views
How to build a dynamic loading slideshow?
I've search this question for long time...
now I already got a slideshow with multiple rows of divs,but it must put "all" divs in the slide container so my divs can be rows.
I want my slideshow can ...
0
votes
2answers
84 views
How to do a success callback when loading JS includes from another script file
I have legacy web app situation where I can't load jquery.min.js from a script tag in the HTML markup.. so I have to load it with some js in another existing script file
var head = ...
0
votes
1answer
78 views
load time relocation and virtual memory
I am wondering what load-time relocation actually means on a system with virtual memory support.I was thinking that in a system with virtual memory every executable will have addresses starting from ...
0
votes
1answer
280 views
ExtJS4 Error : Uncaught Ext.Error: Cannot create an instance of unrecognized alias: layout.border
Here is the index page using extjs4's new dynamic loading feature
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
...
0
votes
3answers
107 views
load jars dynamically and execute arbitrary code in them
I have a java console app that I'm writing, and I want people to be able to write plugins for it and then to distribute those plugins as jars. I want users to be able to drop a plugin (jar) into a ...
0
votes
2answers
60 views
Load UIView Dynamically from several dll files
I have a Navigation controller in my project. now I want to load views from different dll files, and add them into the Navigation Controller. I am not sure it is possible or not. If possible how could ...
0
votes
2answers
193 views
Dynamic Loading: Undefined Symbol In Shared Static Library
I have an executable that loads .so plugins.
The executable is linked with -rdynamic so that symbol callback can occur.
I have a static library that is included in the executable. This has a ...
0
votes
1answer
272 views
dlopen() .so fails to find symbols in a stripped executable
I have an executable in linux - exe
This executable has some functions in it, that are used throughout the code:
sendMsg
debugPrint
I then want to dynamically load a .so that provides extra ...
0
votes
3answers
399 views
Implementing Plugin Architecture - Dynamic DLL loading
I've an application which is basically a designer with preloaded controls where you can design your pages using the controls.
I'm planning to release more and more controls in the future. I don't ...
0
votes
1answer
127 views
How to manage run-time loaded dll versions?
A bit of background:
I have a library project A, which contains a lot of data and some managed DLLs. This project has its own installer (due to its size) and can be installed independently.
Then I ...
0
votes
2answers
558 views
jQuery getScript() vs document.createElement('script')
Assuming that both of these approaches load the script properly, and that I wait the appropriate amount of time before using the script (and/or use a callback), what are the major differences between ...
0
votes
1answer
476 views
@Font-face dynamic loading of <link (…)>. Working everywhere(Chrome, IE8, Safari) EXCEPT FIREFOX!
I'm making a plugin for wordpress. I'm dynamically loading font to tinymce
//load font to iframe
function loadFontFace(fontId)
{
var iframe = jQ('#content_ifr').contents();
var head = ...
0
votes
1answer
205 views
How to use the Three20 for scrolling
i want to display many images and button on each image in a scroll view. and i want the images loaded which are only visible if the user scrolls i want do load the images dynamically. so can i use the ...
0
votes
2answers
949 views
Silverlight dynamic loading: Xap or Dll?
What would be the advantages and disadvantages of creating external silverlight modules for dynamic loading using:
1 - a silverlight class library (dll on ClientBin)
2 - a silverlight application ...