Tagged Questions
Adobe® Flash® ActionScript® 3.0 Loader class, used to load SWF files or image (JPG, PNG, or GIF) files
17
votes
5answers
187 views
Why are static and dynamic linkable libraries different?
If both of them contain compiled code, why can't we load the "static" files at runtime and why can't we link with the dynamic libraries at compile time? Why is there a need for separate formats to ...
8
votes
2answers
2k views
load-time ELF relocation
I am writing a simple user-space ELF loader under Linux (why? for 'fun'). My loader at the moment is quite simple and is designed to load only statically-linked ELF files containing ...
7
votes
2answers
3k views
VA (Virtual Adress) & RVA (Relative Virtual Address)
A file that is given as input to the linker is called Object File.
The linker produces an Image file, which in turn is used as input by the loader.
A blurb from "Microsoft Portable Executable ...
6
votes
1answer
128 views
Input elemnts in HTMLLoader are readonly in adobe AIR
Lets say i have a html file that contain a form:
<form method="post" action="url">
<input type="text" id="fullname" />
<input type="text" id="bodyText" />
<input ...
6
votes
2answers
169 views
Using /etc/ld.so.preload in a multi arch setup
Is there some way to use ld.so.preload and cover both 32bit and 64bit binaries?
If I list both the 32bit and 64bit versions of the fault handler in ld.so.preload then the loader always complains that ...
6
votes
3answers
283 views
Running applications against a different SDK in OS X?
Summary
I want to run my cross-compiled application against the 10.5 libraries. Is there an environmental variable that allows this to work?
Longer version
I cross-compiled my OS X C++ application ...
5
votes
1answer
251 views
LoaderManager with multiple loaders: how to get the right cursorloader
To me it's not clear how to get the right cursor if you have multiple Loaders. Lets say you define two different Loader with:
getLoaderManager().initLoader(0,null,this);
...
5
votes
2answers
160 views
How can a Solaris process read its own symbol table?
I have a Solaris process, which is a C++ application that is loaded by ld with a few .so libraries. This application has a function that gets a return address in the calling function and then tries to ...
5
votes
3answers
104 views
Do javascript loaders replace the need to do script combining?
Do script loaders replace the need to do script combining?
Or are they really complementary tools?
5
votes
1answer
903 views
difference between -lgcc_s and gcc
what is the difference between linking against gcc_s and gcc by means of LDFLAGS?
Is gcc_s a static library and gcc shared library?
Because I was looking for a solution where it is mentioned to link ...
5
votes
8answers
479 views
Execute data as code?
My client asked me to write an custom encrypted executable to prevent easy cracking of the licensing system. Now, I understand that this is a false sense of security, but despite this he insisted on ...
5
votes
6answers
387 views
Is it possible to replace Loader of an OS? Any way to obtain the control over Loader?
I was just wondering if it is possible to replace Loader (executable program loader not the boot loader) of an Operating System (Windows is my choice). Are there any third party loaders available that ...
5
votes
4answers
1k views
How loader Maps DLL in to Process Address Space
I am curious to know How the Loader Maps DLL in to Process Address Space. How loader does that magic. Example is highly appreciated.
Thanks in advance.
4
votes
2answers
117 views
Java Encrypted Memory Class Loader
I'll get right to the point so you don't have to read a lot.
Basically, I have an AES-128bit Encrypted Jar file. I want to make a launcher so that I can load this encrypted Jar into memory and run it ...
4
votes
4answers
460 views
Changing Windows DLL load order? (load order, not search order)
Say I have one executable: app.exe
I use 2 different 3rd party DLLs in this executable: foo.dll bar.dll and the Application must link implicitly to these DLLs, that is I cannot use ::LoadLibrary to ...
4
votes
2answers
176 views
what does the BSS segment store?
I know that the BSS segment stores the uninitialized global and static variables and initializes them to zero. But what if the global/static variable is initialized and my second question is I read ...
4
votes
4answers
3k views
AS3 Stop external swf
Hi I'm loading an external swf into a MovieClip, and I want it to stop until I choose to play. Currently it plays upon loading immediately.
var mc:MovieClip;
var swfLoader:Loader = new Loader();
...
4
votes
4answers
11k views
Adobe Flash Builder (flex4): addChild() is not available in this class.
I want to load an swf into a flex 4 application in order to use its classes.
var ldr:Loader=new Loader();
ldr.load(new URLRequest("file://path/to/fileswf"));
...
4
votes
4answers
2k views
Linux user-space ELF loader
I need to do a rather unusual thing: manually execute an elf executable. I.e. load all sections into right places, query main() and call it (and cleanup then). Executable will be statically linked, so ...
3
votes
1answer
90 views
Animated Loader
I'm new to Loader. I've some examples for Android Loader. But, no one is in animated style.
How can I create an animated Loader. Like this
Anyone Guide me to do this?
3
votes
2answers
927 views
What are the benefits of CursorLoaders?
I use Cursors extensively in my app, to load and occasionally write information from and to a database. I have seen that Honeycomb and the Compatibility Package have new Loader classes designed to ...
3
votes
1answer
73 views
A question about how loader locates libraries at runtime
Only a minimum amount of work is done
at compile time by the linker; it only
records what library routines the
program needs and the index names or
numbers of the routines in the
library. ...
3
votes
2answers
59 views
Trying to understand how domains work in AS3
So, these past few days I had to deal with something like:
allowSecurityDomain
contentLoaderInfo
appDomain
securitySandbox
etc
it "seems" like these things belong to the same bag.
So, is there a ...
3
votes
1answer
1k views
code igniter third party, $this->load->add_package_path not working correctly
I am trying to use elliothaughins Socialize system for code igniter,
However I keep getting
Message: include(application/third_party/config/socializenetworks.php): failed to open stream: No such ...
3
votes
1answer
90 views
DBIx::Class::Schema::Loader ResultSource base class
I am using DBIx::Class::Schema::Loader for creating a static ORM to my database. I use the following method to create it and specify base classes for ResultSet and Result classes which I can plug ...
3
votes
2answers
1k views
MEF: “Unable to load one or more of the requested types. Retrieve the LoaderExceptions for more information”
Scenario: I am using Managed Extensibility Framework to load plugins (exports) at runtime based on an interface contract defined in a separate dll. In my Visual Studio solution, I have 3 different ...
3
votes
2answers
2k views
Is it possible to pause a playing SWF file in Adobe Flex? How?
I just wanna know if it is possible to pause a playing SWF file in adobe flex?
I have an SWF Loader and it plays my SWF file however, it does not have any capability (or built in function) that pauses ...
3
votes
2answers
250 views
How does Mach-O loader loads different NSString objects?
I have known that If you define a bunch of @"" NSString objects in the source code in Mac OS. These NSStrings will be stored in a segment in the Mach-O library.
Section
sectname __ustring
segname ...
3
votes
2answers
2k views
implementing UIActivityIndicatorView while NSData dataWithContentsOfURL is downloading
I am downloading an mp3 using NSData dataWithContentsOfURL:url. This takes a while and while the file is downloading the application hangs. I want to handle well and ideal would like to show the ...
3
votes
1answer
2k views
Setting LD_LIBRARY_PATH in Apache PassEnv/SetEnv still cant find library
I am trying to test the Cybersource 3d party implementation. I was able to get the test files running fine from the command line, which requires that on Linux I export the path to the payment ...
3
votes
1answer
56 views
Complete state of a process
I wrote a small program which is as follows:
#include<stdio.h>
int c=0;
int main()
{
int a=10,b=20;
printf("Hello World\n");
c = a+b;
printf("%d\n",c);
return 0;
}
I can ...
3
votes
1answer
143 views
What is “Alignment” field in binary formats? Why is it needed?
In ELF file format we have an Alignment field in Segment Header Table aka Program Header Table.
In case of Windows PE file format they take it to next level the Sections have two alignment values, ...
3
votes
1answer
396 views
Does the Google AJAX API Loader have any advantage over direct link to Google hosted files via script tag?
I've recently moved a site over to use the Google AJAX Libraries instead of hosting the library js files myself. At the moment I'm using the Google recommended approach:
<script ...
3
votes
2answers
2k views
Difference between load-time dynamic linking and run-time dynamic linking
When loading programs into memory, what is the difference between load-time dynamic linking and run-time dynamic linking?
3
votes
5answers
525 views
Any hand-on exercise to understand how a program is loaded into memory and get executed
I am curious about the things happend before main() is called , such like load the executable into memory , dynamic load of shared library. Do you have any suggestions how to understand these things ...
3
votes
3answers
644 views
How to get the background colour of a loaded swf?
When you load in an external swf at runtime is there any way to get the background colour of the swf? - That is the stage background colour.
The loaded swf is uploaded by users, who may or may not ...
3
votes
6answers
2k views
What is the fastest way to load data into a ORACLE database with .NET?
I currently have a daily process that loads a large amount of data from a TXT file into a ORACLE database, using a shell script that calls sql_loader. I want to migrate that to a .NET service, but ...
3
votes
3answers
4k views
Loading models in Zend_Form using Zend Framework
I'm trying to build a form using the Zend_Form component, but the number of elements varies. The information for each Zend_Form element is stored in a database (name, options, validators, filters, ...
3
votes
2answers
1k views
How can I instantiate class from a swf?
I have an FLA file with objects in the library which I have set to be "classes" (In CS3, right click an item in the library select properties, make sure it's set to export for actionscript, and has a ...
2
votes
1answer
92 views
Can't get a working progress bar for file download AS3
I'm currently enrolled in an ActionScript course, and cannot seem to get my progress bar to work correctly. We were tasked with creating a simple image loader application, which would access ...
2
votes
4answers
45 views
Action Script 3 new loader
I was revisiting some code for a simple picture viewer that I created in Action Script 2.0 now taking on the same task in AS3. At present i'm well aware that the command .loadMovie is no longer used. ...
2
votes
1answer
101 views
CodeIgniter: get_instance inside My_Lang
I found this useful Internationalization code:
http://pastebin.com/SyKmPYTX
everything works well except I am unable to use CI functions inside this class .
I want to set $languages and $special ...
2
votes
2answers
641 views
Trouble with Custom AsyncTaskLoader callbacks
I'm having a couple of problems with my AsyncTaskLoader, not sure if they're related as they both happen when attempting to restart the Loader. In my application I have 3 instances of a custom ...
2
votes
1answer
43 views
When are javascripts loaders slower than the traditional approach?
I have an app that has a bunch of resources. Having read about javascript loaders I decided to see what kind of boost I'd get from loading resources asynchronously. To my surprise I found that using ...
2
votes
2answers
1k views
“Application executable is missing a required architecture armv6” on Application loader
When i run my layarapplication on my device it works, but when i want to upload it with application loader to appstore, it gives a message;
"*application executable is missing a required architecture ...
2
votes
4answers
94 views
How can I know what libs are being linked dynamically into a static lib?
Say I have a libmy.a static library, and I want to know what libraries it links dynamically. Actually I need that for the following: I am gonna create a new dynamic lib say libmy2.so which will link ...
2
votes
1answer
412 views
How to change Drupal's ajax gif loader
I want to change Drupal's (6) ajax gif loader without having to change the gif itself nor tampering with core css files... but by overriding it from my theme's css.
What is the best way to achieve ...
2
votes
1answer
2k views
iTunes Connect application is missing required architecture
iTunes Connect is saying that my application executable is missing required architecture. At least one of the following architecture(s) must be present: armv6
Now thats funny (read: peculiar) to me ...
2
votes
3answers
704 views
Java: Image Loader Library (JPG, PNG, GIF, TIFF, TGA)
Advise me an image loader library which could load such formats as JPG, PNG, TIFF, TGA.
It would be great if It could say me a pixel formats, such as R8G8B8, R5G6B5,..
2
votes
3answers
183 views
c++ Loader class
I was thinking of a loader class and came up with two different approaches.
class Loader{
public:
Loader(const Path& path);
File load() const;
private:
Path path_;
};
vs
class Loader{
...