|
List Info
Thread: Menu
|
|
| Menu |

|
2006-11-15 04:50:20 |
|
Hi!
First:
When you picked up the Data Converter Tutorial, did you get one of the documentation downloads with it, or just the project code? If not, get one of them, there are 4 and you only need one of them. Either the CHM (best), or the HTB (second best, but you probably don't have Helpview compiled, so it's next to useless to you), or the PDF (okay, but not great), or the HTML (okay, but a hassle with all the files). If you're like me, you hate to read tutorials, but the time spent on this one is well worth it. And it's not a great deal of time.
Second:
If you're using VS2005, you need to set the Configuration in DB for that compiler, i.e. Compiler version 8. You have it set to 6. The only change I made to anything you sent in the zip was that I changed the DB Configuration for Compiler Version to 8. The project built and ran fine in DB and in VS2005's IDE. All the steps for setting the Configuration in DB for VS2005 are laid out in detail in the Tutorial Document (CHM, HTB, PDF, or HTML).
Give the Tutorial Document a try, step by step, and don't skip any. I think you'll find 2 things: 1) It goes smoothly; 2) You have a better grasp of DB and wxWidgets when you're done.
HTH: ;
thx,
Dave S.
wxMS_developers · Development with wxWidgets on MSWindows 
wxMS_developers RSS feed
wxWidgets Code Exchange
-- On Tue, 14 Nov 2006 22:25:25 -0500 Peter Rung wrote --
> I’ve attached a .zip file with several of the files.
>
>
> Also, I have now compiled this with VS 2005 Pro. The compile and
> build was clean.0; When running the program in the debugger in
> VS2005, This is what appears in the output window:
>
>
> DataConverter.exe': Loaded
> 'C:cygwinhomewxWidgetsDataConverterDebugMSWDataConverter.exe', S
> ymbols loaded.
>
> 'DataConverter.exe': Loaded 'C:WINDOWSsystem32ntdll.dll', No
> symbols loaded.
>
> 'DataConverter.exe': Loaded 'C:WINDOWSsystem32kernel32.dll', No
> symbols loaded.
>
> 'DataConverter.exe': Loaded
> 'C:WINDOWSWinSxSx86_Microsoft.Windows.Common-
> Controls_6595b64144ccf1df_6.0.2600.2180_x-
> ww_a84f1ff9comctl32.dll', No symbols loaded.
>
> 'DataConverter.exe': Loaded 'C:WINDOWSsystem32msvcrt.dll', No
> symbols loaded.
>
> 'DataConverter.exe': Loaded 'C:WINDOWSsystem32advapi32.dll', No
> symbols loaded.
>
> 'DataConverter.exe': Loaded 'C:WINDOWSsystem32rpcrt4.dll', No
> symbols loaded.
>
> 'DataConverter.exe': Loaded 'C:WINDOWSsystem32gdi32.dll', No
> symbols loaded.
>
> 'DataConverter.exe': Loaded 'C:WINDOWSsystem32user32.dll', No
> symbols loaded.
>
> 'DataConverter.exe': Loaded 'C:WINDOWSsystem32shlwapi.dll', No
> symbols loaded.
>
> 'DataConverter.exe': Loaded 'C:WINDOWSsystem32comdlg32.dll', No
> symbols loaded.
>
> 'DataConverter.exe': Loaded 'C:WINDOWSsystem32shell32.dll', No
> symbols loaded.
>
> 'DataConverter.exe': Loaded 'C:WINDOWSsystem32ole32.dll', No
> symbols loaded.
>
> 'DataConverter.exe': Loaded 'C:WINDOWSsystem32oleaut32.dll', No
> symbols loaded.
>
> Debugger:: An unhandled non-continuable STATUS_DLL_NOT_FOUND
> exception was thrown during process load
>
> The program '[2200] DataConverter.exe: Native' has exited with code
> -1073741515 (0xc0000135).
>
>
> Any help would be appreciated.
>
>
> Thanks,
>
>
> Peter
>
>
> From: anthemion-devtools yahoogroups.com [ anthemion">mailto:anthemion-
> devtools yahoogroups.com] On Behalf Of Dave Silvia
> Sent: Monday, November 13, 2006 11:09 PM
> To: anthemion-devtools yahoogroups.com
> Subject: Re: [anthemion-devtools] Menu
>
>
> Hi!
>
>
> If you could attach a copy of your .pjd file to your next email,
> zipped if you wish it would make it easier to see what might be the
> problem. Also, have you tried Visual Studio 2005 Express? It's a
> much newer and more robust compiler than V6 and it's been declared
> "free forever" by Micro$. Plus, having the IDE makes it a snap to
> debug your apps in Visual Studio.
>
>
> When you say you "have followed the data converter example", are
> you referring to the Data Converter Tutorial from wxMS_developers?
>
>
> thx,
>
>
> Dave S.
>
>
> wxMS_developers · Development with wxWidgets on MSWindows 
>
>
>
>
> wxMS_developers RSS feed
>
>
>
>
> -- On Tue, 14 Nov 2006 03:07:45 -0000 Peter Rung wrote --
>
>
>> In DB, I see how a menu is created, the .h the .cpp's etc. I
>> have
>>
>
>> learned how to make this tool sing with VS 6, my preferred
>>
>
>> environment. However, I have been unable to make the menu's I've
>>
>
>> created come alive in the executable. This even when I initialize
>>
>
>> the menu's in the main .cpp file.
>
>
>> I have followed the data converter example. and have added menus
>> to
>>
>
>> it. Also, it does not show up under a F5.
>
>
>> Any help would be appreciated.
>>
>
>> Yahoo! Groups Links
>
>
>> To visit your group on the web, go to:
>>
>
>
>
>> Your email settings:
>>
>
>> Individual Email | Traditional
>
>
>> To change settings online go to:
>>
>
>>
>
>> required)
>
>
>> To change settings via email:
>>
>
>> anthemion-devtools-digest@yahoogroups.com">mailto:anthemion-devtools-digest yahoogroups.com anthemion">mailto:anthemion-
>>
>
>> devtools-fullfeatured yahoogroups.com
>
>
>> To unsubscribe from this group, send an email to: anthemion-
>>
>
>> devtools-unsubscribe yahoogroups.com
>
>
>> Your use of Yahoo! Groups is subject to:
>>
>
>>
>
>
__._,_.___
.
__,_._,___
|
| Menu |

