1. Understand VC Projects
Visual c ++
First, we need to introduce the file type with the DSW extension. This type of file is the highest level in VC and is called a workspace file. In VC, an application exists as a project, and the project file uses. DSP extension, which can contain multiple projects in the workspace file for unified coordination and management. An important file type that works with workspace files of the
Tips for using VC
I. Custom type
Add or modify the usertype. dat file under/program files/Microsoft Visual Studio/common/msdev98/bin. add custom types to each line, such as bool, Boolean, Java, and tomcat.
Ii. non-default syntax coloring (more colors)
Modify registry
Regedit
HKEY_CURRENT_USER/software/Microsoft/devstdio/6.0/format/source window
Alternatively, use the visual assist plug-in.
3. display the array pointer content during debugging
Add pointer and num in the watch window. Note: pointe
Statement:This blogArticleYou can reprint it at will, but please indicate the source: http://www.cnblogs.com/hanxi/. Thank you
I found a lot of materials from the Internet, and they are similar. Compile-> connect-> run ......
I didn't seem to have made any clear information on the Internet. It took me a whole morning to get the information. I will share my steps below, hoping to help you understand them:
1. DownloadSource code: Http://www.codeproject.com/bitmap/CXImage.asp
2. Use v
Like GTK, QT, SWT, and swing, wxWidgets is also an open-source cross-platform GUI framework. Because wxWidgets and MFC have some similarities and closeness, You need to experience wxWidgets. The latest version is 2.8.7. WxWidgets
Program It can also run on Windows CE and Palm OS. Including not only the GUI, but also the media, socket, ODBC and other libraries. For more information, see the official wxWidgets Website: (15.9 m) If we download a wxMSW-2.8.7-Setup.exe, you can run it, during which
Technorati labels: Visual C ++ 6, vc6, PDB, DSP, DSW, NCB, opt, PLG, CPP
Source: VCCommunity
. APs: An intermediate file for storing binary resources. VC converts the current resource file to a binary format and stores it in the APs file to accelerate resource loading. Resource auxiliary file.
. BMP: a bitmap resource file.
. Bsc: a browser information file generated by the browser information maintenance tool (BSCMAKE) from the original browse
Msdev(CompileVCProject) [D: \ Program Files \ Microsoft Visual Studio \ common \ msdev98 \ bin \ msdev.exe]
0.Msdev /?Get help
1. Compile the debug/release version of a project (DSP) and use/Out[>] Output logs to a specified file
Msdev nmaketest. DSP/make "nmaketest-Win32 debug"/out build. Log
Msdev nmaketest. DSP/make "nmaketest-Win32 release"/out build. Log
Msdev nmaketest. DSP/make "nmaketest-all"> build. Log
2. Compile multiple projects (DSW)
The. CLW file is the VC Class Wizard information file. Stores information about the Class Wizard.
The. NCB file is an analyzer information file automatically generated by the system.
The. Opt file is the IDE option file.
The. APS file is the binary version of the resource file.
. CLW supports classwizard
. NCB supports classview
. Opt: Save the workspace Configuration
. APS supports resourceview
. Bsc browser information file
. DSP project file
. DSW
environment of vc6.(2 ). choose file --> open workspace (open \ driverworks \ source \ vdwlibs in the driverstudio3.2 installation directory. DSW) --> go to the menu build --> batch build, and click "select x86" to select only all 32-bit libraries (my computer is 32-bit. Note: Do not select a 64-bit database for a 32-bit computer; otherwise, an error will occur in subsequent compilation.) --> click the "rebuild all" button to start compilation. (Note
I once thought that MySQL of Windows has a BUG report that UDF cannot be used. However, it seems that I was wrong. the MySQL technical support staff gave me a perfect answer and shared it with everyone. Below is the original reply. Hello, User. Sorry, this is not a bug. Next I will paste a simple example previously made for a customer. Suppose you have VC ++, the source once thought that the Windows version of MySQL had a BUG where UDF could not be used and submitted a bug report. However, it se
In VC6.0, select "Build" on the toolbar –> clean to delete the temporary files in the debug directory directly. This method can only delete temporary files in a single project, if you want to delete the temporary files in multiple projects, you need to use batch processing commands for batch file deletion. The code is as follows:del *.obj *.pch *.sbr *.pdb *.idb *.ilk *.ncb *.opt *.bsc *.res *.exp *.lib *.aps/s1) Save the above code in ClearVC.txt and save ClearVC.txt as Clearvc.bat. (1) Shown:
Description of each file in the VC ++ project file:
1. CLW File
. The CLW classwizard information file is actually in the INI file format. If you are interested, please study it. sometimes the classwizard has a problem. You can manually modify the CLW file to solve the problem. if this file does not exist, you will be prompted to re-create it each time you use classwizard.
2. NCB File
. NCB does not compile the Browse File (no compile browser). When the function is automatically completed, y
. DSP engineering file, in text format, cannot be lost or damaged
When the. DSW workspace file is lost or damaged, you can click. DSP file to open the project and the. DSW file is automatically rebuilt.
. CLW classwizard information file, INI format, classwizard can be deleted and rebuilt if a problem occurs
. Map image information file. when compiling the dll Write. Def file, if you do not know th
huge object. The project file is the general structure of the project. For example, the dsw file is under vc6.0, and makefile can be seen as such in gcc. These engineering systems tell the compiler what to do and what parameters are needed. Well, cmake is a tool used to generate engineering files suitable for different compilers. Then, we cannot use cmake. Someone may ask, can I compile vtk without cmake? Of course you can. For example, in vc, you ca
1. Common VC6 project files
//////////////////////////////////////// //////////////////////
The. opt project parameter file for the development environment. Such as tool bar location and other information.
. Aps (AppStudio File), Resource auxiliary File, binary format, usually don't worry about it.
. The clw ClassWizard information file is actually in the INI file format. If you are interested, please study it. sometimes the ClassWizard has a problem. You can manually modify the CLW file to solv
that in the compiled connection !!!!
2. Baseclasses/debug and baseclasses/release directories and directories do not exist. If you use the class, function, filter, interface in baseclasses in your application, compile baseclasses with VC. DSW, select debug and release respectively during compilation, because baseclasses. DSW has four versions and is not debug or release by default. Two important files are
Under the Win7 operating system, when you double-click a project file to open multiple VC ++6.0 directly, the open workspace will turn off the previous workspace, so that vc++6.0 can only open the workspace by using the file---"to open the work area" to find the project file on the disk. Under XP, we can set the file to open the default way to remove the DDE option, so that VC6 can directly open multiple projects, but under Win7, but there is no way to find this Setup window. However, through pr
1. Closure of the project2. Delete the project under the CLW. ncb file and/debug directory,3. Reconstruction Works All
File function:
. DSP engineering files, text formats, not to be lost or corrupted
. DSW workspace file, when lost or corrupted, click. dsp file Open Project,. dsw file rebuild automatically
. CLW ClassWizard information file, ini format, ClassWizard can be deleted and rebuilt when probl
organized by Inc, SRC, group and so on, and the group directory usually has project files, so this is the first time to compile. Use the command prompt mode to enter the directory that you just said, and then execute:Bldmake BldfilesThis command generates a Abld.bat batch file under the group directory and is generated under/symbian/6.1/series60/epoc32/build/symbian/6.1/series60/epoc32/build/ Symbian/6.1/series60/series60ex/helloworld/group this directory and generate a bunch of. make files in
dell.ca 3-2-1 the countdown to the object to meet the "are we there yet?" (Are we still there?) )。 (This translation of the strange, the effect is to take the countdown way)
Make a Promise
Pop-up windows show enlarged images and multiple views are the methods used by many top online retailers, but they take a lot of good time to load. The load delay promised by the DSW is "well worth the waiting" (a very worthwhile wait).
Make the visitors laug
visualstudio\xtremetoolkit15.3.1\xtremetoolkitpr0v15.3.1\workspace\ TOOLKITPRO\TOOLKITPRO_VC60.DSW, will open two projects, one shared and one static. Randomly compile a, I will report a mistake, the details can be Baidu, can also see after decompression is not a "xtremetoolkit use. txt" file, compile the wrong code place with this file inside the "Xttoolkit debugging a" part of the code in front of the replacement on it can be. This is still the not
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.