Click here to Skip to main content
15,901,122 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Where I can store my informations? Pin
Antony M Kancidrowski20-Jan-05 2:53
Antony M Kancidrowski20-Jan-05 2:53 
AnswerRe: Where I can store my informations? Pin
David Crow20-Jan-05 2:55
David Crow20-Jan-05 2:55 
AnswerRe: Where I can store my informations? Pin
Graham Bradshaw20-Jan-05 5:13
Graham Bradshaw20-Jan-05 5:13 
GeneralRe: Where I can store my informations? Pin
toxcct20-Jan-05 6:31
toxcct20-Jan-05 6:31 
GeneralRe: Where I can store my informations? Pin
Anonymous20-Jan-05 17:16
Anonymous20-Jan-05 17:16 
QuestionHow to open an old VC++ 6 project in Visual Studio .NET 2003? Pin
Rainer Koschnick20-Jan-05 0:49
Rainer Koschnick20-Jan-05 0:49 
AnswerRe: How to open an old VC++ 6 project in Visual Studio .NET 2003? Pin
Manfred Staiger20-Jan-05 1:21
Manfred Staiger20-Jan-05 1:21 
AnswerRe: How to open an old VC++ 6 project in Visual Studio .NET 2003? Pin
Mike Dimmick20-Jan-05 1:51
Mike Dimmick20-Jan-05 1:51 
.dsw and .dsp files are text files. If you open them with a text editor, you'll see:

DSW:
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!

###############################################################################

Project: "blah"=.\blah.dsp - Package Owner=<4>

Package=<5>
{{{
    begin source code control
    $/path/to/blah
    .
    end source code control
}}}

Package=<4>
{{{
}}}

###############################################################################

Global:

Package=<5>
{{{
    begin source code control
    $/path/to/blah
    .
    end source code control
}}}

Package=<3>
{{{
}}}

###############################################################################

DSP:
# Microsoft Developer Studio Project File - Name="blah" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **

# TARGTYPE "Win32 (x86) Console Application" 0x0103

CFG=blah - Win32 Release
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
!MESSAGE 
!MESSAGE NMAKE /f "blah.mak".
!MESSAGE 
!MESSAGE You can specify a configuration when running NMAKE
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE 
!MESSAGE NMAKE /f "blah.mak" CFG="blah - Win32 Release"
!MESSAGE 
!MESSAGE Possible choices for configuration are:
!MESSAGE 
!MESSAGE "blah - Win32 Release" (based on "Win32 (x86) Console Application")
!MESSAGE "blah - Win32 Debug" (based on "Win32 (x86) Console Application")
!MESSAGE 

# Begin Project
# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName "$/path/to/blah"
# PROP Scc_LocalPath "."
CPP=cl.exe
RSC=rc.exe

!IF  "$(CFG)" == "blah - Win32 Release"

# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
# PROP BASE Output_Dir "Release"
# PROP BASE Intermediate_Dir "Release"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
continues...
If you can't open it in a text editor, or there are odd characters in the file, the file has indeed become corrupted. You should restore from a known good backup - and run the Windows Memory Diagnostic[^] to ensure your system RAM is OK.

If your system RAM is OK, consider replacing your hard disk.

Stability. What an interesting concept. -- Chris Maunder
QuestionHow to arrange toolbars side by side in row in Inplace Activation (VC++) App Pin
RajeevKANTA20-Jan-05 0:30
RajeevKANTA20-Jan-05 0:30 
Generalaccess violation on win2000 service pack 4 Pin
attias gabi19-Jan-05 21:35
attias gabi19-Jan-05 21:35 
Generalaccess violation on win2000 service pack 4 Pin
attias gabi19-Jan-05 21:35
attias gabi19-Jan-05 21:35 
GeneralRe: access violation on win2000 service pack 4 Pin
Neville Franks19-Jan-05 22:16
Neville Franks19-Jan-05 22:16 
GeneralRe: access violation on win2000 service pack 4 Pin
attias gabi20-Jan-05 11:03
attias gabi20-Jan-05 11:03 
Generalout of memory error Pin
vc-programmer-19-Jan-05 21:03
vc-programmer-19-Jan-05 21:03 
GeneralRe: out of memory error Pin
Le Ridder Noir19-Jan-05 22:48
Le Ridder Noir19-Jan-05 22:48 
GeneralRe: out of memory error Pin
Mike Dimmick20-Jan-05 2:16
Mike Dimmick20-Jan-05 2:16 
GeneralGetKeyState Pin
vidhyas19-Jan-05 21:03
vidhyas19-Jan-05 21:03 
GeneralRe: GetKeyState Pin
Neville Franks19-Jan-05 22:15
Neville Franks19-Jan-05 22:15 
GeneralRe: GetKeyState Pin
vidhyas19-Jan-05 22:19
vidhyas19-Jan-05 22:19 
GeneralRe: GetKeyState Pin
Neville Franks19-Jan-05 22:26
Neville Franks19-Jan-05 22:26 
GeneralRe: GetKeyState Pin
vidhyas19-Jan-05 22:40
vidhyas19-Jan-05 22:40 
GeneralRe: GetKeyState Pin
Neville Franks20-Jan-05 0:40
Neville Franks20-Jan-05 0:40 
GeneralRe: GetKeyState Pin
Anonymous20-Jan-05 2:45
Anonymous20-Jan-05 2:45 
Generalcdhtmldialog Pin
lirik19-Jan-05 19:47
lirik19-Jan-05 19:47 
GeneralRe: cdhtmldialog Pin
Neville Franks19-Jan-05 22:33
Neville Franks19-Jan-05 22:33 

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.