Messages - vitalyb [ switch to compact view ]

Pages: prev1 ... 23 24 25 26 27 [28] 29next
136
Find And Run Robot / Re: [feature request] multiple run
« on: November 19, 2007, 01:26 PM »
Why would you need a multirun? What's the potential uses?

137
I have the following alias:

1000>>>mstsc>->MSTSC $$1 | C:\WINDOWS\system32\mstsc.exe /v:$$1>+>^mstsc (.+)

Is it possible to make it remember each execution as a result?

So if I execute "mstsc server" the next time I run mstsc it will appear there as one of the options? I guess it should work somehow with the history.

Thanks!

138
FARR Plugins and Aliases / Re: Plugins in C#
« on: November 16, 2007, 07:38 AM »
Hey, just a quick update about the C# plugin SDK:

Every C# plugin will consist of two DLLs:
1) The C++\CLI (managed C++) assembly
2) The C# assembly

When FARR loads the C++ plugin it calls its OnInit() function which in turn uses reflection to find its required C# assembly into the memory. Then it is just a matter of passing each function call to the managed extension and converting the data back and forth from managed to unmanaged types.

When it is done, the idea is that the C# developer wouldn't be aware of the C++ plugin at all, he'll just need to add a reference to my managed C++ assembly, inherit from a certain base class and override the functions he wants to.  I'll have a VERY basic (just one function) prototype working today, probably.

Right now I have most of the basic functionality built in and I believe I can do the first real C# plugin in the next days.

139
Right now I need to point FARR to a specific .ico file so I can have an icon. It would be great if I could direct it to any kind of icon holder (even if there are multiple icons inside) just like it is done right now from Windows Explorer.

Thanks!

140
FARR Plugins and Aliases / Plugins in C#
« on: November 12, 2007, 10:37 AM »
Has anyone yet wrote a wrapper to allow us to write plugins in C#?
I intend to do it if not, a bit worried it wouldn't be fast enough though.

Pages: prev1 ... 23 24 25 26 27 [28] 29next
Go to full version