Skip to main content
Participating Frequently
July 8, 2011
Question

importing . exe file in plugin

  • July 8, 2011
  • 1 reply
  • 1021 views

Hi everybody,

I have a short question concerning the plug-in.

    i am new in premier pro cs4 sdk,i want  to develop plugin in premier pro cs4 sdk but in that pluging i want to improt application exe.

the application exe in flex3 so what will be the step to adding .exe in premier pro cs4 sdk plugin

please reply me It's  urgent

Thanks

This topic has been closed for replies.

1 reply

July 8, 2011

A plugin is just a dll.

Look at msdn to learn how to work withusing exe within your program.

But, unless the exe has exports you can't use it.

Chances are you can't do what you want.