Petr Danes
Registered User.
- Local time
- Today, 23:50
- Joined
- Aug 4, 2010
- Messages
- 154
I have a DB that makes fairly heavy use of regular expressions. Recently, it has started crashing on SOME users' computers. It turns out that the library reference to MIcrosoft VBScript Regular Expressions 5.5 is the problem. In some machines, it MUST be set or the code crashes. In others, it must NOT be set, or the code crashes. Everyone is running Office 365, 64 bit version, Windows 10 or Windows 11. I have not been able to isolate any common characteristic to crashing when set versus crashing when not set.
I have found many references to this on the net, claiming all sorts of things, but the problem remains - neither configuration works properly on ALL my users' machines.
Has anyone run into this and found a way around it? Conditional compilation? Run-time vs compile time linking? A different library entirely? Anything?
I have found many references to this on the net, claiming all sorts of things, but the problem remains - neither configuration works properly on ALL my users' machines.
Has anyone run into this and found a way around it? Conditional compilation? Run-time vs compile time linking? A different library entirely? Anything?