R
RichardOnRails
Hi,
I created a new project using the Blank Solution template. I populated
the blank .cpp with a sample I downloaded from
http://www.voidspace.org.uk/ironpython/winforms/part5.shtml. When I
try to compile it,
the Debug tab "Start ..." menus are grayed out and Project tab has no
"Build" menus. How do I fix this so I can test the sample?
Details follow. Any ideas?
Thanks in Advance,
Richard
DETAILS:
I created a new project in VS2008 of type “Visual Studio Solutions”
using the “Blank Solution” template.
I named it “TestingBlankSolutionProj” stored at “K:\_Projects\C++
\VS2008”
I clicked OK
I got:
-- a “TestingBlankSolutionProj” solution with 0 projects
-- a directory “K:\_Projects\C++\VS2008\TestingBlankSolutionProj”
populated with:
---- TestingBlankSolutionProj.sln
---- TestingBlankSolutionProj.suo
So far, so good
I created a new file of category “VC++” with template “C++ File (.cpp)
I got a blank file display named “Source1.cpp”
I saved the file to K:\_Projects\C++\VS2008\TestingBlankSolutionProj
\Project\MyProgram.cpp
So far, so good
I populated MyProgram.cpp with sample code from
http://www.voidspace.org.uk/ironpython/winforms/part5.shtml
I saved the file.
Finally, I tried to compile/run the program.
However, the Debug tab grayed out both “Start ...” menus
The Project tab was virtually unpopulated.
I created a new project using the Blank Solution template. I populated
the blank .cpp with a sample I downloaded from
http://www.voidspace.org.uk/ironpython/winforms/part5.shtml. When I
try to compile it,
the Debug tab "Start ..." menus are grayed out and Project tab has no
"Build" menus. How do I fix this so I can test the sample?
Details follow. Any ideas?
Thanks in Advance,
Richard
DETAILS:
I created a new project in VS2008 of type “Visual Studio Solutions”
using the “Blank Solution” template.
I named it “TestingBlankSolutionProj” stored at “K:\_Projects\C++
\VS2008”
I clicked OK
I got:
-- a “TestingBlankSolutionProj” solution with 0 projects
-- a directory “K:\_Projects\C++\VS2008\TestingBlankSolutionProj”
populated with:
---- TestingBlankSolutionProj.sln
---- TestingBlankSolutionProj.suo
So far, so good
I created a new file of category “VC++” with template “C++ File (.cpp)
I got a blank file display named “Source1.cpp”
I saved the file to K:\_Projects\C++\VS2008\TestingBlankSolutionProj
\Project\MyProgram.cpp
So far, so good
I populated MyProgram.cpp with sample code from
http://www.voidspace.org.uk/ironpython/winforms/part5.shtml
I saved the file.
Finally, I tried to compile/run the program.
However, the Debug tab grayed out both “Start ...” menus
The Project tab was virtually unpopulated.