Click here to Skip to main content
15,923,852 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to set the width to CChildFrame in MDI Pin
Tomas8-Sep-02 20:22
Tomas8-Sep-02 20:22 
GeneralOle Drag and Drop Pin
danag6-Sep-02 19:12
danag6-Sep-02 19:12 
GeneralRe: Ole Drag and Drop Pin
Paul M Watt6-Sep-02 22:31
mentorPaul M Watt6-Sep-02 22:31 
GeneralMAPI ! Pin
Hadi Rezaee6-Sep-02 18:49
Hadi Rezaee6-Sep-02 18:49 
GeneralRe: MAPI ! Pin
Stephane Rodriguez.6-Sep-02 22:27
Stephane Rodriguez.6-Sep-02 22:27 
GeneralI want a control or source code to show AutoDesk's DWG files in a dialog Pin
Jeason Zhao6-Sep-02 16:52
Jeason Zhao6-Sep-02 16:52 
GeneralRe: I want a control or source code to show AutoDesk's DWG files in a dialog Pin
Todd Smith8-Sep-02 7:20
Todd Smith8-Sep-02 7:20 
GeneralMASM32 :: Assembly Pin
valikac6-Sep-02 15:37
valikac6-Sep-02 15:37 
Hi.

I am very new to ASM. In fact, I have never written a source file for ASM or even compile an ASM program. Nonetheless, began reading a book on ASM programming and will start trying simple ASM programs soon.

The author mentions two ASM compiler, MASM and TASM. I download MASM32 from www.masm32.com. I cannot figure out how to compile an ASM source file using MASM. In the ASM book, the author mentions three commands. Two of which are for MASM.

-----
masm source; or masm source.asm
link source; or link source.asm

or

ml source.asm
-----

I downloaded MASM32 from www.masm32.com. However, I received file not found errors when I tried to compile an ASM source using the commands above. In other words, command prompt do not recognize masm, ml, or link.

I am using WinXP. Again, I am very new to ASM. I would like to know exactly what I need to do to be able to compile ASM source using MASM (unless TASM is better).

Thanks,
Kuphryn
GeneralRe: MASM32 :: Assembly Pin
Mike Nordell6-Sep-02 17:49
Mike Nordell6-Sep-02 17:49 
GeneralRe: MASM32 :: Assembly Pin
valikac6-Sep-02 18:14
valikac6-Sep-02 18:14 
GeneralRe: MASM32 :: Assembly Pin
Stephane Rodriguez.6-Sep-02 22:25
Stephane Rodriguez.6-Sep-02 22:25 
GeneralRe: MASM32 :: Assembly Pin
valikac7-Sep-02 5:09
valikac7-Sep-02 5:09 
GeneralCOleDropTarget. register(pWnd *) returning 0 Pin
danag6-Sep-02 13:53
danag6-Sep-02 13:53 
GeneralRe: COleDropTarget. register(pWnd *) returning 0 Pin
Paul M Watt6-Sep-02 18:54
mentorPaul M Watt6-Sep-02 18:54 
Questionhow to integrate the windows file manager in a visual c++ application ? Pin
luc26-Sep-02 11:09
luc26-Sep-02 11:09 
AnswerRe: how to integrate the windows file manager in a visual c++ application ? Pin
Paul M Watt6-Sep-02 13:35
mentorPaul M Watt6-Sep-02 13:35 
GeneralRe: how to integrate the windows file manager in a visual c++ application ? Pin
luc27-Sep-02 8:25
luc27-Sep-02 8:25 
AnswerRe: how to integrate the windows file manager in a visual c++ application ? Pin
Jawache7-Sep-02 3:11
Jawache7-Sep-02 3:11 
GeneralRe: how to integrate the windows file manager in a visual c++ application ? Pin
luc27-Sep-02 8:29
luc27-Sep-02 8:29 
GeneralLinking problem Pin
Roger Allen6-Sep-02 10:56
Roger Allen6-Sep-02 10:56 
GeneralRe: Linking problem Pin
Stephane Rodriguez.6-Sep-02 11:16
Stephane Rodriguez.6-Sep-02 11:16 
GeneralRe: Linking problem Pin
Roger Allen7-Sep-02 22:18
Roger Allen7-Sep-02 22:18 
GeneralQuestion Pin
Steve L.6-Sep-02 10:58
Steve L.6-Sep-02 10:58 
Questionmain() inside a class? Pin
Rickard Andersson206-Sep-02 10:26
Rickard Andersson206-Sep-02 10:26 
AnswerRe: main() inside a class? Pin
Jeremy Falcon6-Sep-02 10:37
professionalJeremy Falcon6-Sep-02 10:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.