View previous topic :: View next topic |
Author |
Message |
German Castillo Beginner
Joined: 23 Dec 2005 Posts: 83 Topics: 2 Location: Caracas, Venezuela
|
Posted: Sat Feb 04, 2006 4:45 pm Post subject: Object Modules |
|
|
Hello listers,
I am browsinh trough CBT index file to find a way to EXTRACT from an executable load module, any, or all of its object components, that is, the output of whatever compiler was used to produce that object module, which in turn was the input to the Linker/Binder.
If any of you alredy know if I can find this on CBT or advice an alternative way to accomplish this, I will be very gratefull _________________ Best wishes,
German Castillo |
|
Back to top |
|
|
MikeBaker Beginner
Joined: 04 May 2004 Posts: 96 Topics: 9
|
Posted: Mon Feb 06, 2006 3:26 am Post subject: |
|
|
Two simple options:
1: AMBLIST. You will have this.
www.naspa.com/PDF/2002/0202%20PDF/T0202012.pdf
2: File-Aid. If you have this, it's better than AMBLIST. Use the "LMODMAPA" command. |
|
Back to top |
|
|
semigeezer Supermod
Joined: 03 Jan 2003 Posts: 1014 Topics: 13 Location: Atlantis
|
Posted: Mon Feb 06, 2006 9:09 am Post subject: |
|
|
I used to use DELINK0 all the time. Very useful if you can find it. |
|
Back to top |
|
|
German Castillo Beginner
Joined: 23 Dec 2005 Posts: 83 Topics: 2 Location: Caracas, Venezuela
|
Posted: Mon Feb 06, 2006 9:10 am Post subject: |
|
|
Thank you Mike!
Actually, I was considering on using AMBLIST, however I wanted to spare the file editing, I think I will have to do it anyway. I was looking for a solution similar to Serenas' Startool DELINK cmd, I just wanted to make it a standard way to port a solution of mine others shops not having Startool and not minding to use freeware solutions at most. I was hoping that CBT File 182 had support for delink , sadly... not yet. _________________ Best wishes,
German Castillo |
|
Back to top |
|
|
German Castillo Beginner
Joined: 23 Dec 2005 Posts: 83 Topics: 2 Location: Caracas, Venezuela
|
Posted: Mon Feb 06, 2006 10:00 am Post subject: |
|
|
Delink0 is the way to go
Thank you semi! _________________ Best wishes,
German Castillo |
|
Back to top |
|
|
|
|