[development-axapta] Passing Arrays by reference 3rd Party DLL

2005-11-04 Thread tsk1958pete
Thanks Tom, I finally came to the same conclusion about an hour earlier than the time stamp on your post.  Bits & Bytes confuse me a little. Below is example of the code that I'm currently testing with, once I get beyond making sure I'm getting good io to and from the DLL I'll make loops to w

SV: [development-axapta] Passing Arrays to and from 3rd Party DLL

2005-11-04 Thread Thomas Jensen
Hi Tim Try using the Binary object in stead of the Array class: Binary binary = new Binary(8); Binary binary_out = new Binary(8); binary.dword(0,10); binary.dword(4,20); iReturn = _myFunction.call(iParam1,binary,binary_out) Regards Thomas Fra: devel

Re: Ant: [development-axapta] Catch every delete() on all tables

2005-11-04 Thread opussolution_pk
Hi John The problem is in fact, that this only works if the customer has licenced the Database Log functionality. Otherwise the LogDelete is never called. In our case several customer could need the functionality we will build - but no one of them has this licence... However, thank you for