Re: [Factor-talk] scripting excel / office on windows with IDispatch / COM

2012-08-07 Thread Naveen Garg

 There's a library for making COM interfaces in
 basis/windows/com/com.factor. It doesn't look like we have an
 IDispatch interface, but you can make one. ...
 Let me know if you have problems with the COM binding.

Thanks Doug. I think I have an idea on how to proceed.  I will let you know
if I get stuck.
Meanwhile, I have been able to wrap a ffi to autohotkey in factor which can
bridge the gap.
https://github.com/tinku99/ahk-factor
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk


Re: [Factor-talk] scripting excel / office on windows with IDispatch / COM

2012-08-06 Thread Doug Coleman
Hi Naveen,

There's a library for making COM interfaces in
basis/windows/com/com.factor. It doesn't look like we have an
IDispatch interface, but you can make one. The docs are kind of
minimal, so follow the example in the -tests.factor file.

As far as scripting Word, I doubt anyone has done so.

Let me know if you have problems with the COM binding.

Doug

On Fri, Aug 3, 2012 at 8:56 PM, Naveen Garg naveen.g...@gmail.com wrote:
 Hi folks,
 I am really interested in using factor.
 I would like to glue it with preexisting code in other languages, mostly
 autohotkey.
 My favorite inter-process communication is using safearrays / COM.
 Does anyone have an IDispatch interface / safearray functions wrappers
 implementation in factor ?
 Has anyone used factor to script microsoft word / excel etc.
 I think being able to write com scripting automation clients and servers in
 factor could really help proliferate factor on windows.
 Naveen

 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 Factor-talk mailing list
 Factor-talk@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/factor-talk


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk