Compile,Link and Run
Compile,Link and Run When you're ready to compile HELLOMSG, you can select Build Hellomsg.exe from the Build menu,or press F7,or select the Build icon from the Build toolbar.The appearance of this icon is shown in the Build menu.If the Build toolbar is not currently displaned,you can choose Customize from the Tools menu and select the Toolbars tab.Pick Build or Build MiniBar. Alternatively you can select Execute Hellomsg.exe from the Build menu ,or press Ctrl+F5 or click the Execute program icon which looks like red exclamation point from the Build toolbar.You ''ll get a message box asking you if you want to build the program . As normal ,during the compile stage ,the compiler generates an .OBJ (object) file from the C source code file.During the link stage the linker combines the .OBJ file with .LLB (library ) files to cr...