Options

Can I call assembly in assembly?

undy0602undy0602 Member Posts: 67
Hello developers,
I have to use an unmanaged C++ assembly on NAV. But I cant import this .dll file into NAV.
How can I import it by Control Add-in or Automation into NAV?
This .dll assembley has below functions. How can I call these functions on Class library? If I can call these functions on my created new class library, I can use it by Automation on NAV.

Ustring TestAPI::checkAPI()
Ustring TestAPI::getInformation()
Ustring TestAPI::callFunction(Ustring,Ustring)
Ustring TestAPI::put(Ustring)
Ustring TestAPI::returnBill(Ustring)
Ustring TestAPI::sendData()

Regards,
Undy

Answers

  • Options
    undy0602undy0602 Member Posts: 67
    It means "Bridge Library" between NAV and .dll
    How can I create bridge library to call this assembly?
Sign In or Register to comment.