home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 5267 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: news.tau.ac.il!usenet
  2. From: Avi Lev <avil@sapiens.com>
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Plugs Ins
  5. Date: Tue, 12 Mar 1996 09:03:42 +0200
  6. Organization: Sapiens Technologies
  7. Message-ID: <314521CE.6747@sapiens.com>
  8. References: <Pine.SOL.3.91.960307160455.27918A@sirius> <313F2476.2064@dmu.ac.uk>
  9. NNTP-Posting-Host: honda.sapiens.co.il
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (WinNT; I)
  14.  
  15. Timothy Eves wrote:
  16. > You can use LoadSeg() to load the executable into memory and then you
  17. > start execution of that code from the 2 (I think) long word into the seg
  18. > list pointer.
  19. > I'm not too sure about it being the 2nd longword and I can check for
  20. > definate if you cannot find out for your self.
  21. > Tim Eves
  22. > --
  23. > ------------
  24.  
  25. yes, yes you could use the LoadSeg() function but i wouldn't 
  26. recommend it to you cuz it's the wrong way to go, the best way 
  27. is as you've probably read already is using shared libraries, 
  28. then all the grunt work of loading the module and function 
  29. address resolution are done for you and besides even if you load 
  30. using LoadSeg() you have to know how to use its various tables 
  31. correctly and for that you need reference (I recommend The Amiga 
  32. guru book) but it is possible to do indeed.
  33. Avi Lev.
  34.