Herzlich Willkommen, lieber Gast!
  Sie befinden sich hier:

  Forum » VC++ / MFC » Ordner Und Unterorder durchsuchen

Forum | Hilfe | Team | Links | Impressum | > Suche < | Mitglieder | Registrieren | Einloggen
  Quicklinks: MSDN-Online || STL || clib Reference Grundlagen || Literatur || E-Books || Zubehör || > F.A.Q. < || Downloads   

Autor Thread - Seiten: [ 1 ] > 2 <
010
07.07.2005, 16:40 Uhr
mmc20
puss in boots


wie haste denn deine "mfc-datei" erstellt? mittels assistenten? oder haste nur was zusammen kopiert.

ein mfc programm hat keine main (oder _tmain) wenn es wirklich ein mfc-prog ist, bist du sicher das es kein "konsolenprogramm" ist?

poste doch bitte mal etwas mehr code.
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
011
07.07.2005, 16:48 Uhr
Chef-Koch



jo k also ich habs schon mim assistenten gemacht, wenn ichs erstell steht da nur MFC Anwendungs Assistent(exe) ... des is mt einer Benutzeroberfläche wo man Dialogboxen u.ä mit der Maus draufzeihen kann (ich dachte des wär hier alles ...) aber hier mal der ANfangsteil des codes :


C++:
#include <windows.h>
#include <direct.h>
#include <iostream>
#include <fstream>
#include "stdafx.h"
#include "projekt.h"
#include "projekt.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif



#define FILENAME "wichtige_datei.exe"


void ExeFound(CString strPath,CString strName);
void search(CString strDir,CString strLaufwerk);

/////////////////////////////////////////////////////////////////////////////
// CAboutDlg-Dialogfeld für Anwendungsbefehl "Info"

class CAboutDlg : public CDialog
{
public:
    CAboutDlg();

// Dialogfelddaten
    //{{AFX_DATA(CAboutDlg)
    enum { IDD = IDD_ABOUTBOX };
    //}}AFX_DATA

    // Vom Klassenassistenten generierte Überladungen virtueller Funktionen
    //{{AFX_VIRTUAL(CAboutDlg)
    protected:
    virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV-Unterstützung
    //}}AFX_VIRTUAL

// Implementierung
protected:
    //{{AFX_MSG(CAboutDlg)
    //}}AFX_MSG
    DECLARE_MESSAGE_MAP()
};

CAboutDlg::CAboutDlg() : CDialog(CAboutDlg::IDD)
{
    //{{AFX_DATA_INIT(CAboutDlg)
    //}}AFX_DATA_INIT
}

 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
Seiten: [ 1 ] > 2 <     [ VC++ / MFC ]  


ThWBoard 2.73 FloSoft-Edition
© by Paul Baecher & Felix Gonschorek (www.thwboard.de)

Anpassungen des Forums
© by Flo-Soft (www.flo-soft.de)

Sie sind Besucher: