/[H6]/h6-udlånssystemDlg.cpp
ViewVC logotype

Diff of /h6-udlånssystemDlg.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 30 by torben, Sun Sep 3 09:19:06 2006 UTC revision 41 by torben, Tue Sep 5 12:50:38 2006 UTC
# Line 1  Line 1 
1  // h6-udlånssystemDlg.cpp : implementation file  /*
2  //   * Developed by Torben H. Nielsen
3     */
4    
5    
6  #include "stdafx.h"  #include "stdafx.h"
7  #include "h6-udlånssystem.h"  #include "h6-udlånssystem.h"
# Line 8  Line 10 
10    
11  #include "commonstorage.h"  #include "commonstorage.h"
12  #include "databaselayer.h"  #include "databaselayer.h"
13    #include "microsoftdblayer.h"
14    #include "mysqllayer.h"
15    
16  #ifdef _DEBUG  #ifdef _DEBUG
17  #define new DEBUG_NEW  #define new DEBUG_NEW
# Line 109  BOOL Ch6udlnssystemDlg::OnInitDialog() Line 113  BOOL Ch6udlnssystemDlg::OnInitDialog()
113    
114    
115          try {          try {
116                  DatabaseLayer *dbl = new DatabaseLayer;                  //DatabaseLayer *dbl = new DatabaseLayer;
117                    DatabaseLayer *dbl = new MySQLLayer;
118                  CommonStorage::Instance()->setDBLayer(dbl);                  CommonStorage::Instance()->setDBLayer(dbl);
119          } catch (...) {          } catch (...) {
120                  MessageBox(CString("Could not establish connection to the database server\r\n") +                  MessageBox(CString("Could not establish connection to the database server\r\n") +
# Line 175  HCURSOR Ch6udlnssystemDlg::OnQueryDragIc Line 180  HCURSOR Ch6udlnssystemDlg::OnQueryDragIc
180    
181  void Ch6udlnssystemDlg::OnHelpAbout()  void Ch6udlnssystemDlg::OnHelpAbout()
182  {  {
183          MessageBox("DA6H :: Udlånssystem\r\nLavet af:\r\nKevin, Hedin & Torben");          CAboutDlg about;
184            about.DoModal();
185  }  }
186    
187  void Ch6udlnssystemDlg::OnFileExit()  void Ch6udlnssystemDlg::OnFileExit()

Legend:
Removed from v.30  
changed lines
  Added in v.41

  ViewVC Help
Powered by ViewVC 1.1.20