Hi everybody,
I have a short question concerning the plug-in.
I created a plug-in using visual studio 2005 for Adobe effect cs4
but i want to add dll on that plugin so,how to add dll in that plugin
please help me!!!!
Thanks
Any other dependencies apart from C/C++ runtime, for example cuda
runtime which you cannot link against statically - you have to copy it
into After Effect support files, where the executable lives (or in
windows library directory, but that i would rather not do)!
Am 19.06.2011 16:15, schrieb shachar carmi:
to include external dependencies in the plug-in, go to:
Project Properties --> C/C++ --> Code Generation
and change the "Runtime Library" to "/MT"
this should make the compiler include the needed code from other DLLs in your code.
North America
Europe, Middle East and Africa
Asia Pacific