Re: Quirky Variable Definitions
- From: Brett Nash <nash nash nu>
- To: Matt Brock <mbrock ktc com>
- Cc: gtk-app-devel-list gnome org
- Subject: Re: Quirky Variable Definitions
- Date: Tue, 8 Jul 2003 15:00:01 +1000
CEpsim eps;
GtkWidget *DigestDNA_Button, *AddToWell_Button;
...
WORKS
int DialogBox_Initialize()
{
GtkWidget *DigestDNA_Button, *AddToWell_Button;
CEpsim eps;
...
I know how the old saying goes of "If it works and it's broken it's not
broken" (is that it?), but I'm wondering what the reason for this is.
I'm betting you write of the end of eps somewhere. Basically there is
a bug, which doesn't always show.
nash
--
Brett Nash <nash nash nu>
Sometimes it's better to light a flamethrower than curse the darkness.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]