From: "Avi Berkovich" Newsgroups: comp.os.msdos.djgpp,comp.os.msdos.programmer Subject: Dynamic Drivers, Rephrase Date: Sat, 6 May 2000 15:02:35 +0300 Organization: NetVision Israel Lines: 15 Message-ID: <8f11d5$ph9$1@news.netvision.net.il> NNTP-Posting-Host: ppp175.ort.org.il X-Trace: news.netvision.net.il 957614309 26153 62.0.195.184 (6 May 2000 11:58:29 GMT) X-Complaints-To: abuse AT netvision DOT net DOT il NNTP-Posting-Date: 6 May 2000 11:58:29 GMT X-Newsreader: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hello My last message wasn't understood currectly, well it was my fault, so let me rephrase: I want to get some info about how to load up compiled code with an already compiled and linked program, and utilize the loaded code as for example: a VESA VBE driver. I need to know how can I pass variables to and from the binary code (I wrote) and let it run. I will appriciate any help, thanks from advance.