- Milton Jiménez
- PowerBuilder
- Thursday, 1 June 2023 07:27 PM UTC
hi Friends,
I am using SnapDevelop 2021 to create Class Library (.net Standar)
But when I'm importing(dll in importer dll option) comes empty without methods this is the class:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Runtime.InteropServices;
using CajaPOSDF;
namespace CajaPOSDF
{
[ComVisible(true)]
[ProgId("CPOS.CPOS")]
[ClassInterface(ClassInterfaceType.AutoDual)]
public class CPOS
{
CajaPOSDF.POS pc;
public CPOS()
{
pc = new CajaPOSDF.POS();
pc.ConfigurarConexion("COM1", 9600, 8, true);
}
}
}
any help is welcome
Thanks
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.