Programming with Visual Studio .NET - PowerPoint PPT Presentation

1 / 17
About This Presentation
Title:

Programming with Visual Studio .NET

Description:

Programming with Visual Studio .NET A short ... Debug DLL (/MDd) Windows Programming ... Design Programming with Visual Studio .NET Windows ... – PowerPoint PPT presentation

Number of Views:56
Avg rating:3.0/5.0
Slides: 18
Provided by: rco148
Category:

less

Transcript and Presenter's Notes

Title: Programming with Visual Studio .NET


1
Programming with Visual Studio .NET
  • A short review of the process

2
Windows Programming Environment - MS Dev Studio
3
Visual Studio .NET
4
Windows ProgrammingStart New Project
  • Microsoft Visual Studio .Net
  • Start -- Programs -- MS Visual Studio -- MS
    Visual Studio
  • To create a new project
  • New Projects button -- Win32 Console Application
  • Identify storage location for new project
  • Provide Project name
  • OK

5
(No Transcript)
6
(No Transcript)
7
Windows ProgrammingAdd / Create files
  • Project Add Existing Item C File
  • Locate desired files.
  • Repeat for all needed files
  • For new files
  • Project -- Add New Item C File
  • Select file.

8
(No Transcript)
9
Windows ProgrammingAdd Libraries
  • Project -- Properties
  • linker tab -- category Input -- add library
    names to Additional Dependencies
  • for sockets, add wsock32.lib

10
(No Transcript)
11
To support Multi-threaded Programs
  • Select Project ? Program Properties
  • Select C/C tab
  • Code Generation subtab
  • Runtime Library item
  • Default is Single-threaded Debug (/MLd)
  • Select Multi-threaded Debug DLL (/MDd)

12
(No Transcript)
13
Windows ProgrammingSelect Active Configuration
  • Two compile configurations available
  • Release
  • Debug
  • Build select Configuration Manager
  • Select either Debug or Release
  • Note that debug versions create large (megabyte)
    files.

14
(No Transcript)
15
Windows ProgrammingBuild and Execute Project
  • Build -- Build project_name
  • Check message window for compile and link status.
  • If no errors are indicated, execute program.
  • Debug Start or Start Without Debugging

16
(No Transcript)
17
(No Transcript)
Write a Comment
User Comments (0)
About PowerShow.com