Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++ - Re: MASM386
Hi, Does anyone have or know where to find masm386? I need it in order to compile RTL (DMC 8.27). I cannot compile RTL ASM's with Masm 5.10 and Masm 6.15. Any suggestions? Looking forward for an answer, Nic Tiger. Jun 19 2002
I thought the newer compiler find masm 5.10 or masm 6.15 when it can find it in the path... Jan Nic Tiger wrote:Hi, Does anyone have or know where to find masm386? I need it in order to compile RTL (DMC 8.27). I cannot compile RTL ASM's with Masm 5.10 and Masm 6.15. Any suggestions? Looking forward for an answer, Nic Tiger. Jun 19 2002
I meant that I *have* both Masm 5.10 and Masm 6.15 (and 6.1), but RTL sources doesn't compile with them, giving strange errors inside 'begcode' macro. Nic Tiger. "Jan Knepper" <jan smartsoft.cc> wrote in message news:3D10D500.141280D1 smartsoft.cc...I thought the newer compiler find masm 5.10 or masm 6.15 when it can find it in the path... Jan Nic Tiger wrote:Hi, Does anyone have or know where to find masm386? I need it in order to compile RTL (DMC 8.27). I cannot compile RTL ASM's with Masm 5.10 and Masm 6.15. Any suggestions? Looking forward for an answer, Nic Tiger. Jun 19 2002
"Nic Tiger" <nictiger pt.comcor.ru> wrote in message news:aeqkhc$2jq9$1 digitaldaemon.com...I meant that I *have* both Masm 5.10 and Masm 6.15 (and 6.1), but RTL sources doesn't compile with them, giving strange errors inside 'begcode' macro. Nic Tiger. Jun 19 2002
try TASM ? It works well for me at least for home made code, not rtl. roland Nic Tiger a écrit :I meant that I *have* both Masm 5.10 and Masm 6.15 (and 6.1), but RTL sources doesn't compile with them, giving strange errors inside 'begcode' macro. Nic Tiger. "Jan Knepper" <jan smartsoft.cc> wrote in message news:3D10D500.141280D1 smartsoft.cc...I thought the newer compiler find masm 5.10 or masm 6.15 when it can find it in the path... Jan Nic Tiger wrote:Hi, Does anyone have or know where to find masm386? I need it in order to compile RTL (DMC 8.27). I cannot compile RTL ASM's with Masm 5.10 and Masm 6.15. Any suggestions? Looking forward for an answer, Nic Tiger. Jun 20 2002
|