Board index » delphi » TOpenDialog crashes in Windows 2000 from IDE?

TOpenDialog crashes in Windows 2000 from IDE?

    I just upgraded to Windows 2000 Professional, installed Delphi 5 and the
latest patch. Now, when I try to use the TOpenDialog from within a program
running from the IDE, the program crashes and Delphi displays the CPU
window. The programs work fine outside the IDE. Does anyone have an idea
what is going on?

--
Paul Fulford

i...@komodosoftware.com

 

Re:TOpenDialog crashes in Windows 2000 from IDE?


On Sun, 9 Jul 2000 19:01:54 -0700, "Paul Fulford"

Quote
<p...@komodosoftware.com> wrote:
>    I just upgraded to Windows 2000 Professional, installed Delphi 5 and the
>latest patch. Now, when I try to use the TOpenDialog from within a program
>running from the IDE, the program crashes and Delphi displays the CPU
>window. The programs work fine outside the IDE. Does anyone have an idea
>what is going on?

It's not crashing, its just some breakpoint thingy win2k throws at
you, was a small discussion about it some days ago. Only solution i
found was to disable integrated debugging

- Asbj?rn

Re:TOpenDialog crashes in Windows 2000 from IDE?


Right you are! Disable integrated debugging worked. Thanks very much.

- Paul

Quote
"Lord Crc" <lord...@hotmail.com> wrote in message

news:396936f7.14782609@forums.inprise.com...
Quote
> On Sun, 9 Jul 2000 19:01:54 -0700, "Paul Fulford"
> <p...@komodosoftware.com> wrote:

> >    I just upgraded to Windows 2000 Professional, installed Delphi 5 and
the
> >latest patch. Now, when I try to use the TOpenDialog from within a
program
> >running from the IDE, the program crashes and Delphi displays the CPU
> >window. The programs work fine outside the IDE. Does anyone have an idea
> >what is going on?

> It's not crashing, its just some breakpoint thingy win2k throws at
> you, was a small discussion about it some days ago. Only solution i
> found was to disable integrated debugging

> - Asbj?rn

Re:TOpenDialog crashes in Windows 2000 from IDE?


I found this problem and worked with it for a couple of weeks before I
finally discovered that the hangup is due to antivirus software.  MS changed
the file system JUST ENOUGH to break how antivirus software works.

I was able to disable the antivirus software and still use the integrated
debugging.

Ron Keen

Quote
"Paul Fulford" <p...@komodosoftware.com> wrote in message

news:396a3ccb@dnews...
Quote
> Right you are! Disable integrated debugging worked. Thanks very much.

> - Paul

> "Lord Crc" <lord...@hotmail.com> wrote in message
> news:396936f7.14782609@forums.inprise.com...
> > On Sun, 9 Jul 2000 19:01:54 -0700, "Paul Fulford"
> > <p...@komodosoftware.com> wrote:

> > >    I just upgraded to Windows 2000 Professional, installed Delphi 5
and
> the
> > >latest patch. Now, when I try to use the TOpenDialog from within a
> program
> > >running from the IDE, the program crashes and Delphi displays the CPU
> > >window. The programs work fine outside the IDE. Does anyone have an
idea
> > >what is going on?

> > It's not crashing, its just some breakpoint thingy win2k throws at
> > you, was a small discussion about it some days ago. Only solution i
> > found was to disable integrated debugging

> > - Asbj?rn

Re:TOpenDialog crashes in Windows 2000 from IDE?


You think thats bad, you should see how many break points they're are for
autocomplete! Shesh. Why is delphi stopping on **NT's** breakpoints anyways.
Im not a microsoft developer, why do I care?

Quote
"Lord Crc" <lord...@hotmail.com> wrote in message

news:396936f7.14782609@forums.inprise.com...
Quote
> On Sun, 9 Jul 2000 19:01:54 -0700, "Paul Fulford"
> <p...@komodosoftware.com> wrote:

> >    I just upgraded to Windows 2000 Professional, installed Delphi 5 and
the
> >latest patch. Now, when I try to use the TOpenDialog from within a
program
> >running from the IDE, the program crashes and Delphi displays the CPU
> >window. The programs work fine outside the IDE. Does anyone have an idea
> >what is going on?

> It's not crashing, its just some breakpoint thingy win2k throws at
> you, was a small discussion about it some days ago. Only solution i
> found was to disable integrated debugging

> - Asbj?rn

Re:TOpenDialog crashes in Windows 2000 from IDE?


Quote
In article <396c2b0e@dnews>, AnonWolf wrote:
> Why is delphi stopping on **NT's** breakpoints anyways.
> Im not a microsoft developer, why do I care?

Breakpoints know no nationality <g>. If the OS code executes inside your
process (as the common dialogs will) the IDE de{*word*81} has no way to
distinguish them from breakpoints set in your code.

Peter Below (TeamB)  100113.1...@compuserve.com)
No e-mail responses, please, unless explicitly requested!

Other Threads