You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to golan...@googlegroups.com
I have used SYSCALL to invoke various functions in Windows DLL files. Is it possible to use SYSCALL or some other functionality to call functions exposed in COM objects?
Luke
Paulo Pinto
unread,
May 8, 2012, 11:18:29 AM5/8/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to golan...@googlegroups.com
It looks like the file:
https://github.com/AllenDang/w32/blob/master/utils.go already has the necessary code to directly invoke COM operations. Am I reading the code correctly? Do you know of any examples using the utils.ComInvoke method?
Luke
mattn
unread,
May 9, 2012, 2:25:32 AM5/9/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to golan...@googlegroups.com
Or if you want to use low level API to call COM Object, you can use go-ole.