|
|||||||
|
|
|
![]() |
|
|
Strumenti |
|
|
#1 |
|
Senior Member
Iscritto dal: Nov 2005
Messaggi: 1545
|
VC++ Express & Win32
Ciao a tutti
Ho scaricato Visual C++ Express dal sito della Microsoft ed ho configurato il tutto per funzionare con le Platform SDK seguendo i passi di questo tutorial: http://msdn.microsoft.com/vstudio/ex...alc/usingpsdk/ Ora volevo fare una prova: Codice:
#include <afxwin.h>
struct CMainFrame : public CFrameWnd
{
CMainFrame()
{
Create(NULL, "Windows Application Tester");
}
};
struct CExerciseApp : public CWinApp
{
BOOL InitInstance()
{
CMainFrame *Frame = new CMainFrame();
m_pMainWnd = Frame;
Frame->ShowWindow(SW_NORMAL);
Frame->UpdateWindow();
return TRUE;
}
};
CExerciseApp theApp;
Esiste un tutorial un po' più dettagliato? Tral'altro non mi ha sbloccato tutte le opzioni quando creo un nuovo progetto (non posso spuntare ne MFC ne ATL). Grazie! |
|
|
|
|
|
#2 |
|
Senior Member
Iscritto dal: Nov 2005
Città: TO
Messaggi: 5206
|
EDIT: chiedo scusa, ho sbagliato a scrivere.
![]() MFC e ATL ci sono ma nel PSDK!!!
__________________
Andrea, SCJP 5 (91%) - SCWCD 5 (94%) Ultima modifica di andbin : 15-03-2006 alle 18:09. |
|
|
|
|
|
#3 |
|
Senior Member
Iscritto dal: Nov 2005
Messaggi: 1545
|
visto... ok grazie
|
|
|
|
|
| Strumenti | |
|
|
Tutti gli orari sono GMT +1. Ora sono le: 21:43.




















