how to pass parameter of type byte to dll function?

originally dll function is function beginFisk(var param:byte):bool !!!
my code is :

Dll dll = new Dll('someDll');
DllFunction func = new DllFunction(dll,'beginFisk');
func.args(ExtTypes::byte);

func.call('here i must pass byte type parameter!!!!!!');

How to pass byte type parameter?????????
After call guess param parameter acquires some value...

Kuni



Yahoo! Groups Links

Reply via email to