I see that no one has offered any help with this yet. Perhaps if you were to tell us where you looked for information it would help someone who knows more than I do to point you in the right direction. I see that there is a chapter on building and using DLLs in the LE programming guide. I suspect that there are some SHARE presentations too.
-- Tom Marchant On Thu, 14 Sep 2023 14:03:05 -0500, Eric Erickson <[email protected]> wrote: >I've found a bunch of information on creating AMODE 64 Assembler DLLs, but >having much luck in finding any information about creating AMODE31 Assembler >DLLs. > >I've got a bunch of LE enabled assembler helper routines that I call from C, I >want to package these all as a DLL so that I can share the code between load >modules and not have to statically link them. But as I've stated, not having >much luck in finding information on doing this for AMODE 31. In fact my >biggest question that I can not seem to find the info about in the manual, is >if I have an assembler routine, how do I specify that I want the entry point >exported when I do the bind. Without the export I don't get the side-deck >created with the import statements. > > >Ultimately I would like to take these routines and package them with my AMODE >31 C DLL routines as a mixed C/Assembler DLL for sharing between my load >modules. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
