Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Pass numeric to COMDLL
Message
De
24/02/2004 09:48:19
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Pass numeric to COMDLL
Divers
Thread ID:
00880251
Message ID:
00880251
Vues:
44
Hi,
I have a COM DLL method that receive integer parameter.
I have export my DLL and call from .NET, but I get error "Cannot convert type ..."
C#
public decimal RetrieveBalance(short custNumber)
{
  NETMyCustomer.mycustomer b = new NETMyCustomer.mycustomerClass();
  return b.getbalance(1);

//  return b.getbalance(custNumber);

}
any ideas?

Thank you
I am not the most powerful man in this world.
I am not the worst man in this world either.
I just as same as all of you.
I still need to learn from my mistakes...
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform