Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/cplusplus/147.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
有没有办法使用Win32 C++;视觉环境中的源? 我有C++项目“DDF195”的源码,我试着在表格操作和样式上做一些改变。_C++_Winapi_Visual Studio 2015_Mfc - Fatal编程技术网

有没有办法使用Win32 C++;视觉环境中的源? 我有C++项目“DDF195”的源码,我试着在表格操作和样式上做一些改变。

有没有办法使用Win32 C++;视觉环境中的源? 我有C++项目“DDF195”的源码,我试着在表格操作和样式上做一些改变。,c++,winapi,visual-studio-2015,mfc,C++,Winapi,Visual Studio 2015,Mfc,我需要知道如何在可视环境中打开表单? 我刚找到这个项目的档案 ================================================================================ MICROSOFT FOUNDATION CLASS LIBRARY : DDF195 Project Overview =========================================================================

我需要知道如何在可视环境中打开表单? 我刚找到这个项目的档案

================================================================================
    MICROSOFT FOUNDATION CLASS LIBRARY : DDF195 Project Overview
===============================================================================

The application wizard has created this DDF195 application for 
you.  This application not only demonstrates the basics of using the Microsoft 
Foundation Classes but is also a starting point for writing your application.

This file contains a summary of what you will find in each of the files that
make up your DDF195 application.

DDF195.vcproj
    This is the main project file for VC++ projects generated using an application wizard. 
    It contains information about the version of Visual C++ that generated the file, and 
    information about the platforms, configurations, and project features selected with the
    application wizard.

DDF195.h
    This is the main header file for the application.  It includes other
    project specific headers (including Resource.h) and declares the
    CDDF195 application class.

DDF195.cpp
    This is the main application source file that contains the application
    class CDDF195.

DDF195.rc
    This is a listing of all of the Microsoft Windows resources that the
    program uses.  It includes the icons, bitmaps, and cursors that are stored
    in the RES subdirectory.  This file can be directly edited in Microsoft
    Visual C++. Your project resources are in 1033.

res\DDF195.ico
    This is an icon file, which is used as the application's icon.  This
    icon is included by the main resource file DDF195.rc.

res\DDF195.rc2
    This file contains resources that are not edited by Microsoft 
    Visual C++. You should place all resources not editable by
    the resource editor in this file.

/////////////////////////////////////////////////////////////////////////////

For the main frame window:
    The project includes a standard MFC interface.

FrameWndMainForm.h, FrameWndMainForm
    These files contain the frame class CFrameWndMainForm, which is derived from
    CFrameWnd and controls all SDI frame features.

res\Toolbar.bmp
    This bitmap file is used to create tiled images for the toolbar.
    The initial toolbar and status bar are constructed in the CFrameWndMainForm
    class. Edit this toolbar bitmap using the resource editor, and
    update the IDR_MAINFRAME TOOLBAR array in DDF195.rc to add
    toolbar buttons.
我刚刚设法修复了一些错误,比如Cbrush用法和一些丢失的库,并且可以运行这个项目。现在我需要在表单视图中进行一些更改! 在解决方案中,我可以找到一些后缀为.h和.cpp的文件,它们与frmMain相同


源代码来自:product

Hello 8小时或更长时间后,我可以以可视方式打开表单。
在解决方案资源管理器>目标项目>资源文件>[Name].rc>中双击 如果我们以代码的形式打开rc文件,我们会发现错误,它是用另一个应用程序打开的,请关闭VC中的“所有代码”选项卡,然后重试“新建树”菜单出现,在对话框目录中,我们可以找到并打开所有表单,然后对于表单上的编辑事件,我们应该使用cpp文件。

特别感谢@Ron和@drescherjm

您可能应该修改标题。当然,你可以使用Visual Studio完成你想要的任务。@Ron我试着阅读@drescherjm。你可以发送一些教程链接吗?我没有好的教程。我确实在工作中用MFC编写了大约一百万行代码,但我与MFC合作已经11年了。Rohde&Schwarz GmbH&Co.KG肯定有一个库,您可以在其中找到Jeff Prosise的副本。