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
https://community.appeon.com/index.php/codeexchange/powerbuilder/256-net-importer-demo