I create a simple class like the one below:
using System;
using System.Text;
namespace Seed
{
class Plant
{
public string Planting ()
{
....
}
}
}
Can I call this function from VB6 code?
Compiling a C Program. Compiling is the transformation from Source Code (human readable) into machine code (computer executable).
C is a mid-level language and it needs a compiler to convert it into an executable code so that the program can be run on our machine.
Yes, if you expose your DLL as a COM component.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With