<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/solid/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/solid/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/solid/bugs/</id><updated>2001-06-08T10:58:38Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>dtDeleteObject crashes in caching mode</title><link href="https://sourceforge.net/p/solid/bugs/1/" rel="alternate"/><published>2001-06-08T10:58:38Z</published><updated>2001-06-08T10:58:38Z</updated><author><name>Olivier Michel</name><uri>https://sourceforge.net/u/omichel/</uri></author><id>https://sourceforge.net0b5d0a91f4ee77607d066e9e461a06a559617a18</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;In caching mode (dtEnableCaching), it is not possible&lt;br /&gt;
to delete an object without crashing the application. &lt;br /&gt;
The dtDeleteObject() and DtDeleteShape() functions&lt;br /&gt;
seems to either crash or corrupt Solid internal&lt;br /&gt;
representation, so that the next call to dtTest()&lt;br /&gt;
crashes.&lt;/p&gt;
&lt;p&gt;The workaround proposed by Gino:&lt;/p&gt;
&lt;p&gt;dtSelectObject(object);&lt;br /&gt;
dtTranslate(M_INFINITY,M_INFINITY,M_INFINITY); &lt;br /&gt;
dtClearObjectResponse(object);&lt;br /&gt;
dtTest(); &lt;br /&gt;
dtDeleteObject(object);&lt;br /&gt;
dtDeleteShape(shape);&lt;/p&gt;
&lt;p&gt;doesn't seem to work...&lt;/p&gt;
&lt;p&gt;Disabling caching just before deleting the object and&lt;br /&gt;
reenabling caching after doesn't work either.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>