5.0b36 // MAC, Vserver Prefs Panel,

william humphrey bill at bluewatermaritime.com
Tue Jul 10 12:13:25 CDT 2012


This is what happens when my LiveCode stack closes

*function* DBClose isDestructing

   *get* VDatabase_Close( gDatabase )

   *if* isDestructing = true *then*

      *put* VDatabase_Destructor( gDatabase ) into gDatabase

   *end* *if*

   *put* "Database Closed" into field error_field

   *--put "" into field IsOpenField*

*end* DBClose

*----------------------------------------------*

**

*function* shutdown

   *get* VConnection_Close( gConnection )

   *get* VServer_Destructor( gConnection )

   *-- this crashes IDE*

    *get* Valentina_ShutDownClient()

 *end* shutdown


-- obviously this does not flush the data that is held in memory. Can you
suggest changes?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macserve.net/pipermail/valentina-beta/attachments/20120710/4a3aa7d0/attachment.html>


More information about the Valentina-beta mailing list