Brian
2010-09-29 19:30:19 UTC
I am trying to create a simple dll that I can use the functions into
my Delphi program.
I created a dll following this howto, but it has scope resolution.
Does Delphi 6 support that?
http://msdn.microsoft.com/en-us/library/ms235636%28VS.80%29.aspx
Is it possible to do something like the following? I still have yet to
get a simple function to import from a dll.
function MyMathFuncs::Add(x: double, y: double): double; external
'MathFuncsDll.dll';
brian
my Delphi program.
I created a dll following this howto, but it has scope resolution.
Does Delphi 6 support that?
http://msdn.microsoft.com/en-us/library/ms235636%28VS.80%29.aspx
Is it possible to do something like the following? I still have yet to
get a simple function to import from a dll.
function MyMathFuncs::Add(x: double, y: double): double; external
'MathFuncsDll.dll';
brian