Ir para conteúdo

POWERED BY:

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

Danilo Torres

DLL no PHP

Recommended Posts

Olá, Pessoal...

 

Preciso acessar um DLL para usar as funções dela contidas, mas não sei 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)[/size]","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: [/size]Vinco.iContNFe.NFeIntegratorInterOp

Assembly: NFeIntegratorInterOp (in NFeIntegratorInterOp.dll) Version: 1.22.0.2 (1.22.2.125)[/size]

SectionExpanded.pngSyntax[/size]

 

 

 

C#

public[/size] [/size]class[/size] [/size]NFeIntegrator[/size] : [/size]ServicedComponent[/size],[/size]

 

 

INFeIntegrator

 

 

 

 

 

VB

Public[/size] [/size]Class[/size] [/size]NFeIntegrator[/size]

 

 

Inherits ServicedComponent

Implements INFeIntegrator

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.