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
- To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

