diff options
author | fcolin | 2007-02-01 13:09:24 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 13:09:24 +0000 |
commit | 6dccf7b115dbb8433a1bc512798d17f1f4d2efeb (patch) | |
tree | 51f3a4e98dfb13105458e50133aafac3e6ac0703 /Bus/IvyProbe/IvyProbe.cpp | |
parent | b2cb609970b2af5f3b37b256efc725bc69ef46da (diff) | |
download | ivy-cplusplus-6dccf7b115dbb8433a1bc512798d17f1f4d2efeb.zip ivy-cplusplus-6dccf7b115dbb8433a1bc512798d17f1f4d2efeb.tar.gz ivy-cplusplus-6dccf7b115dbb8433a1bc512798d17f1f4d2efeb.tar.bz2 ivy-cplusplus-6dccf7b115dbb8433a1bc512798d17f1f4d2efeb.tar.xz |
Utilisateur : Fcolin Date : 26/02/03 Heure : 16:40 Archivé dans $/Bus/IvyProbe Commentaire: suppression bouton clock start (vss 5)
Diffstat (limited to 'Bus/IvyProbe/IvyProbe.cpp')
-rw-r--r-- | Bus/IvyProbe/IvyProbe.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Bus/IvyProbe/IvyProbe.cpp b/Bus/IvyProbe/IvyProbe.cpp index f201abc..2365dd4 100644 --- a/Bus/IvyProbe/IvyProbe.cpp +++ b/Bus/IvyProbe/IvyProbe.cpp @@ -42,6 +42,9 @@ CIvyProbeApp theApp; BOOL CIvyProbeApp::InitInstance()
{
+ InitCommonControls();
+ CWinApp::InitInstance();
+
// CG: The following block was added by the Windows Sockets component.
{
if (!AfxSocketInit())
@@ -60,7 +63,6 @@ BOOL CIvyProbeApp::InitInstance() #ifndef UNDER_CE
#ifdef _AFXDLL
//Enable3dControls(); // Call this when using MFC in a shared DLL
- InitCommonControls();
#else
//Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif
|