Click here to Skip to main content
15,901,035 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generaltry/catch Variable Scope Question Pin
Steve Thresher4-Aug-04 6:03
Steve Thresher4-Aug-04 6:03 
GeneralRe: try/catch Variable Scope Question Pin
Nitron4-Aug-04 7:36
Nitron4-Aug-04 7:36 
GeneralRe: try/catch Variable Scope Question Pin
palbano4-Aug-04 7:49
palbano4-Aug-04 7:49 
GeneralRe: try/catch Variable Scope Question Pin
Steve Thresher4-Aug-04 10:07
Steve Thresher4-Aug-04 10:07 
GeneralRe: try/catch Variable Scope Question Pin
palbano4-Aug-04 7:43
palbano4-Aug-04 7:43 
GeneralRe: try/catch Variable Scope Question Pin
Tim Smith4-Aug-04 15:26
Tim Smith4-Aug-04 15:26 
GeneralRe: try/catch Variable Scope Question Pin
Ryan Binns4-Aug-04 18:46
Ryan Binns4-Aug-04 18:46 
QuestionNewbie: Can I do this? Pin
cgriffin4-Aug-04 5:52
cgriffin4-Aug-04 5:52 
I want to program a DLL that would have three entry points. Initialize, DoDialog and Terminate. The Initialize would have a parameter that is a callback into the calling application. DoDialog would have a parameter that would be a Handle to a block of data. When called DoDialog would bring up a dialog and return when the dialog is finished. The data would be modified by the dialog. Terminate would just release things that were allocated in Initialize. So is this possible? Should I do this in MFC, .NET, something else? I also have a fair amount of non-UI C++ code that need to be ported for this dialog as well.
AnswerRe: Newbie: Can I do this? Pin
palbano4-Aug-04 7:16
palbano4-Aug-04 7:16 
AnswerRe: Newbie: Can I do this? Pin
digwizfox4-Aug-04 7:31
digwizfox4-Aug-04 7:31 
GeneralRe: Newbie: Can I do this? Pin
cgriffin4-Aug-04 7:45
cgriffin4-Aug-04 7:45 
GeneralRe: Newbie: Can I do this? Pin
digwizfox4-Aug-04 8:46
digwizfox4-Aug-04 8:46 
GeneralRe: Newbie: Can I do this? Pin
cgriffin4-Aug-04 10:10
cgriffin4-Aug-04 10:10 
GeneralRe: Newbie: Can I do this? Pin
digwizfox4-Aug-04 10:24
digwizfox4-Aug-04 10:24 
Generaliphelper Pin
Zizilamoroso4-Aug-04 4:24
Zizilamoroso4-Aug-04 4:24 
GeneralRe: iphelper Pin
David Crow4-Aug-04 4:30
David Crow4-Aug-04 4:30 
GeneralIStorage like functionality in memory Pin
pankajdaga4-Aug-04 4:14
pankajdaga4-Aug-04 4:14 
GeneralRe: IStorage like functionality in memory Pin
Chris Losinger4-Aug-04 5:28
professionalChris Losinger4-Aug-04 5:28 
GeneralRe: IStorage like functionality in memory Pin
pankajdaga4-Aug-04 6:49
pankajdaga4-Aug-04 6:49 
GeneralMenus in VC 7 not working after resource cleanup Pin
PrashantJ4-Aug-04 3:53
PrashantJ4-Aug-04 3:53 
GeneralRe: Menus in VC 7 not working after resource cleanup Pin
Tim Smith4-Aug-04 3:59
Tim Smith4-Aug-04 3:59 
GeneralRe: Menus in VC 7 not working after resource cleanup Pin
PrashantJ4-Aug-04 4:04
PrashantJ4-Aug-04 4:04 
GeneralUsing Created() CListBox Pin
gokings4-Aug-04 3:52
gokings4-Aug-04 3:52 
GeneralRe: Using Created() CListBox Pin
David Crow4-Aug-04 4:25
David Crow4-Aug-04 4:25 
GeneralRe: Using Created() CListBox Pin
gokings4-Aug-04 5:24
gokings4-Aug-04 5:24 

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.