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
- 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.

