Hi Guys, I ve added a new post to my BLOG regarding callin dll functions
from AX.Its very basic however...
You can check it
http://daxguy.blogspot.com/

Hope it helps

On 12/13/06, Sumit Loya <[EMAIL PROTECTED]> wrote:
>
>   Hi,
>
> Here is what you have to do.
>
> 1. Create the dll file that you want to use and register it in the system
>
> 2. Write the following code
>
> Com com = new Com("SamLib.Test");
> ;
>
> print com.PrintHello();
> pause;
> Here SamLib is a class library which i had created and Test is a class
> inside that library.
> PrintHello() function returns "hello" and prints it on the screen.
>
> Regards,
> Sumit
>
> On 12/9/06, axapta_noob <[EMAIL PROTECTED] <axapta_noob%40yahoo.com>>
> wrote:
> >
> > Greetings everyone,
> >
> > can anyone plz tell me how to use COM objects in Axapta 3. I wanna use
> > some dll i create in .NET to be called from Axapta. Plz tell if I have
> > use some extra steps to get this working.
> >
> > Thanks...
> >
> >
> >
>
> [Non-text portions of this message have been removed]
>
>  
>



-- 


Arijit Basu


[Non-text portions of this message have been removed]

Reply via email to