Click here to Skip to main content
15,898,923 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Access Violation Pin
Adam Clauss30-May-00 13:18
Adam Clauss30-May-00 13:18 
GeneralRe: Access Violation Pin
Paolo Messina31-May-00 5:09
professionalPaolo Messina31-May-00 5:09 
GeneralRe: Access Violation Pin
Peter Zajac31-May-00 4:38
Peter Zajac31-May-00 4:38 
GeneralRe: Access Violation Pin
Adam Clauss31-May-00 5:20
Adam Clauss31-May-00 5:20 
GeneralAccess Violation Pin
Adam Clauss30-May-00 5:56
Adam Clauss30-May-00 5:56 
GeneralAccess Violation Pin
Adam Clauss30-May-00 5:55
Adam Clauss30-May-00 5:55 
GeneralAccess Violation Pin
Adam Clauss30-May-00 5:52
Adam Clauss30-May-00 5:52 
QuestionHow make framework accessible? Pin
Martin Hellspong30-May-00 4:58
Martin Hellspong30-May-00 4:58 
Hello.

Q: How should I package our newly developed app-framework/architecture (a set of base-classes and a database-access-COM-class-generator) in order to get the average newbie to use the framework instead of yet another homebrew?

The problem now is that the framework is great, but it is tedious and error prone to set up VC++ to use the framework for a new app; i.e.

* create 2 new ATL/COM-projects
* feed the generator a DSN
* add a dozen shared .cpp/.h-files
* paste a number of generated .idl-snippets into the project's .idl file
* generate a few "dummy" ATL Objects using the existing ATL Object Wizard
* replace the dummy files with the "real" files,
* #import a few libraries in stdafx.h in the correct order * also some basic project settings needs to be done once and for all (C++ exception handling on)
* etc etc etc.

Ideally I guess it would be something like the "ATL/COM AppWizard" that sets everything up the correct way (in 5 seconds instead of 2 hours of following a 50+ step guide on paper).

Anyone tried writing such an add-in? Any other suggestions how to make this accessible?

thanks!

/Martin

QuestionHow make framework accessible? Pin
Martin Hellspong30-May-00 4:57
Martin Hellspong30-May-00 4:57 
GeneralSTL Pin
Member 432129-May-00 18:45
Member 432129-May-00 18:45 
GeneralRe: STL Pin
Uwe Keim29-May-00 20:54
sitebuilderUwe Keim29-May-00 20:54 
GeneralRe: STL Pin
Member 432130-May-00 6:41
Member 432130-May-00 6:41 
GeneralSTL Pin
Member 432129-May-00 18:44
Member 432129-May-00 18:44 
GeneralRICHDIT Background Pin
Eric29-May-00 16:20
Eric29-May-00 16:20 
GeneralAccessing Newly creating file Pin
Member 398529-May-00 12:15
Member 398529-May-00 12:15 
GeneralRe: Accessing Newly creating file Pin
Uwe Keim29-May-00 20:51
sitebuilderUwe Keim29-May-00 20:51 
GeneralRe: Accessing Newly creating file Pin
Member 398530-May-00 12:39
Member 398530-May-00 12:39 
GeneralSound programming related question Pin
bwhoney29-May-00 12:10
sussbwhoney29-May-00 12:10 
GeneralClosing a program Launched with ShellExecute Pin
Alfadhly29-May-00 10:31
sussAlfadhly29-May-00 10:31 
GeneralRe: Closing a program Launched with ShellExecute Pin
Uwe Keim29-May-00 20:47
sitebuilderUwe Keim29-May-00 20:47 
GeneralRe: Closing a program Launched with ShellExecute Pin
Paolo Messina30-May-00 10:50
professionalPaolo Messina30-May-00 10:50 
GeneralRe: Closing a program Launched with ShellExecute Pin
Dennis Little1-Jun-00 10:08
sussDennis Little1-Jun-00 10:08 
GeneralDialog On Top Pin
Member 434829-May-00 7:02
Member 434829-May-00 7:02 
GeneralRe: Dialog On Top Pin
Mike Dunn29-May-00 18:38
Mike Dunn29-May-00 18:38 
QuestionHow To : center a CFormView in a SDI app ??? Pin
Luc Bergeron29-May-00 6:57
Luc Bergeron29-May-00 6:57 

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.