Re: [Dx4win] vcruntime140.dll missing

2017-04-05 Thread Art - W6KY via DX4WIN
Latest DX4WIN Updater ver 9.4 works great.
I must not be missing the missing file.
:~)
73, Art  W6KY
w6ky.com 
.

  From: "k7awbg...@gmail.com" 
 To: "DX4WIN@mailman.qth.net"  
 Sent: Tuesday, April 4, 2017 8:12 PM
 Subject: [Dx4win] vcruntime140.dll missing
   


I tried to update the DX4WIN data Updater tonight, but got notice of a missing 
file.  The program worked last time I used it.  What should I do?  I deleted 
the program and tried to download the April update, but I still get the missing 
file error.



Steve K7AWB
Nine Mile Falls, WA

__
DX4WIN mailing list
Home: http://mailman.qth.net/mailman/listinfo/dx4win
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:DX4WIN@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html


   
__
DX4WIN mailing list
Home: http://mailman.qth.net/mailman/listinfo/dx4win
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:DX4WIN@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html

Re: [Dx4win] question

2017-04-05 Thread Art - W6KY via DX4WIN

AARG! 
.


  From: Courtney Judd 
 To: "Dx4win@mailman.qth.net"  
 Sent: Wednesday, April 5, 2017 12:24 PM
 Subject: [Dx4win] question
   
perhaps someone has an answer: when ever I open the dx4win program the 
last log entry shows up in the log entry window. I have to hit F9 to get 
rid of it and ready for a new entry. No big deal but if I forget it logs 
the old contact again... would be much easier if it opened with no 
entry any way to make this happen?  looked thru preferences but 
don't see anything to fix this! thanks 73's Cort K4WI
__
DX4WIN mailing list
Home: http://mailman.qth.net/mailman/listinfo/dx4win
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:DX4WIN@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html


   
__
DX4WIN mailing list
Home: http://mailman.qth.net/mailman/listinfo/dx4win
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:DX4WIN@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html

Re: [Dx4win] DX4WIN

2017-04-05 Thread Courtney Judd
well, then you have the answer... how do you get it to open in ADD-REAL 
TIME? This is exactly what I want it to do. I never open any radio 
software before the radio is turned on. MicroHam router software loads 
up at start up so radio and computer are talking first then I select 
either DX4WIN or Writelog... shut down goes in reverse. Thanks, Cort K4WI



David Kozinn, K2DBK 
Wednesday, April 05, 2017 4:39 PM
Mine opens in Add Real-time mode and does time-out when I forget to 
turn on the radio. My fix is to try to remember to turn on the radio. :)






__
DX4WIN mailing list
Home: http://mailman.qth.net/mailman/listinfo/dx4win
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:DX4WIN@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html


Re: [Dx4win] question

2017-04-05 Thread David Kozinn, K2DBK

Hi Ian,

I can't speak for the author regarding why it works that way, and I 
agree that I'd prefer to have it come up with a empty QSO log field as 
well as automatically connecting to the packet.


I'm happy to share my Autohotkey script, but please understand that I'm 
not an AHK expert. I'll do my best to help as best I can, but I can't 
promise anything. Also, this is nothing like one of AD1C's nicely 
polished programs, but hopefully it'll work as a starting point for some 
of you. Autohotkey has some far more sophisticated functionality, but 
the script here is pretty close to just brute force.


First, you'll need a copy of Autohotkey which you can download from 
https://autohotkey.com/


There are tutorials there and that's where you can go for help. You'll 
want to put this script into the AHK startup file (instructions to edit 
that file are included in the help). I've got it set to invoke the AHK 
sequence when I type Windows+Z. (Why that? It wasn't used for anything 
else on my machine.)


Script starts below:

#z::
IfWinNotExist Packet Window
{
Run C:\ham Program Files\dx4w805\dx4win.exe
Sleep 4500
}

IfWinExist Packet Window
{
WinActivate
Send {Enter}{Enter}{Enter}{F7}{F9}{F9}
}

IfWinExist K2DBK sorted by Date
{
WinActivate
Send {F9}
}

; end of script

