| 
O.P.  Dlls w/ new scripting language
 I just started creating the new scripts for messenger plus live, and I am a little confused as to how to integrate dlls into the scripting language: 
 
-Do dlls need to be of javascript code exlusively? Or can they be of any language that supports dynamically linked libraries.  
-Also what is the extent of the type of code possible in the dlls...  
Say could I do windows sdk functions and have them work properly? 
 
-And after I create my dll, do I include it into my .js by normal javascript include(''); function or is there a special process to reference the information in the dll I put in my .plsc? 
 
Thank you ahead of time -Fig 
 |