Re: Quirky Variable Definitions



    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]