Message 1 of 2
Memory leak?

Not applicable
04-16-2007
07:04 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Has anyone seen memory leaks in VBA?
I inherited a lisp program and converted it to VBA for AutoCAD 2006. The program compares two sets of entities (around 200,000 each), but when I run it, I can see the memory use climb and the program eventually bombs.
As a test, I converted the program to VB 6.0 and when I run it, the memory stays pretty steady, no memory leaks. Of course, the program runs quite a bit slower, so I'd like to get the VBA working.
Has anyone seen similar things? Any solution?
TIA
I inherited a lisp program and converted it to VBA for AutoCAD 2006. The program compares two sets of entities (around 200,000 each), but when I run it, I can see the memory use climb and the program eventually bombs.
As a test, I converted the program to VB 6.0 and when I run it, the memory stays pretty steady, no memory leaks. Of course, the program runs quite a bit slower, so I'd like to get the VBA working.
Has anyone seen similar things? Any solution?
TIA