Is the function OLEUninitialize() obsolete (ie. not required anymore)? I found it inside tcomobj.prg and testole.prg.
EMG
Is the function OLEUninitialize() obsolete (ie. not required anymore)? I found it inside tcomobj.prg and testole.prg.
EMG
So, it must be removed from tcomobj.prg and testole.prg?
EMG
Enrico,
Yes, I think that we could remove it though lets see if we can check it to be 100% sure about it.
Another choice is to include that function in those examples.
Antonio Linares wrote:Enrico,
Yes, I think that we could remove it though lets see if we can check it to be 100% sure about it.
Antonio Linares wrote:Another choice is to include that function in those examples.
METHOD Destroy()
DESTRUCTOR Destroy()#include "Fivewin.ch"
FUNCTION MAIN()
OLEUNINITIALIZE()
RETURN NIL