Hi Kuni

Try

int i = 255;
Func.call(i);

Regards
Thomas


-----Oprindelig meddelelse-----
Fra: ax [mailto:[EMAIL PROTECTED]
Sendt: 14. april 2004 09:14
Til: [EMAIL PROTECTED]
Emne: [development-axapta] how to pass parameter of type byte to dll
function?

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






Yahoo! Groups Links

Reply via email to