I'm looking into https://gitlab.com/freepascal.org/fpc/source/-/issues/41235

by  porting code from comobj.DispatchInvoke to variants.  However I need to deallocate a pwidechar allocated with StringToOleStr.

Comobj does with sysfreestring, which is the winapi widestring deallocation, and I can't quickly find a more portable example. Is there a construct to do this somewhat portable, like e.g.

pwidestring(theptr)^:=nil;

or do we miss a generic opposite to StringToOleStr here?

_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Reply via email to