How to use Add-Ins Components in 1C (like Native API DLLs, COM...)

1C:Enterprise platform integration capabilities and techniques

#1
People who like this:0Yes/0No
Just came
Rating: 0
Joined: Feb 29, 2012
Company:

Now, my 1C application need to interact with external device.
I already haved one DLL written in C language for support interacting (read/write data) with external device. I temporary called this DLL is "ABC.dll". Suppose that this DLL exposed two interfaces as below:
+ Read();
+ Write();
So now, my 1C application need to use ABC.dll for:
+ Read data from external device for storing to 1C application
+ Write data that is stored in 1C application to external device

But, I does not know how to do this in 1C !
+ How to embed ABC.dll to my 1C application ?
+ Should I embed ABC.dll to my 1C application when it's starting or embed ABC.dll to sub-components of my 1C application (like a document form)
+ After embed ABC.dll to my 1C application, how could I use the Read(), Write() interface (that ABC.dll public) in my 1C application ?

Plz help,
Thanks & Best regards,
Son

 
#2
People who like this:1Yes/0No
Timofey Bugaevsky
Guest

Joined:
Company:

See Creating External Components Manual.

 
#3
People who like this:0Yes/0No
Just came
Rating: 0
Joined: Feb 29, 2012
Company:

Yeah ! I have downloaded this document
I will read and try to solve my problem
Many thanks for your help

Best regards,
Le Anh Son

 
Subscribe
Users browsing this topic (guests: 1, registered: 0, hidden: 0)
Be the first to know tips & tricks on business application development!

A confirmation e-mail has been sent to the e-mail address you provided .

Click the link in the e-mail to confirm and activate the subscription.