bcc crash on Import list in XP

BlitzMax Forums/BlitzMax Programming/bcc crash on Import list in XP

DavidDC(Posted 2008) [#1]
Hi,

I'm getting a bcc crash in XP ( latest BlitzMax release - but not the dev release ) from the following Import list. (Debug mode on, Gui build mode on, quick build mode on)

Import BRL.LinkedList
Import BRL.Stream
Import BRL.FileSystem
Import BRL.System
Import BRL.Retro
Import BRL.Blitz
Import BRL.Reflection

This crash does not occur in Leopard.

If I move Import BRL.Reflection to the top of the list, everything compiles as normal.

Anyone seen anything like this before?

Thanks.