Bentley Communities
Site
Search
User
Site
Search
User
Product Communities
Developers and Programming
MicroStation Programming
Cancel
MicroStation Programming
Sign In
All tags
memory
[v8i MDL]
64bit operating system
alloc
batch
batch files
c#
COM
compress
CONNECT Edition
crash
dlmSystem_mdlFree
dlmSystem_mdlMalloc
MDL
MicroStation
new
v8i
VBA
[CE U17] COM/Interop does not release memory
Jean-Pierre Hundhausen
It's quite similar to https://communities.bentley.com/products/programming/microstation_programming/f/microstation-programming---forum/201080/mstn-ce-u14-vba-and-com-interop-does-not-release-memory but this time it happens while accessing child elements…
Answered
9 months ago
MicroStation Programming
MicroStation Programming Forum
In VBA Compress DesignFile no longer clears memory in Microstation Connect 10.15.00.74, is there another method to clear memory between successive file open operations?
Robert Ness
I had written a replacement batch application for Microstation v8i that allowed for external Excel control, logging, and even an undo, but this application was predicated on the ability to clear memory between successive file open operations. In v8i…
over 1 year ago
MicroStation Programming
MicroStation Programming Forum
[v8i MDL] Can I use 'new' instead dlmSystem_mdlMalloc to dynamically allocate memory for an array of DPoint3d?
Nabil Kherouf
Hi All I've been using the 'new' operator to allocate vectors as follows: DPoint3d *pnts = new DPoint3d[_size_]; ........ delete [] pnts; My question is: is it safer to use dlmSystem_mdlMalloc and dlmSystem_mdlFree to allocate and free memory…
over 5 years ago
MicroStation Programming
MicroStation Programming Forum
[v8i MDL] Can I use 'new' instead dlmSystem_mdlMalloc to dynamically allocate memory for an array of DPoint3d?
Nabil Kherouf
Hi All! I've been using the 'new' operator to allocate vectors as follows: DPoint3d *pnts = new DPoint3d[_size_]; ........ delete [] pnts; My question is: is it safer to use dlmSystem_mdlMalloc and dlmSystem_mdlFree to allocate and free memory…
over 5 years ago
MicroStation Programming
MicroStation Programming Forum
[V8i-SS2 VBA] Releasing Memory
cweber
Hello, When writing utilities to process various information, I have often been remiss in considering 'Set object = Nothing', and notice that many others also forget; where object can be something like oLevel or oModel, oElement, etc. How important…
Answered
over 10 years ago
MicroStation Programming
MicroStation Programming Forum
How to handle Memory usage issues?
Torben
Hi all, hope you are having fun! :) I am making "the tool to end all tools", and in the process I am modifying thousands of elements... ... and that builds up the "Commit Charge", and eventually crashes. I must prevent my tool crashing due to memory…
over 11 years ago
MicroStation Programming
[Archived] MicroStation V8i VBA Forum
Re: V8i memory usage is nearly a 4 fold increase over V8.5
Jan Šlegr
Hi Susan, as introductory information I recommend an article about memory management in MicroStation ( http://communities.bentley.com/Products/MicroStation/w/Microstation__Wiki/microstation-memory-management.aspx ). There is not many information…
over 13 years ago
MicroStation Programming
[Archived] MicroStation V8i Programming Forum
Re: Issue: DArrays and EmbeddedArrays...
Jon Summers
64-bit Address Space Sam: You will run out of memory long before you managed to insert 2 billion members into an array. What happens when MicroStation is running in Windows 64-bit? Suppose your computer has 16MByte RAM running Win…
over 14 years ago
MicroStation Programming
[Archived] MicroStation V8 XM Edition Programming Forum
View related content from anywhere
More
Cancel