LeonardLay wrote:
in C# --------------- I rewrote HangerIn2 public struct HangerIn2 { public HangerIn hangerIn; //I just added the HangerIn struct as a member // New USP2 properties public double kingWidth; public double kingHeight; public double []bearingLength; public bool concealedFlange; };
Look, without knowing what both structs looked like in C++, I haven't a hope in heck of helping you that much, though I think that void Analyze(HangerIn2 hgrIn, ref HangerOut2[] hgrOut, int maxOutput, ref int nResults); should be void Analyze(ref HangerIn2 hgrIn, HangerOut2[] hgrOut, int maxOutput, ref int nResults);