Click here to Skip to main content
15,900,378 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralNotification Pin
picasso22-May-05 17:28
picasso22-May-05 17:28 
GeneralRe: Notification Pin
Christian Graus2-May-05 17:43
protectorChristian Graus2-May-05 17:43 
GeneralRe: Notification Pin
James R. Twine3-May-05 3:56
James R. Twine3-May-05 3:56 
Generalrelease Pin
_tasleem2-May-05 16:39
_tasleem2-May-05 16:39 
GeneralRe: release Pin
Christian Graus2-May-05 16:54
protectorChristian Graus2-May-05 16:54 
GeneralRe: release Pin
eli150219792-May-05 20:16
eli150219792-May-05 20:16 
GeneralRe: release Pin
_tasleem3-May-05 0:34
_tasleem3-May-05 0:34 
GeneralRe: release Pin
eli150219793-May-05 4:07
eli150219793-May-05 4:07 
Generalhelp me,how to create a formview when needed Pin
steven_wong2-May-05 16:10
steven_wong2-May-05 16:10 
GeneralRe: help me,how to create a formview when needed Pin
Christian Graus2-May-05 16:37
protectorChristian Graus2-May-05 16:37 
GeneralRe: help me,how to create a formview when needed Pin
steven_wong3-May-05 1:19
steven_wong3-May-05 1:19 
GeneralRe: help me,how to create a formview when needed Pin
Christian Graus3-May-05 13:19
protectorChristian Graus3-May-05 13:19 
GeneralSplit Views & Property Pages. Pin
James S. Daniel2-May-05 13:54
sussJames S. Daniel2-May-05 13:54 
GeneralModifying an existing Visual C++ GUI Pin
humots2-May-05 13:48
humots2-May-05 13:48 
GeneralRe: Modifying an existing Visual C++ GUI Pin
Christian Graus2-May-05 13:58
protectorChristian Graus2-May-05 13:58 
GeneralHelp! How to build a VC++ program from the command line Pin
Wayne Jin2-May-05 13:31
Wayne Jin2-May-05 13:31 
Hi, there!

Recently I want to build my project from command line.

Below is the example from MSDN Library

msdev MyProject.dsp /MAKE "MyProject – Win32 Debug" /REBUILD

To test I create a simple SDI project test.dsp by using the MFC AppWizard.
Then under the dos command window I type:

msdev test.dsp /MAKE "test – Win32 Debug" /REBUILD

But the msdev response with the following error:
Warning: ignore unkown project: test - Win32 Debug
Error: There is no valid targets to build.

I check the test.dsp file, the content are as follow:
===========================================================
!IF "$(CFG)" == "test - Win32 Release"
.....
!ELSEIF "$(CFG)" == "test - Win32 Debug"
.....
# Begin Target

# Name "test - Win32 Release"
# Name "test - Win32 Debug"
# Begin Group "Source Files"
....
===========================================================

I did see anything missing, it's standard application
generated by the wizard.

Is there anybody know what's wrong with my approach?
Any comment and feedback are greatly appreciated.


Best Regards,
Wayne King
GeneralRe: Help! How to build a VC++ program from the command line Pin
Christian Graus2-May-05 13:56
protectorChristian Graus2-May-05 13:56 
GeneralRe: Help! How to build a VC++ program from the command line Pin
Wayne Jin2-May-05 14:06
Wayne Jin2-May-05 14:06 
GeneralRe: Help! How to build a VC++ program from the command line Pin
Christian Graus2-May-05 14:09
protectorChristian Graus2-May-05 14:09 
GeneralRe: Help! How to build a VC++ program from the command line Pin
Wayne Jin2-May-05 14:28
Wayne Jin2-May-05 14:28 
GeneralHelp getting Unicode FILENAMES into an array Pin
stvprg2-May-05 13:09
stvprg2-May-05 13:09 
GeneralRe: Help getting Unicode FILENAMES into an array Pin
Ryan Binns2-May-05 18:31
Ryan Binns2-May-05 18:31 
GeneralRe: Help getting Unicode FILENAMES into an array Pin
stvprg2-May-05 19:24
stvprg2-May-05 19:24 
GeneralRe: Help getting Unicode FILENAMES into an array Pin
Ryan Binns3-May-05 0:14
Ryan Binns3-May-05 0:14 
GeneralHelp to get WIN32_FIND_DATAW FindFileData from FindFirstFilesW into a file Pin
stvprg4-May-05 7:32
stvprg4-May-05 7:32 

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.