Quantcast
Channel: Adobe Community : Popular Discussions - After Effects SDK
Viewing all articles
Browse latest Browse all 73444

'AEGP_ExecuteScript': identifier not found

$
0
0

Hey guys,

 

I'm trying to execute a script from withing the panelor example from  sdk6.

 

PanelatorUI_Plat.cpp

...

 

case WM_COMMAND:

if(HIWORD(wParam) == BN_CLICKED && LOWORD(wParam) == BtnID){

i_numClicks++;

AEGP_ExecuteScript(NULL, "alert('X');", FALSE, NULL, NULL);

InvalidateAll();

handledB = true;

}

 

It won't compile => 'AEGP_ExecuteScript': identifier not found..

 

no idea what I'm doing really

 

thanks !


Viewing all articles
Browse latest Browse all 73444