JJ2007, rsala,
JJ, Norton360 did not like ml.exe, link.exe, and polink.exe in your zipped file, and promptly removed them before I could use them. Not sure why Norton thought they were unsafe, and I didn't yet attempt to get around it. But I appreciate your response.
rsala,
My project was so tweaked, I re-created it from scratch, and am getting the same linker error.
The state of the dll project, as attached, is:
1) I created the dll project (HexToDll)
2) I added my two .obj files destined for the dll library, from another 'static lib' project. The obj files are HexToAscii and HexToHexChars.
3) In the HexToDll.def file, I 'exported' the above two objects along with the HexToDll object (with DllEntryPoint) auto-generated by EC.
4) Ran the Rebuild All. HexToDll.asm assembled without error, and the linker failed as described above.
Thanks for looking at this.