From: Darmadi on
Hi to all,

I'm newbie to bBrowser,
bBrowser 3.0
Windows 7 64bit
VO 2.8
I'm trying integrate bBrowser 3.0 with my current app.
Sometimes, when closing Dialog Window, it showing an error message:

An unhandled exception occurred in module NORMALIZ.DLL of your application!
Code 0xC0000005 (EIP=0xFFFFFFFF)
Application: Master Transaction
Module: A00 Start
Entity: App:Start, Line 0

Any tips for me, maybe I should avoid what while using bBrowser ?


--
Regards,
Darmadi

support(a)gfsoftindo.com
www.gfsoftindo.com

******************************
PT. GFSOFT INDONESIA
Komplek Ruko Puri Loka Blok B No. 9, Sei Panas
Batam - Indonesia

Business Hour
Monday - Friday
09.00 to 17.00 WIB

Saturday
09.00 to 14.00 WIB

Sunday & Public Holiday
Close
******************************
From: richard.townsendrose on
Darmadi

It seems to me that something is closing in the wrong order ...

do you use the close() method ?
best that you generate this from the window editor

super:close() should always be executed first, the close all your
dbservers

but as geoff says .. no code makes it so difficult to help.

richard
From: Geoff Schaller on
Darmadi.

Normaliz.dll must be YOUR dll so you need to show us the code!

You also need to turn debug info on and include line numbers. You aren't
giving yourself even half a chance and you're giving us nothing <g>.

Geoff



"Darmadi" <support(a)gfsoftindo.com> wrote in message
news:hv9s10$j80$1(a)speranza.aioe.org:

> Hi to all,
>
> I'm newbie to bBrowser,
> bBrowser 3.0
> Windows 7 64bit
> VO 2.8
> I'm trying integrate bBrowser 3.0 with my current app.
> Sometimes, when closing Dialog Window, it showing an error message:
>
> An unhandled exception occurred in module NORMALIZ.DLL of your application!
> Code 0xC0000005 (EIP=0xFFFFFFFF)
> Application: Master Transaction
> Module: A00 Start
> Entity: App:Start, Line 0
>
> Any tips for me, maybe I should avoid what while using bBrowser ?
>
>
> --
> Regards,
> Darmadi
>
> support(a)gfsoftindo.com
> www.gfsoftindo.com
>
> ******************************
> PT. GFSOFT INDONESIA
> Komplek Ruko Puri Loka Blok B No. 9, Sei Panas
> Batam - Indonesia
>
> Business Hour
> Monday - Friday
> 09.00 to 17.00 WIB
>
> Saturday
> 09.00 to 14.00 WIB
>
> Sunday & Public Holiday
> Close
> ******************************

From: Darmadi on
Thanks Richard,

Seem it solve my problem...

Darmadi

"richard.townsendrose" <richard.townsendrose(a)googlemail.com> wrote in
message
news:ac054ed3-df96-4b1c-bf20-785368c4f97b(a)s9g2000yqd.googlegroups.com...
> Darmadi
>
> It seems to me that something is closing in the wrong order ...
>
> do you use the close() method ?
> best that you generate this from the window editor
>
> super:close() should always be executed first, the close all your
> dbservers
>
> but as geoff says .. no code makes it so difficult to help.
>
> richard

From: Darmadi on
No Geoff,

It's not my library, it's from Win7 System Dir (Microsoft Operating System
Library).

Darmadi

"Geoff Schaller" <geoffx(a)softxwareobjectives.com.au> wrote in message
news:UOcSn.3051$Ls1.2036(a)news-server.bigpond.net.au...
> Darmadi.
>
> Normaliz.dll must be YOUR dll so you need to show us the code!
>
> You also need to turn debug info on and include line numbers. You aren't
> giving yourself even half a chance and you're giving us nothing <g>.
>
> Geoff
>
>
>
> "Darmadi" <support(a)gfsoftindo.com> wrote in message
> news:hv9s10$j80$1(a)speranza.aioe.org:
>
>> Hi to all,
>>
>> I'm newbie to bBrowser,
>> bBrowser 3.0
>> Windows 7 64bit
>> VO 2.8
>> I'm trying integrate bBrowser 3.0 with my current app.
>> Sometimes, when closing Dialog Window, it showing an error message:
>>
>> An unhandled exception occurred in module NORMALIZ.DLL of your
>> application!
>> Code 0xC0000005 (EIP=0xFFFFFFFF)
>> Application: Master Transaction
>> Module: A00 Start
>> Entity: App:Start, Line 0
>>
>> Any tips for me, maybe I should avoid what while using bBrowser ?
>>
>>
>> --
>> Regards,
>> Darmadi
>>
>> support(a)gfsoftindo.com
>> www.gfsoftindo.com
>>
>> ******************************
>> PT. GFSOFT INDONESIA
>> Komplek Ruko Puri Loka Blok B No. 9, Sei Panas
>> Batam - Indonesia
>>
>> Business Hour
>> Monday - Friday
>> 09.00 to 17.00 WIB
>>
>> Saturday
>> 09.00 to 14.00 WIB
>>
>> Sunday & Public Holiday
>> Close
>> ******************************
>