Quantcast
Channel: Últimos conteúdos
Viewing all articles
Browse latest Browse all 14190

DLL NO PHP

$
0
0

Olá, Pessoal...

Preciso acessar um DLL para usar as funções dela contidas, mas não muito bem como trabalhar isso com o PHP.

Tentei usar a

 

new COM("NFeIntegratorInterOp (in NFeIntegratorInterOp.dll) Version: 1.22.0.2 (1.22.2.125)","Vinco.iContNFe.NFeIntegratorInterOp");

 

 

Mas não sei se esta correto.

 

Alguém poderia me dar um caminho?

 

 

###OS DADOS ABAIXO ESTA NO MANUAL DA DLL

System.Object
  System.MarshalByRefObject
    System.ContextBoundObject
      System.EnterpriseServices.ServicedComponent
        Vinco.iContNFe.NFeIntegratorInterOp.NFeIntegrator

 

Namespace: Vinco.iContNFe.NFeIntegratorInterOp
Assembly: NFeIntegratorInterOp (in NFeIntegratorInterOp.dll) Version: 1.22.0.2 (1.22.2.125)

SectionExpanded.pngSyntax
public class NFeIntegrator : ServicedComponent,
    INFeIntegrator
 
Public Class NFeIntegrator
    Inherits ServicedComponent
    Implements INFeIntegrator

Viewing all articles
Browse latest Browse all 14190