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

Reply via email to