Click here to Skip to main content
15,914,452 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generallose the right context menu sometimes. Pin
ns22-Sep-02 5:40
ns22-Sep-02 5:40 
GeneralRe: lose the right context menu sometimes. Pin
Ravi Bhavnani22-Sep-02 10:14
professionalRavi Bhavnani22-Sep-02 10:14 
Generalvery slow changes Pin
ns22-Sep-02 5:38
ns22-Sep-02 5:38 
GeneralMFC 7.0 and Office XP look Pin
Zinj22-Sep-02 4:42
sussZinj22-Sep-02 4:42 
Generalopen and print PDF Pin
pnpfriend22-Sep-02 4:15
pnpfriend22-Sep-02 4:15 
GeneralRe: open and print PDF Pin
alex.barylski22-Sep-02 13:15
alex.barylski22-Sep-02 13:15 
GeneralRe: open and print PDF :( Pin
pnpfriend25-Sep-02 3:46
pnpfriend25-Sep-02 3:46 
GeneralAppWizard error?(create a Custom AppWizard type project) Pin
Bing Ding22-Sep-02 4:07
Bing Ding22-Sep-02 4:07 
I want to write a Activex Control that use some standard control,so i want to use the method in microsoft Knowledge Base Article Q155973.but i can't found this Article in microsoft's web site.

I decided to write a custom AppWizard to support this type ActiveX.I haven't created this type project ever.

the steps i used is:
1.open the AppWizard,select Custom AppWizard projects type ,project name is "Test"
2.select the Standard MFC Appwizard steps
3.select the MFC Appwizard Dynamic Link library then click finish button.
4.click oK button,then i have a blank project.
5.Then press F7 to complier this project.

report these error message:
error C2061: syntax error : identifier 'IBuildProject' in file Testaw.h ;

class CTestAppWiz : public CCustomAppWiz
{
public:
virtual CAppWizStepDlg* Next(CAppWizStepDlg* pDlg);
virtual CAppWizStepDlg* Back(CAppWizStepDlg* pDlg);

virtual void InitCustomAppWiz();
virtual void ExitCustomAppWiz();
virtual void CustomizeProject(IBuildProject* pProject); ///this line.

protected:
CDialogChooser* m_pChooser;
};

I don't know what cause this error.I don't change any files created by AppWizard.

who can help me?

win2000 pro(sp1) + visual studio 6.0(sp5) +2001.8 platform SDK

English isn't my native language,sorry for my bad english.
thanks alot
Generalload BITMAP in DirectX Pin
Ta_Tee47322-Sep-02 4:03
Ta_Tee47322-Sep-02 4:03 
GeneralRe: load BITMAP in DirectX Pin
FlyingWren22-Sep-02 4:22
FlyingWren22-Sep-02 4:22 
GeneralUse VC dll in Delphi Pin
Mazdak22-Sep-02 3:53
Mazdak22-Sep-02 3:53 
GeneralRe: Use VC dll in Delphi Pin
User 665822-Sep-02 3:56
User 665822-Sep-02 3:56 
GeneralRe: Use VC dll in Delphi Pin
Mazdak22-Sep-02 4:02
Mazdak22-Sep-02 4:02 
GeneralRe: Use VC dll in Delphi Pin
User 665822-Sep-02 4:04
User 665822-Sep-02 4:04 
GeneralRe: Use VC dll in Delphi Pin
Mazdak22-Sep-02 4:13
Mazdak22-Sep-02 4:13 
GeneralRe: Use VC dll in Delphi Pin
Mazdak22-Sep-02 4:23
Mazdak22-Sep-02 4:23 
GeneralSource code provided with Petzold's book Pin
axa22-Sep-02 3:19
axa22-Sep-02 3:19 
GeneralRe: Source code provided with Petzold's book Pin
Bing Ding22-Sep-02 4:16
Bing Ding22-Sep-02 4:16 
GeneralRe: Source code provided with Petzold's book Pin
axa22-Sep-02 4:58
axa22-Sep-02 4:58 
General"token" in strtok - a very simple question Pin
ns22-Sep-02 2:27
ns22-Sep-02 2:27 
GeneralRe: "token" in strtok - a very simple question Pin
Pavel Klocek22-Sep-02 2:44
Pavel Klocek22-Sep-02 2:44 
Generalthank you much! Pin
ns22-Sep-02 2:49
ns22-Sep-02 2:49 
GeneralRe: "token" in strtok - a very simple question Pin
Pavel Klocek22-Sep-02 2:46
Pavel Klocek22-Sep-02 2:46 
Generalnumerical value of WM_COMMAND Pin
ns22-Sep-02 2:22
ns22-Sep-02 2:22 
GeneralRe: numerical value of WM_COMMAND Pin
Pavel Klocek22-Sep-02 2:37
Pavel Klocek22-Sep-02 2:37 

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.