64-bit causes Xojo crash

I switched our console project to 64-bit, chose Analyze, and about 2/3 through Xojo crashed. Twice. The crash report says “unsupported constant type: 12” but I have no idea how to start tracking this down. Any ideas?

you could remove stuff from project and see if it helps?

The project is huge and quite integrated. I’m hoping for a shorter course than that.

An enumeration perhaps?

You could save as XML file and for some searches there.
e.g. look for a constant with type 12

It looks like 12 would be a currency constant.

That was it, a const as currency. Changing that to dim did the trick.

Thanks Joe.

Reported feedback case?

It’s a private case but I can post it anyway if you’d like.