VE3NEA / HamVNA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

missing source files

pavel-demin opened this issue · comments

Hi Alex,

First of all, many thanks for opening the HamVNA source code. Reading your code helped me a lot to understand how all the scattering parameters are calculated.

Now I'd like to compile the code but some .pas files seem to be missing. I see the following lines in HamVNA.dpr

  ComplMath in '..\..\VCL\Math\ComplMath.pas',
  AngleTxt in '..\..\VCL\AlCommon\AngleTxt.pas',
  SndTypes0 in '..\..\VCL\SND\SndTypes0.pas',
  LaPackWrap in '..\..\VCL\Math\LaPackWrap.pas',
  VectFitt in '..\..\VCL\Math\VectFitt.pas',
  UdpBrdCast in '..\..\VCL\AlNet\UdpBrdCast.pas',
  JwaIpTypes in '..\..\VCL3RD\Jwa\JwaIpTypes.pas';

Could you please explain me where to find these files?

Best regards,

Pavel

Hi Pavel,

I have just added the missing files to the GitHub repository, they are in the Lib folder.

73 Alex VE3NEA

On 2016-05-27 05:14, Pavel Demin wrote:

Hi Alex,

First of all, many thanks for opening the HamVNA source code. Reading your code helped me a lot to understand how all the
scattering parameters are calculated.

Now I'd like to compile the code but some .pas files seem to be missing. I see the following lines in HamVNA.dpr
https://github.com/VE3NEA/HamVNA/blob/master/HamVNA.dpr

|ComplMath in '....\VCL\Math\ComplMath.pas', AngleTxt in '....\VCL\AlCommon\AngleTxt.pas', SndTypes0 in
'....\VCL\SND\SndTypes0.pas', LaPackWrap in '....\VCL\Math\LaPackWrap.pas', VectFitt in '....\VCL\Math\VectFitt.pas',
UdpBrdCast in '....\VCL\AlNet\UdpBrdCast.pas', JwaIpTypes in '....\VCL3RD\Jwa\JwaIpTypes.pas'; |

Could you please explain me where to find these files?

Best regards,

Pavel


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub #1, or mute the thread
https://github.com/notifications/unsubscribe/AGcBc5KT2oS_1ySO1lgrC_TNHuKVgWtKks5qFrXtgaJpZM4IoUP8.

Thanks for adding the missing files.