|
2006-11-15 11:47:46 |
|
Dave,
I did indeed real the tutorial, although I don’t
recall which one I printed. I will double check the compiler setting in
VS2005. It’s not my IDE of choice. However, if you got it to
work, I will follow your directions. I thought I did, but I need to rewind.
Thanks for your help
Thanks,
Peter
From: Dave Silvia
[mailto:dsilvia mchsi.com]
Sent: Tuesday, November 14, 2006
11:50 PM
To: anthemion-devtools yahoogroups.com;
Peter Rung
Subject: RE: [anthemion-devtools]
Menu
When you picked up the Data Converter Tutorial, did you get
one of the documentation downloads with it, or just the project code? If not,
get one of them, there are 4 and you only need one of them. Either the CHM
(best), or the HTB (second best, but you probably don't have Helpview compiled,
so it's next to useless to you), or the PDF (okay, but not great), or the HTML
(okay, but a hassle with all the files). If you're like me, you hate to read
tutorials, but the time spent on this one is well worth it. And it's not a
great deal of time.
If you're using VS2005, you need to set the Configuration
in DB for that compiler, i.e. Compiler version 8. You have it set to 6.
The only change I made to anything you sent in the zip was that I changed the
DB Configuration for Compiler Version to 8. The project built and ran fine in
DB and in VS2005's IDE. All the steps for setting the Configuration in DB for
VS2005 are laid out in detail in the Tutorial Document (CHM, HTB, PDF, or
HTML).
Give the Tutorial Document a try, step by step, and don't
skip any. I think you'll find 2 things: 1) It goes smoothly; 2) You have a
better grasp of DB and wxWidgets when you're done.
wxMS_developers 7
Development with wxWidgets on MSWindows
-- On Tue, 14 Nov 2006 22:25:25 -0500 Peter Rung wrote --
> Ive attached a .zip file with
several of the files.
> Also, I have now compiled this with
VS 2005 Pro. The compile and
> build was clean. When running
the program in the debugger in
> VS2005, This is what appears in the
output window:
> DataConverter.exe': Loaded
>
'C:cygwinhomewxWidgetsDataConverterDebugMSWDataConverter.exe', S
> 'DataConverter.exe': Loaded
'C:WINDOWSsystem32ntdll.dll', No
> 'DataConverter.exe': Loaded
'C:WINDOWSsystem32kernel32.dll', No
> 'DataConverter.exe': Loaded
>
'C:WINDOWSWinSxSx86_Microsoft.Windows.Common-
>
Controls_6595b64144ccf1df_6.0.2600.2180_x-
> ww_a84f1ff9comctl32.dll', No
symbols loaded.
> 'DataConverter.exe': Loaded
'C:WINDOWSsystem32msvcrt.dll', No
> 'DataConverter.exe': Loaded
'C:WINDOWSsystem32advapi32.dll', No
> 'DataConverter.exe': Loaded
'C:WINDOWSsystem32rpcrt4.dll', No
> 'DataConverter.exe': Loaded
'C:WINDOWSsystem32gdi32.dll', No
> 'DataConverter.exe': Loaded
'C:WINDOWSsystem32user32.dll', No
> 'DataConverter.exe': Loaded
'C:WINDOWSsystem32shlwapi.dll', No
> 'DataConverter.exe': Loaded
'C:WINDOWSsystem32comdlg32.dll', No
> 'DataConverter.exe': Loaded
'C:WINDOWSsystem32shell32.dll', No
> 'DataConverter.exe': Loaded
'C:WINDOWSsystem32ole32.dll', No
> 'DataConverter.exe': Loaded
'C:WINDOWSsystem32oleaut32.dll', No
> Debugger:: An unhandled
non-continuable STATUS_DLL_NOT_FOUND
> exception was thrown during process
load
> The program '[2200]
DataConverter.exe: Native' has exited with code
> -1073741515 (0xc0000135).
> Any help would be appreciated.
> From: anthemion-devtools yahoogroups.com
[ anthemion">mailto:anthemion-
> devtools yahoogroups.com] On Behalf
Of Dave Silvia
> Sent: Monday, November 13, 2006
11:09 PM
> To: anthemion-devtools yahoogroups.com
> Subject: Re: [anthemion-devtools]
Menu
> If you could attach a copy of your
.pjd file to your next email,
> zipped if you wish it would make it
easier to see what might be the
> problem. Also, have you tried Visual
Studio 2005 Express? It's a
> much newer and more robust compiler
than V6 and it's been declared
> "free forever" by Micro$.
Plus, having the IDE makes it a snap to
> debug your apps in Visual Studio.
> When you say you "have followed
the data converter example", are
> you referring to the Data Converter
Tutorial from wxMS_developers?
> wxMS_developers 7 Development with
wxWidgets on MSWindows
> wxMS_developers RSS feed
> -- On Tue, 14 Nov 2006 03:07:45
-0000 Peter Rung wrote --
>> In DB, I see
how a menu is created, the .h the .cpp's etc. I
>> learned how
to make this tool sing with VS 6, my preferred
>> environment.
However, I have been unable to make the menu's I've
>> created come
alive in the executable. This even when I initialize
>> the menu's in
the main .cpp file.
>> I have
followed the data converter example. and have added menus
>> it.
Also, it does not show up under a F5.
>> Any help
would be appreciated.
>> To visit your
group on the web, go to:
>> Individual
Email | Traditional
>> To change
settings online go to:
>> To change
settings via email:
>> anthemion-devtools-digest@yahoogroups.com">mailto:anthemion-devtools-digest yahoogroups.com
anthemion">mailto:anthemion-
>>
devtools-fullfeatured yahoogroups.com
>> To
unsubscribe from this group, send an email to: anthemion-
>>
devtools-unsubscribe yahoogroups.com
>> Your use of
Yahoo! Groups is subject to:
__._,_.___
.
__,_._,___
|
[1-2]
|
|