Prev: Install Maker
Next: Vo 2.7 Garbage Collector
From: Jamal on 29 Oct 2006 00:07 Robertino, I noticed from the error that you're using VO build 2735. Have you tried 2740? Jamal "robertino" <rbanfield(a)telair.com> wrote in message news:1162020367.724678.297280(a)k70g2000cwa.googlegroups.com... > Meinhard, > > You expressed yourself, as always, most concisely - I did as you > suggested, but within my own library. The thing compiled, so I assume > that the system knew I meant IDispatch in the OLE SDK library. But it > didn't help - I just kept getting the same intermittent error. When I > get back to the machine on Monday, I'll move the Axit to the OLE SDK > library direct and try that. > > Thanks again, > Rob > > > Meinhard Schnoor-Matriciani wrote: >> Hi Rob, >> >> sorry think I expressed myself not correctly. Please leave the >> OLEAutoobject >> untouched ! Just add >> >> METHOD Axit() CLASS IDispatch >> RETURN NIL >> >> to your OLE SDK library. I can't remember if it's there already, if so >> please change it, otherwise simply add it to the library. Your change may >> have the same result, but I am not sure if there are any side effects. >> >> Regards >> Meinhard >
From: robertino on 29 Oct 2006 07:03 Hi Jamal, I didn't know it was available to non-VOPS users. I guess it's somewhere to be found on the grafx site...? Cheers, Rob Jamal wrote: > Robertino, > > I noticed from the error that you're using VO build 2735. Have you tried > 2740? > > Jamal > > "robertino" <rbanfield(a)telair.com> wrote in message > news:1162020367.724678.297280(a)k70g2000cwa.googlegroups.com... > > Meinhard, > > > > You expressed yourself, as always, most concisely - I did as you > > suggested, but within my own library. The thing compiled, so I assume > > that the system knew I meant IDispatch in the OLE SDK library. But it > > didn't help - I just kept getting the same intermittent error. When I > > get back to the machine on Monday, I'll move the Axit to the OLE SDK > > library direct and try that. > > > > Thanks again, > > Rob > > > > > > Meinhard Schnoor-Matriciani wrote: > >> Hi Rob, > >> > >> sorry think I expressed myself not correctly. Please leave the > >> OLEAutoobject > >> untouched ! Just add > >> > >> METHOD Axit() CLASS IDispatch > >> RETURN NIL > >> > >> to your OLE SDK library. I can't remember if it's there already, if so > >> please change it, otherwise simply add it to the library. Your change may > >> have the same result, but I am not sure if there are any side effects. > >> > >> Regards > >> Meinhard > >
From: Jamal on 29 Oct 2006 08:26 Yes, it's available. http://www.cavo.com/support/update/ http://www.grafxsoft.com/27updates.htm Jamal "robertino" <rbanfield(a)telair.com> wrote in message news:1162123430.668564.229010(a)i42g2000cwa.googlegroups.com... > Hi Jamal, > > I didn't know it was available to non-VOPS users. I guess it's > somewhere to be found on the grafx site...? > > Cheers, > Rob > > Jamal wrote: >> Robertino, >> >> I noticed from the error that you're using VO build 2735. Have you tried >> 2740? >> >> Jamal >> >> "robertino" <rbanfield(a)telair.com> wrote in message >> news:1162020367.724678.297280(a)k70g2000cwa.googlegroups.com... >> > Meinhard, >> > >> > You expressed yourself, as always, most concisely - I did as you >> > suggested, but within my own library. The thing compiled, so I assume >> > that the system knew I meant IDispatch in the OLE SDK library. But it >> > didn't help - I just kept getting the same intermittent error. When I >> > get back to the machine on Monday, I'll move the Axit to the OLE SDK >> > library direct and try that. >> > >> > Thanks again, >> > Rob >> > >> > >> > Meinhard Schnoor-Matriciani wrote: >> >> Hi Rob, >> >> >> >> sorry think I expressed myself not correctly. Please leave the >> >> OLEAutoobject >> >> untouched ! Just add >> >> >> >> METHOD Axit() CLASS IDispatch >> >> RETURN NIL >> >> >> >> to your OLE SDK library. I can't remember if it's there already, if so >> >> please change it, otherwise simply add it to the library. Your change >> >> may >> >> have the same result, but I am not sure if there are any side effects. >> >> >> >> Regards >> >> Meinhard >> > >
From: robertino on 30 Oct 2006 03:39 OK, did the update to 2740, but it didn't help. Subjectively, I would say that VO runs a little faster though. I'm going to keep the return nil in my OLEAutoObject for now, so that it doesn't call its' Destroy(). Doing a _DynInfoUsed() on my routine each time it's called (it adds items to a ListView) gives me a stable number so it doesn't seem to have any impact on dynamic memory. Rob Jamal wrote: > Yes, it's available. > > http://www.cavo.com/support/update/ > > http://www.grafxsoft.com/27updates.htm > > Jamal > > "robertino" <rbanfield(a)telair.com> wrote in message > news:1162123430.668564.229010(a)i42g2000cwa.googlegroups.com... > > Hi Jamal, > > > > I didn't know it was available to non-VOPS users. I guess it's > > somewhere to be found on the grafx site...? > > > > Cheers, > > Rob > > > > Jamal wrote: > >> Robertino, > >> > >> I noticed from the error that you're using VO build 2735. Have you tried > >> 2740? > >> > >> Jamal > >> > >> "robertino" <rbanfield(a)telair.com> wrote in message > >> news:1162020367.724678.297280(a)k70g2000cwa.googlegroups.com... > >> > Meinhard, > >> > > >> > You expressed yourself, as always, most concisely - I did as you > >> > suggested, but within my own library. The thing compiled, so I assume > >> > that the system knew I meant IDispatch in the OLE SDK library. But it > >> > didn't help - I just kept getting the same intermittent error. When I > >> > get back to the machine on Monday, I'll move the Axit to the OLE SDK > >> > library direct and try that. > >> > > >> > Thanks again, > >> > Rob > >> > > >> > > >> > Meinhard Schnoor-Matriciani wrote: > >> >> Hi Rob, > >> >> > >> >> sorry think I expressed myself not correctly. Please leave the > >> >> OLEAutoobject > >> >> untouched ! Just add > >> >> > >> >> METHOD Axit() CLASS IDispatch > >> >> RETURN NIL > >> >> > >> >> to your OLE SDK library. I can't remember if it's there already, if so > >> >> please change it, otherwise simply add it to the library. Your change > >> >> may > >> >> have the same result, but I am not sure if there are any side effects. > >> >> > >> >> Regards > >> >> Meinhard > >> > > >
From: Jamal on 30 Oct 2006 09:21
I know for sure the VOPS builds are more stable and do not suffer OLE issues. You may also want to google for DestroyOleObject( ) for a replacement to Destory() if that's giving you problems. http://groups.google.com/group/comp.lang.clipper.visual-objects/browse_thread/thread/55d45f59a05781a0 Jamal "robertino" <rbanfield(a)telair.com> wrote in message news:1162197540.218348.272010(a)e3g2000cwe.googlegroups.com... > OK, did the update to 2740, but it didn't help. Subjectively, I would > say that VO runs a little faster though. > > I'm going to keep the return nil in my OLEAutoObject for now, so that > it doesn't call its' Destroy(). Doing a _DynInfoUsed() on my routine > each time it's called (it adds items to a ListView) gives me a stable > number so it doesn't seem to have any impact on dynamic memory. > > Rob > > > Jamal wrote: >> Yes, it's available. >> >> http://www.cavo.com/support/update/ >> >> http://www.grafxsoft.com/27updates.htm >> >> Jamal >> >> "robertino" <rbanfield(a)telair.com> wrote in message >> news:1162123430.668564.229010(a)i42g2000cwa.googlegroups.com... >> > Hi Jamal, >> > >> > I didn't know it was available to non-VOPS users. I guess it's >> > somewhere to be found on the grafx site...? >> > >> > Cheers, >> > Rob >> > >> > Jamal wrote: >> >> Robertino, >> >> >> >> I noticed from the error that you're using VO build 2735. Have you >> >> tried >> >> 2740? >> >> >> >> Jamal >> >> >> >> "robertino" <rbanfield(a)telair.com> wrote in message >> >> news:1162020367.724678.297280(a)k70g2000cwa.googlegroups.com... >> >> > Meinhard, >> >> > >> >> > You expressed yourself, as always, most concisely - I did as you >> >> > suggested, but within my own library. The thing compiled, so I >> >> > assume >> >> > that the system knew I meant IDispatch in the OLE SDK library. But >> >> > it >> >> > didn't help - I just kept getting the same intermittent error. When >> >> > I >> >> > get back to the machine on Monday, I'll move the Axit to the OLE SDK >> >> > library direct and try that. >> >> > >> >> > Thanks again, >> >> > Rob >> >> > >> >> > >> >> > Meinhard Schnoor-Matriciani wrote: >> >> >> Hi Rob, >> >> >> >> >> >> sorry think I expressed myself not correctly. Please leave the >> >> >> OLEAutoobject >> >> >> untouched ! Just add >> >> >> >> >> >> METHOD Axit() CLASS IDispatch >> >> >> RETURN NIL >> >> >> >> >> >> to your OLE SDK library. I can't remember if it's there already, if >> >> >> so >> >> >> please change it, otherwise simply add it to the library. Your >> >> >> change >> >> >> may >> >> >> have the same result, but I am not sure if there are any side >> >> >> effects. >> >> >> >> >> >> Regards >> >> >> Meinhard >> >> > >> > > |