Click here to Skip to main content
15,888,527 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
GeneralRe: Help to get WIN32_FIND_DATAW FindFileData from FindFirstFilesW into a file Pin
Ryan Binns4-May-05 23:39
Ryan Binns4-May-05 23:39 
GeneralAvailable DLL / C++-SourceCode for 3D-presentation of rectangular solids of different sizes Pin
Roland F.2-May-05 12:26
Roland F.2-May-05 12:26 
GeneralRe: Available DLL / C++-SourceCode for 3D-presentation of rectangular solids of different sizes Pin
Christian Graus2-May-05 13:20
protectorChristian Graus2-May-05 13:20 
Generali still need just a little help Pin
Anonymous2-May-05 11:58
Anonymous2-May-05 11:58 
GeneralRe: i still need just a little help Pin
Christian Graus2-May-05 13:23
protectorChristian Graus2-May-05 13:23 
GeneralRe: i still need just a little help Pin
Anonymous2-May-05 14:25
Anonymous2-May-05 14:25 
GeneralRe: i still need just a little help Pin
Christian Graus2-May-05 14:32
protectorChristian Graus2-May-05 14:32 
GeneralRe: i still need just a little help Pin
Anonymous2-May-05 15:06
Anonymous2-May-05 15:06 

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.