[Gambas-devel] concerning "BUG(?):signal 6 on including the function GB.Hook"
chintan rao
chintanraoh at ...176...
Fri Nov 3 02:52:49 CET 2006
Hi guys,
Firstly sorry for forgetting to mention the version of Gambas i was working
while reporting the bug
It is 1.9.44
I also forgot mention the the components enabled while the bug occcured.
They are gb, my component,gb.qt and gb.qt.ext.
I wrote a program including the console related components and my component
I changed the hook1_main to
static void hook1_main ( int *argc, char **argv )
{
fprintf(stderr,"\nHELLO WORLD\n");
printf("\nHELLO WORLD IN INIT \n");
return;
}
I get no errors but the the printf and fprintf statements never seem to get
executed
But when i use gb.qt components they get executed
Which is strange
I wonder weather i should continue with the gb.options(to analyse the
command line options) component which i am doing
now or switch with some other because in cannot be done without GB.Hook
Please help me out
Waiting for help
Chintan Rao H
OPEN @ NITK
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/devel/attachments/20061103/96f956e3/attachment.html>
More information about the Devel
mailing list