Here's what it does: First, if it finds that there's no window named 
"Packet Window" (the name of the Packet Window in D4W), it runs the D4W 
executable. You'll probably need to change the location of the 
executable. The Sleep 4500 tells it to wait a bit so that all the 
windows can finish opening. This is the number of milliseconds, so 
that's 4 1/2 seconds. You may need to tune that as well.


Next, if it finds that the Packet Window is open, it makes it active, 
sends 3 Enters, which causes the packet site selection window to open 
and selects the first cluster site in that window. (For recent versions, 
that will be the last one you used.) I have F7 in the packet window set 
to send my callsign. You can change this, or you could just have it send 
your callsign right from the script if you want. The next couple of F9's 
should cause it to go to the QSO entry window and blank the entry field, 
but I think I need to adjust the timing since it doesn't quite work right.


The next block of code is finds the main QSO entry window (that's the 
title it has for me, you'll need to change that), makes it the active 
window, and sends an F9 to clear it.


Again, this is purely a "good enough for me" kind of thing. I can try to 
provide some suggestions to folks, but depending on how you have D4W 
configured you may have to make some minor changes or possibly it won't 
work at all for you.



On 4/5/2017 5:29 PM, Ian Trusson wrote:

David

But why, when DX4WIN starts, doesn't it come up automatically with the QSO
entry blank? Every time I start DX4WIN I have to hit F9 so the frequency of
my radio is received into the QSO window from the radio via the CAT
connection and the frequency is sent to my Expert 1K-FA amplifier to set the
ATU for the correct frequency sub band. When I first switch on before
hitting F9 I hear nothing from my receiver because the ATU is not tuned!

However DX4WIN has always had this problem so I guess it will not get
changed any time soon so any further detailed info you could provide about
using AutoHotKey to overcome the F9 problem and automatically connect the
packet window could be very useful to many of us.

Regards
Ian G3RVM

-Original Message-
From: DX4WIN [mailto:dx4win-boun...@mailman.qth.net] On Behalf Of David
Kozinn, K2DBK
Sent: 05 April 2017 22:05
To: Courtney Judd; Dx4win@mailman.qth.net
Subject: Re: [Dx4win] question

(Sorry, I think the formatting on my 1st attempt to send this confused
things. Hopefully this will work better.)

I haven't seen it actually log the contact. It does pull up the last entry,
but it's filled with all the info (time, date, frequency, etc) from the QSO
so it's not in the "ready to log" state.

For an overkill solution, you could use AutoHotKey and script it to blank
out that field (a few F9's). I use it to set up my "operating environment",
which includes connecting the packet window and a few other things.


On 4/5/2017 3:22 PM, Courtney Judd wrote:

perhaps someone has an answer: when ever I open the dx4win program the
last log entry shows up in the log entry window. I have to hit F9 to
get rid of it and ready for a new entry. No big deal but if I forget
it logs the old contact again... would be much easier if it opened
with no entry any way to make this happen?  looked thru
preferences but don't see anything to fix this! thanks 73's Cort K4WI
__
DX4WIN mailing list
Home: http://mailman.qth.net/mailman/listinfo/dx4win
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:DX4WIN@mailman.qth.net

This list hosted by: http://www.qsl.net Please help support this email
list: 

Re: [Dx4win] DX4WIN

2017-04-05 Thread David Kozinn, K2DBK
Mine opens in Add Real-time mode and does time-out when I forget to turn 
on the radio. My fix is to try to remember to turn on the radio. :)



On 4/5/2017 5:29 PM, WA7AA wrote:

On 05-Apr-17 14:10, Courtney Judd wrote:
hey Tom, I would like for the program to open with a blank window and 
showing the current band/mode. Now, when I open it for example E51DWC 
is my last qso on 18 mhz on rtty. F9 gets rid of this but if I forget 
and try to type a new call in say F5AAA on 28 mhz CW and hit enter,  
a mess comes about. So much simpler if DX4WIN opened in an empty 
logging window on the current band/mode. What is the motivation for 
opening with the last contact... it already shows up in the log! just 
wondering! 73's Cort K4WI


If the program opened in the Add Real Time mode, then it would expect 
data from the transceiver, i.e. frequency, mode and such. However, if 
the radio wasn't on at the time of starting DX4Win, it would go into a 
radio time-out of whatever time in seconds is set up for, then 
promptly default into Stop Radio mode. That would be a pain in the ass 
for those who frequently start DX4Win with the xceiver off. Once the 
program is up and running, it is easy enough to just press F9 and get 
it ready to log. After a while, it becomes a second nature.


73, Zoran WA7AA
__
DX4WIN mailing list
Home: http://mailman.qth.net/mailman/listinfo/dx4win
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:DX4WIN@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html



--
73,
David, K2DBK
http://k2dbk.blogspot.com
http://k2dbk.com
twitter: @k2dbk

__
DX4WIN mailing list
Home: http://mailman.qth.net/mailman/listinfo/dx4win
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:DX4WIN@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html


Re: [Dx4win] DX4WIN

2017-04-05 Thread Paul F6EXV
Don't expect any program update, KK4HD has remained totally silent for 
YEARS, never answering the question of whether there will be updates or not.

I guess his total silence means "NO, THERE WILL NOT BE ANY"
As far as I am concerned, I consider the update issue closed forever.
Sad


Le 05/04/2017 à 23:29, WA7AA a écrit :

On 05-Apr-17 14:10, Courtney Judd wrote:
hey Tom, I would like for the program to open with a blank window and 
showing the current band/mode. Now, when I open it for example E51DWC 
is my last qso on 18 mhz on rtty. F9 gets rid of this but if I forget 
and try to type a new call in say F5AAA on 28 mhz CW and hit enter,  
a mess comes about. So much simpler if DX4WIN opened in an empty 
logging window on the current band/mode. What is the motivation for 
opening with the last contact... it already shows up in the log! just 
wondering! 73's Cort K4WI


If the program opened in the Add Real Time mode, then it would expect 
data from the transceiver, i.e. frequency, mode and such. However, if 
the radio wasn't on at the time of starting DX4Win, it would go into a 
radio time-out of whatever time in seconds is set up for, then 
promptly default into Stop Radio mode. That would be a pain in the ass 
for those who frequently start DX4Win with the xceiver off. Once the 
program is up and running, it is easy enough to just press F9 and get 
it ready to log. After a while, it becomes a second nature.


73, Zoran WA7AA
__
DX4WIN mailing list
Home: http://mailman.qth.net/mailman/listinfo/dx4win
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:DX4WIN@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html



__
DX4WIN mailing list
Home: http://mailman.qth.net/mailman/listinfo/dx4win
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:DX4WIN@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html


Re: [Dx4win] question

2017-04-05 Thread Ian Trusson
David

But why, when DX4WIN starts, doesn't it come up automatically with the QSO
entry blank? Every time I start DX4WIN I have to hit F9 so the frequency of
my radio is received into the QSO window from the radio via the CAT
connection and the frequency is sent to my Expert 1K-FA amplifier to set the
ATU for the correct frequency sub band. When I first switch on before
hitting F9 I hear nothing from my receiver because the ATU is not tuned!

However DX4WIN has always had this problem so I guess it will not get
changed any time soon so any further detailed info you could provide about
using AutoHotKey to overcome the F9 problem and automatically connect the
packet window could be very useful to many of us.

Regards
Ian G3RVM

-Original Message-
From: DX4WIN [mailto:dx4win-boun...@mailman.qth.net] On Behalf Of David
Kozinn, K2DBK
Sent: 05 April 2017 22:05
To: Courtney Judd; Dx4win@mailman.qth.net
Subject: Re: [Dx4win] question

(Sorry, I think the formatting on my 1st attempt to send this confused
things. Hopefully this will work better.)

I haven't seen it actually log the contact. It does pull up the last entry,
but it's filled with all the info (time, date, frequency, etc) from the QSO
so it's not in the "ready to log" state.

For an overkill solution, you could use AutoHotKey and script it to blank
out that field (a few F9's). I use it to set up my "operating environment",
which includes connecting the packet window and a few other things.


On 4/5/2017 3:22 PM, Courtney Judd wrote:
> perhaps someone has an answer: when ever I open the dx4win program the 
> last log entry shows up in the log entry window. I have to hit F9 to 
> get rid of it and ready for a new entry. No big deal but if I forget 
> it logs the old contact again... would be much easier if it opened 
> with no entry any way to make this happen?  looked thru 
> preferences but don't see anything to fix this! thanks 73's Cort K4WI 
> __
> DX4WIN mailing list
> Home: http://mailman.qth.net/mailman/listinfo/dx4win
> Help: http://mailman.qth.net/mmfaq.htm
> Post: mailto:DX4WIN@mailman.qth.net
>
> This list hosted by: http://www.qsl.net Please help support this email 
> list: http://www.qsl.net/donate.html
>


--
73,
David, K2DBK
http://k2dbk.blogspot.com
http://k2dbk.com
twitter: @k2dbk

__
DX4WIN mailing list
Home: http://mailman.qth.net/mailman/listinfo/dx4win
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:DX4WIN@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html

__
DX4WIN mailing list
Home: http://mailman.qth.net/mailman/listinfo/dx4win
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:DX4WIN@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html


Re: [Dx4win] DX4WIN

2017-04-05 Thread WA7AA

On 05-Apr-17 14:10, Courtney Judd wrote:
hey Tom, I would like for the program to open with a blank window and 
showing the current band/mode. Now, when I open it for example E51DWC 
is my last qso on 18 mhz on rtty. F9 gets rid of this but if I forget 
and try to type a new call in say F5AAA on 28 mhz CW and hit enter,  a 
mess comes about. So much simpler if DX4WIN opened in an empty logging 
window on the current band/mode. What is the motivation for opening 
with the last contact... it already shows up in the log! just 
wondering! 73's Cort K4WI


If the program opened in the Add Real Time mode, then it would expect 
data from the transceiver, i.e. frequency, mode and such. However, if 
the radio wasn't on at the time of starting DX4Win, it would go into a 
radio time-out of whatever time in seconds is set up for, then promptly 
default into Stop Radio mode. That would be a pain in the ass for those 
who frequently start DX4Win with the xceiver off. Once the program is up 
and running, it is easy enough to just press F9 and get it ready to log. 
After a while, it becomes a second nature.


73, Zoran WA7AA
__
DX4WIN mailing list
Home: http://mailman.qth.net/mailman/listinfo/dx4win
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:DX4WIN@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html


Re: [Dx4win] DX4WIN

2017-04-05 Thread Courtney Judd
hey Tom, I would like for the program to open with a blank window and 
showing the current band/mode. Now, when I open it for example E51DWC is 
my last qso on 18 mhz on rtty. F9 gets rid of this but if I forget and 
try to type a new call in say F5AAA on 28 mhz CW and hit enter,  a mess 
comes about. So much simpler if DX4WIN opened in an empty logging window 
on the current band/mode. What is the motivation for opening with the 
last contact... it already shows up in the log! just wondering! 73's 
Cort K4WI



Tom W4NBS 
Wednesday, April 05, 2017 4:03 PM
Cort,

That sounds right. To log a station I hit F9, enter the necessary 
info, and then I save everything.


If I then shut down DX4WIN and come back later, my last QSO is shown 
when I open the program.


If I then want to log another QSO, I hit F9 and log the new contact.

I'm not sure why your program is re-logging an already logged and 
saved contact. But I may not be understanding your situation correctly.


73, Tom, W4NBS


__
DX4WIN mailing list
Home: http://mailman.qth.net/mailman/listinfo/dx4win
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:DX4WIN@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html


Re: [Dx4win] question

2017-04-05 Thread David Kozinn, K2DBK
(Sorry, I think the formatting on my 1st attempt to send this confused 
things. Hopefully this will work better.)


I haven't seen it actually log the contact. It does pull up the last 
entry, but it's filled with all the info (time, date, frequency, etc) 
from the QSO so it's not in the "ready to log" state.


For an overkill solution, you could use AutoHotKey and script it to 
blank out that field (a few F9's). I use it to set up my "operating 
environment", which includes connecting the packet window and a few 
other things.



On 4/5/2017 3:22 PM, Courtney Judd wrote:
perhaps someone has an answer: when ever I open the dx4win program the 
last log entry shows up in the log entry window. I have to hit F9 to 
get rid of it and ready for a new entry. No big deal but if I forget 
it logs the old contact again... would be much easier if it opened 
with no entry any way to make this happen?  looked thru 
preferences but don't see anything to fix this! thanks 73's Cort K4WI

__
DX4WIN mailing list
Home: http://mailman.qth.net/mailman/listinfo/dx4win
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:DX4WIN@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html




--
73,
David, K2DBK
http://k2dbk.blogspot.com
http://k2dbk.com
twitter: @k2dbk

__
DX4WIN mailing list
Home: http://mailman.qth.net/mailman/listinfo/dx4win
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:DX4WIN@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html


Re: [Dx4win] question

2017-04-05 Thread David Kozinn, K2DBK

__
DX4WIN mailing list
Home: http://mailman.qth.net/mailman/listinfo/dx4win
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:DX4WIN@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html


[Dx4win] Custom Award Value ??

2017-04-05 Thread Mike Rhodes
  Am I missing something? I would expect that when I choose a custom 
award name and then go to enter the callsign of the claimed station, I 
could type the call and a progressive search would happen. However, that 
is not the case, at least for me. It only searches on the first 
character of the callsigns. Am I doing something wrong or is that the 
nature of the beast?
  If that is the nature of the beast, a progressive search there would 
be high on my list of future upgrades (along with hooks to connect to 
external programs such as flDigi, etc.).


Mike / W8DN
DX4Win Since Version 0.97

__
DX4WIN mailing list
Home: http://mailman.qth.net/mailman/listinfo/dx4win
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:DX4WIN@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html


Re: [Dx4win] question

2017-04-05 Thread Art - W6KY via DX4WIN

Strange...  The last contact also comes up in
my DX4WIN,  but I can't get it to log again.
What key/keys do you use to enter contacts?
I use the enter key only...

73, Art  W6KY
w6ky.com 
.

  From: Courtney Judd 
 To: "Dx4win@mailman.qth.net"  
 Sent: Wednesday, April 5, 2017 12:24 PM
 Subject: [Dx4win] question
   
perhaps someone has an answer: when ever I open the dx4win program the 
last log entry shows up in the log entry window. I have to hit F9 to get 
rid of it and ready for a new entry. No big deal but if I forget it logs 
the old contact again... would be much easier if it opened with no 
entry any way to make this happen?  looked thru preferences but 
don't see anything to fix this! thanks 73's Cort K4WI
__
DX4WIN mailing list
Home: http://mailman.qth.net/mailman/listinfo/dx4win
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:DX4WIN@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html


   
__
DX4WIN mailing list
Home: http://mailman.qth.net/mailman/listinfo/dx4win
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:DX4WIN@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html

[Dx4win] question

2017-04-05 Thread Courtney Judd
perhaps someone has an answer: when ever I open the dx4win program the 
last log entry shows up in the log entry window. I have to hit F9 to get 
rid of it and ready for a new entry. No big deal but if I forget it logs 
the old contact again... would be much easier if it opened with no 
entry any way to make this happen?  looked thru preferences but 
don't see anything to fix this! thanks 73's Cort K4WI

__
DX4WIN mailing list
Home: http://mailman.qth.net/mailman/listinfo/dx4win
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:DX4WIN@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html


Re: [Dx4win] vcruntime140.dll missing

2017-04-05 Thread John, K9EL
Jim has addressed this issue in detail on his DX4Win page.   Since the new
version of the Updater is a lot smaller, it needs an additional Microsoft
file to be installed on your computer.   It is quite easy to do and once it
is installed, you will never receive the error again.

You can get all info here: http://dx4win.ad1c.us/updater/#quick_start

I had the same message, downloaded and installed the file and all is well.

73,
John K9EL

-Original Message-
From: DX4WIN [mailto:dx4win-boun...@mailman.qth.net] On Behalf Of Mark K3MSB
Sent: Wednesday, April 05, 2017 11:21 AM
To: n4z...@yahoo.com
Cc: List DX4WIN 
Subject: Re: [Dx4win] vcruntime140.dll missing

I had this issue the last time I used the Updater and it resulted in a
corrupted log file after futzing with the recommend fix.  Fortunately I do
regular backups so nothing was lost.

>From this point forward I won't use the Updater;  I'll just download the
individual files.  It doesn't take that long.

Mark K3MSB

On Apr 5, 2017 6:43 AM, "Bill Maddock via DX4WIN" 
wrote:

> I got same issue with mine!
> 73 Bill N4ZI Munford TN
>
> Sent from Yahoo Mail on Android
>
>   On Tue, Apr 4, 2017 at 10:12 PM, 
> k7awbg...@gmail.com
> wrote:
>
> I tried to update the DX4WIN data Updater tonight, but got notice of a 
> missing file.  The program worked last time I used it.  What should I do?
> I deleted the program and tried to download the April update, but I 
> still get the missing file error.
>
>
>
> Steve K7AWB
> Nine Mile Falls, WA
>
> __
> DX4WIN mailing list
> Home: http://mailman.qth.net/mailman/listinfo/dx4win
> Help: http://mailman.qth.net/mmfaq.htm
> Post: mailto:DX4WIN@mailman.qth.net
>
> This list hosted by: http://www.qsl.net Please help support this email 
> list: http://www.qsl.net/donate.html
>
> __
> DX4WIN mailing list
> Home: http://mailman.qth.net/mailman/listinfo/dx4win
> Help: http://mailman.qth.net/mmfaq.htm
> Post: mailto:DX4WIN@mailman.qth.net
>
> This list hosted by: http://www.qsl.net Please help support this email 
> list: http://www.qsl.net/donate.html
__
DX4WIN mailing list
Home: http://mailman.qth.net/mailman/listinfo/dx4win
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:DX4WIN@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html

__
DX4WIN mailing list
Home: http://mailman.qth.net/mailman/listinfo/dx4win
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:DX4WIN@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html


Re: [Dx4win] vcruntime140.dll missing

2017-04-05 Thread Mark K3MSB
I had this issue the last time I used the Updater and it resulted in a
corrupted log file after futzing with the recommend fix.  Fortunately I do
regular backups so nothing was lost.

>From this point forward I won't use the Updater;  I'll just download the
individual files.  It doesn't take that long.

Mark K3MSB

On Apr 5, 2017 6:43 AM, "Bill Maddock via DX4WIN" 
wrote:

> I got same issue with mine!
> 73 Bill N4ZI Munford TN
>
> Sent from Yahoo Mail on Android
>
>   On Tue, Apr 4, 2017 at 10:12 PM, k7awbg...@gmail.com
> wrote:
>
> I tried to update the DX4WIN data Updater tonight, but got notice of a
> missing file.  The program worked last time I used it.  What should I do?
> I deleted the program and tried to download the April update, but I still
> get the missing file error.
>
>
>
> Steve K7AWB
> Nine Mile Falls, WA
>
> __
> DX4WIN mailing list
> Home: http://mailman.qth.net/mailman/listinfo/dx4win
> Help: http://mailman.qth.net/mmfaq.htm
> Post: mailto:DX4WIN@mailman.qth.net
>
> This list hosted by: http://www.qsl.net
> Please help support this email list: http://www.qsl.net/donate.html
>
> __
> DX4WIN mailing list
> Home: http://mailman.qth.net/mailman/listinfo/dx4win
> Help: http://mailman.qth.net/mmfaq.htm
> Post: mailto:DX4WIN@mailman.qth.net
>
> This list hosted by: http://www.qsl.net
> Please help support this email list: http://www.qsl.net/donate.html
__
DX4WIN mailing list
Home: http://mailman.qth.net/mailman/listinfo/dx4win
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:DX4WIN@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html


Re: [Dx4win] vcruntime140.dll missing

2017-04-05 Thread Bill Maddock via DX4WIN
I got same issue with mine!
73 Bill N4ZI Munford TN 

Sent from Yahoo Mail on Android 
 
  On Tue, Apr 4, 2017 at 10:12 PM, k7awbg...@gmail.com 
wrote:   

I tried to update the DX4WIN data Updater tonight, but got notice of a missing 
file.  The program worked last time I used it.  What should I do?  I deleted 
the program and tried to download the April update, but I still get the missing 
file error.



Steve K7AWB
Nine Mile Falls, WA

__
DX4WIN mailing list
Home: http://mailman.qth.net/mailman/listinfo/dx4win
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:DX4WIN@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
  
__
DX4WIN mailing list
Home: http://mailman.qth.net/mailman/listinfo/dx4win
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:DX4WIN@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html