How do I import ddk into vc 6 0?

Updated on technology 2024-04-11
17 answers
  1. Anonymous users2024-02-07

    Open the program directory and double-click the file with the suffix dsw.

    If you want to open it in the interface, it looks like this: file->open workspace Then select the directory where the program is located, and then open the file with the suffix dsw.

    You have two projects here, you open two, and then use file->open workspace to open them.

  2. Anonymous users2024-02-06

    One of them is the server and the other is the client.

    There's aDSW file is the project file of the project, double-click to open the entire project with VC.

    However, it is also possible that the source code should be written in a later version of the VC (which is really too old), so that instead of using the DSW file, there will be a . .Solution file for SLN.

    You can install a VS2008 to open it, but it won't open.

  3. Anonymous users2024-02-05

    Open the workspace and select the file with the suffix dsw.

  4. Anonymous users2024-02-04

    1.Double-click the DSW file to open the workgroup.

    2.Start by opening the VC workspace and selecting the workgroup you want to add.

  5. Anonymous users2024-02-03

    Double-click. DSW or. The DSP file can be opened.

  6. Anonymous users2024-02-02

    Open the file with the suffix dsw.

  7. Anonymous users2024-02-01

    If you're importing a class that doesn't use MFC, switch directly to the fileview tab and right-click ->"Add files to the project"to add your own header files and implementation files for the new class to the project. I think what you want to ask is to import a class that uses MFC, use the class wizard to create a class with the same name as your own new class, and then copy the header file and implementation file of the new class you created yourself to the project directory, and overwrite the file with the same name automatically generated by the wizard. I'm playing old, I hope my answer will be helpful to you, and the Shenma question, let's ** together.

  8. Anonymous users2024-01-31

    File > Open, then select the directory of the original project, and set the file type to All Files (*.)Found it. dsw file, open it and it's OK.

  9. Anonymous users2024-01-30

    Find your original project folder and find your files. The file at the end of DSW can be opened with Visual C++ by right-clicking.

  10. Anonymous users2024-01-29

    vc6 opensDSW file.

    VS2008 2010, open SLN file.

  11. Anonymous users2024-01-28

    1. Enter the "C++" folder and click to enter the "English version of MSDEV".

    2. Right-click "Visual C++" and select "Properties".

    3. On the "Visual C++ Properties" page, click "Open File Location".

    4. Overwrite the English version of the file into it, and then click "Replace the file in the target".

    5. Finally, open the software to run normally.

  12. Anonymous users2024-01-27

    1. Start from the start menu:

    Start --> Programs --> microsft visual --microsft visual c++

    2. Start from the installation folder of vc6:

    Open it. vc6 common msdev98 bin folder, double-click to start.

  13. Anonymous users2024-01-26

    This creates the first new project. Now let's start a new second project: in the project just now, File --> New > selected"Engineering"Page - > Selection"mfc dll..

    On this page there is an option"Added to the current working compartment"Just check it. (If the two projects have a relationship, you can choose the dependency) - all the way to completion.

    Such a window can be used to operate multiple projects.

    How to open multiple VC windows. The XP system approach is as follows:

    Open it. "My computer"--Tools--Select"Folder options"--Enter"File type"Found it. "dsw"Check --> points"Advanced"--point""--Use DDE"Remove the tick and clear the following.

    Satisfied, it's not easy to hit by hand!

  14. Anonymous users2024-01-25

    In the menu bar, the Project -Settings section opens, and in the Debug tab, the Program Arguments section opens if you want to add the parameters.

    Just a side note. The setting for option on the left. You can choose to set up a debug version or test for a release version. But I guess you're a beginner, so I'll default to debug.

  15. Anonymous users2024-01-24

    Run Select Chinese version.

    2.The first thing that pops up is the VC++ introduction, which goes directly to the next step.

    3.After that is very common user agreement, click I accept, next step 4Because it's a cracked version, you don't need to enter the registration code, if you need it, then look for the file in the installation package.

    Choose the first one, vc++ Chinese Enterprise Edition.

    5.Here you need to select the directory where you want to install it, and it is best not to install it on system disk 6After that, it enters the installation state.

    7.After entering the installation state, it prompts whether to start the installation, and selects Continue8After that, the default installation ID will be prompted, click OK.

    9.The software will search the hard disk for a long time, determine your configuration, and the environment, do not close the software After the search is completed, select the installation type, select Typical10There is also the path to select the installation, and when it is done, click on typical11

    After that, it prompts whether to register the environment variable, ticks the box, and clicks OK to complete the installation.

  16. Anonymous users2024-01-23

    Note when installing Visual C++ under Windows 7:

    1When installing or using Visual C++, any compatibility problem dialog box will be handled as follows.

    put"This message is no longer displayed"Put a checkmark and select"Run the program".

    2When installing the VC, select:"custom";The next thing to pay attention to is this.

    Don't choose the OLE com Object Viewer tool in Tools to install it smoothly.

  17. Anonymous users2024-01-22

    Win7 system, right? It's normal if you can't install it, but if you can't install the XP, it's. Win7 is not compatible, and the statement upstairs is not absolutely easy to use.

    Maybe it's to look at the character.,In short, I installed v6 in win7 and never succeeded.。 You can try VS2005, the programming usage is different from the other, but after all, it is a new version, and it doesn't hurt to learn it early. Sooner or later, they will be eliminated, and they will be more than ten years old.

    But it's really classic... There are methods on the Internet about win7 installation, but I recommend that students who are not familiar with these operations should be cautious. If you're not careful, you can mess up the system.

Related questions
5 answers2024-04-11

1.First of all, there is an installation package, there are many on the Internet, and it is not provided here. Click Installer, select the location for the installation, and then click Next all the way. Complete the installation. >>>More

8 answers2024-04-11

ctrl+w :classwzard

F7: View**. >>>More

21 answers2024-04-11

The pointer points to illegal memory, so let's look it up.

5 answers2024-04-11

First, go to the VC6 environment, click on the File option in the upper left corner, select New, and create a project. Select Win32 Console Application, name AA, and click OK and Finish. >>>More

3 answers2024-04-11

If you want the source**, I can make one and send it to you. >>>More