G
gs
is it possible to compile some test code as legacy application without
dotnet frame work? how? I don't have any non dotnet compiler on my pc.
I want to test my dotnet com assembly for interop with an legacy application
that works through com interface. and I want to verify that I got my interop
code works correctly. right now the legacy application gave me a rather
useless message:
Error calling external object function etstor0 at ....
I could call other functions that passes results as scalar but am having
trouble with arrays
dotnet frame work? how? I don't have any non dotnet compiler on my pc.
I want to test my dotnet com assembly for interop with an legacy application
that works through com interface. and I want to verify that I got my interop
code works correctly. right now the legacy application gave me a rather
useless message:
Error calling external object function etstor0 at ....
I could call other functions that passes results as scalar but am having
trouble with arrays