Tagged Questions

6
votes
2answers
233 views

load-time ELF relocation

Hi, 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 con …
3
votes
6answers
527 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 . …
3
votes
3answers
352 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.
2
votes
3answers
52 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 s …
2
votes
4answers
134 views

Any hand-on exercise to understand how a program is loaded into memory and get executed

Hi, 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 …
2
votes
4answers
254 views

Does the Java JVM load an entire jar or ear if it only uses one class from it?

Lets pretend you have a 3 Gb jar file and your application only uses a small class within it. Does the JVM load the whole jar file into memory or does it read the Table of Content …
2
votes
3answers
163 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, wh …
2
votes
1answer
131 views

Environment overrides for Linux linker/loader

Earlier today I asked a question about environ, and one of the more interesting replies suggested that I could gather information using LD_DEBUG. Now I've known about some linker/ …
2
votes
2answers
937 views

Best approach for using AJAX loaders?

I've implemented a few poor solutions for bringing up an AJAX loader before dynamically updating a content DIV, but none seem to be "universal", and I find each time I do it I'm re …
1
vote
1answer
62 views

How do I load multiple large images and video in Actionscript 3.0?

I am creating a Flash site for a client who wants to display many (about 15) fairly hi-res photos as well as a video. I am using the Video class to display and control the video, a …
1
vote
2answers
67 views

How can I get the background color of a loaded swf file ?

I'm loading an swf file into my main application using URLLoader, I want to get the background color of the loaded swf file. ( I heard that one solution wold be reading the byte co …
1
vote
2answers
2k views

SQL Loader : Load into 2 Tables from 1 controlfile and 1 CSV

Table T1 Structure:col1 number,col2 number Table T2 Structure: col1 number,col2 number,col3 number csv file: row1:1,2,3,4,5,6 row2:1,2,3,4,5,6 I want data in Table T1 as: col …
1
vote
3answers
1k views

Loading models in Zend_Form using Zend Framework

I'm trying to build a form using Zend_Form component, but the number of elements varies. The informations for each Zend_Form elements are stored in a database (name, options, valid …
1
vote
2answers
286 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 acti …
0
votes
2answers
28 views

How to access parent movieclip’s variable from loaded swf.

Hello, I have a swf which load an external swf. The loader swf has a variable which i want to access from the loaded swf. I use MovieClip(parent.parent).myVar but it return this e …

1 2 3 4 next
15 30 50 per page