|
Anaristos Sorcerer
Joined: 17 Jul 2007 Posts: 821 Location: California
|
|
_________________ Sic itur ad astra.
Last edited by Anaristos on Sun May 11, 2008 7:05 pm; edited 1 time in total |
|
|
|
Dharkael Enchanter
Joined: 05 Mar 2003 Posts: 593 Location: Canada
|
Posted: Sat May 10, 2008 11:30 pm |
Confirmed.
|
|
_________________ -Dharkael-
"No matter how subtle the wizard, a knife between the shoulder blades will seriously cramp his style." |
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Wed May 21, 2008 8:12 pm |
Which specific COM objects are you trying to use that become unusable?
|
|
|
|
Dharkael Enchanter
Joined: 05 Mar 2003 Posts: 593 Location: Canada
|
Posted: Wed May 21, 2008 9:58 pm |
I was able to confirm this behaviour using either the Python DB component I made or the Scripting.Dictionary component.
Code: |
#var dict %comcreate( "Scripting.Dictionary")
#call @dict.Add("A","Count=1")
#echo Before Opening Window:@dict.Item("A")
#win bob
#wa 500
#echo After Opening Window:@dict.Item("A")
#close bob
#wa 500
#echo After Closing Window:@dict.Item("A") |
|
|
_________________ -Dharkael-
"No matter how subtle the wizard, a knife between the shoulder blades will seriously cramp his style." |
|
|
|
Anaristos Sorcerer
Joined: 17 Jul 2007 Posts: 821 Location: California
|
Posted: Wed May 21, 2008 11:13 pm |
I have 4 COM objects that point to different SQL databases. I create the objects similarly to how Dharkael did it in his test. I create my objects during the onLoad event.
|
|
_________________ Sic itur ad astra. |
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Wed May 28, 2008 7:03 pm |
Added to bug list.
|
|
|
|
|
|