Re: Export from .asm without .def
Curt Hagenlocher <[email protected]>
| Newsgroups | gmane.comp.windows.off-topic |
|---|---|
| Message-ID | <[email protected]> |
I should have searched those forums before replying. On Sun, Feb 7, 2010 at 9:17 PM, Marc Brooks <[email protected]> wrote: > > B) Exporting methods (in which case, use PUBLIC) like: > ASMPROC PROC PUBLIC USES eax ebx ecx edx esi edi ebp > This works if you use "EXPORT" instead of "PUBLIC". Thanks ! -Curt