Action Plugin LuaCom1.4 1.2.0.0

Plugins y todo lo relacionado para Autoplay Media Studio.
Info:
LuaCom Action Plugin For AutoPlay Media Studio
  • This is A Lua module that Orginally written for Lua
  • This module is ported to an AMS Action plugin by amsplugins.com
Features :
  • this plugin uses version 1.4 of LuaCom library
Credits :
  • LuaCom library Orginally Written By
  • Vinicius Almendra and Renato Cerqueira :

    Código: Seleccionar todo

    http://www.tecgraf.puc-rio.br/~rcerq/luacom
Descarga:
HIDE: ON
Hidebb Message Hidden Description
good thank you
Gracias ceone , se han  animado a actualizarlo , haber si han arreglado algo en las conversiones mas esenciales...
Para que sirve
http://lua-users.org/wiki/LuaCom

Lua como es una librería que te permite usar COM/ActiveX, mírate los ejemplos que lleva unos cuantos...
:demo:
thanks
thanks
gracias ceone
is this new version of luacom plugin ?
Title is :
And Download File Is : LuaCom.1.2.0.0.zip (372.99 KB)

I am confused.
pavel escribió:Title is :
And Download File Is : LuaCom.1.2.0.0.zip (372.99 KB)

I am confused.

confused for? LuaCom 1.4 version plugin 1.2.0.0 or 1.1.0.0 i dont remember good but is last version ans is in the power pack...

enlace actualizado 07/11/2012

HIDE: ON
Hidebb Message Hidden Description
gracias ceone

Gracias

gracias por el aporte

Servira para el setup factory

Muchas gracia!
gracias

Buenas haber si alguno puede ayudarme, estoy intentando usar Luacom para utilizar la libreria sscrrun.dll

System Scripting Runtime 1.5 info en http://www.netal.com/sscrrun.htm

pero soy totalmente incapaz de cargar el objeto.

mi codigo:

Código: Seleccionar todo

IpAddress = "192.168.1.1";

ObjPing = luacom.CreateObject("SScripting.IPNetwork.1")
 if (ObjPing ~= nil) then
 	sPing = ObjPing:Ping(IpAddress);
 	if (sPing ~= nil) then
 		Dialog.Message("Notice", "Tengo contestacion", MB_OK, MB_ICONINFORMATION, MB_DEFBUTTON1);

	else
		Dialog.Message("Notice", "Error en sPing", MB_OK, MB_ICONINFORMATION, MB_DEFBUTTON1);
	end
else
	Dialog.Message("Notice", "Error No se crea el objeto", MB_OK, MB_ICONINFORMATION, MB_DEFBUTTON1);
end

ObjPing = nil;
collectgarbage();
Nunca me carga el objeto, lo he intentado con "SScripting.IPNetwork" con vbs si carga, crceo que estas libreria son muy interesantes tenerlas, y esta funcion ping sin usar ping.exe es una forma muy elegante.

Gracias de ya por la ayuda.

Gracias...
Lo probare