Re: [Dx4win] An exception occured!

2014-03-16 Thread Radivoj Kar, F6GNZ
Fujio,
Go to DX4WIN web site 
http://www.mail-archive.com/search?l=dx4win%40mailman.qth.net&q=an+exception+occured
 . 
You will find many questions and answers relating to this topic. It happened to 
me too several years ago, but I do not recall exactly what was the reason. All 
I remember is that I had sent a message to supp...@dx4win.com and Paul has 
given me the solution. 
Hope this helps.
73, Radi F6GNZ





Le Dimanche 16 mars 2014 3h25, Fujio Fukada  a écrit :
 
When I exit DX4WIN 8.05, abnormal termination occuered on my PC
>running Win7.
>As I start DX4WIN after reboot PC, I got the message like this...
>
>An exception occured!
>Access violation at address 0062796B in module 'dx4win.exe'. Read of
>address 
>
>After pressing OK on the message, another message was given,
>
>A fatal error occured reading the logfile
>
>What happened? and How do I recover?
>
>Fuji JK1UNZ
>__
>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] OmniRig

2014-03-16 Thread Radivoj Kar, F6GNZ
Bill,
In his message concerning DX4WIN Updates on this Reflector: 

 
http://www.mail-archive.com/search?l=dx4win@mailman.qth.net&q=subject:%22Re%3A+%5BDx4win%5D+Fwd%3A+Re%3A+Updates+on+a+more+positive+note%21%22
 

 Paul has responded following concerning the Omnirig:


6. OmniRig: Has evaluated to a powerful system, using text files to
describe the interface similar to what DX4WIN does. The problem for me is
that OmniRig is event driven, DX4WIN polls the radio.

I am not sure if it means there would be a problem to do it, and it would not 
be done for that reason. 

But. looking in the OmniRig's configuration window, there are well a polling 
time and time-outs specified, like in DX4WIN. Running the OmniRig's  Client.exe 
program one can see that Omnirig polls the radio and changing the 
frequencies/modes on the rig are well reflected in the Client.exe window.  But 
I may have not well interpreted what Paul exactly meant with "OmniRig is event 
driven" 

73, Radi F6GNZ






Le Mardi 11 mars 2014 23h35, William Osborne  a écrit :
 
Does anyone know if support for OmniRig will be added to DX4WIN soon?
>
>
>
>Thanks,
>
>William Osborne, K5ZQ
>
> wosborn...@gmail.com
>
>207-205-9565
>
>
>
>__
>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] Multiple tasks

2014-03-16 Thread jiwright
I wish to remove the eQSL date from over 3000 log entries, is there an easy way 
to do it?

Thanks

73 John 5B4AHK.  
__
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] Multiple tasks

2014-03-16 Thread Jim Reisert AD1C
On Sun, Mar 16, 2014 at 7:38 AM, jiwright <5b4...@cytanet.com.cy> wrote:

> I wish to remove the eQSL date from over 3000 log entries, is there an easy 
> way to do it?

If you can group the entries together by date or some other feature:

eQSL | Clear eQSL Upload Date

-- 
Jim Reisert AD1C, , http://www.ad1c.us
__
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] OmniRig

2014-03-16 Thread Jim Reisert AD1C
On Sun, Mar 16, 2014 at 4:19 AM, Radivoj Kar, F6GNZ wrote:

> But. looking in the OmniRig's configuration window, there are well a polling 
> time and time-outs specified, like in DX4WIN. Running the OmniRig's  
> Client.exe program one can see that Omnirig polls the radio and changing the 
> frequencies/modes on the rig are well reflected in the Client.exe window.  
> But I may have not well interpreted what Paul exactly meant with "OmniRig is 
> event driven" 

Hi Radi,

I am going to take a stab at this...

There are generally two ways to get data.  One is the PULL model,
where you continually ask the source if new data is available.  When
the data finally changes from the last time you asked, you do
something with it.  This is the same as POLLING.  It's like being
blind, and having to ask the person next to you if the score in the
football match has changed yet.  When it does change, you stand up and
cheer.  Depending on how often you ask, it could be minutes after the
goal before you stand up and cheer.

The other is the PUSH model.  The source of the data only sends it to
you when it changes.  It doesn't have ears, only a mouth, so it can't
respond to queries.  Like the scoreboard at a football match.  DX4WIN
would just sit and wait for Omnirig to tell it the that the radio
changed.  This is known as event driven.

DX4WIN only knows how to ask for data, i.e. polling.  It doesn't know
what to do with data that is given to it without asking.

-- 
Jim Reisert AD1C, , http://www.ad1c.us
__
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] OmniRig

2014-03-16 Thread Radivoj Kar, F6GNZ
Hi Jim,
I understand. But I thought that there was no problem with it: when data 
changes, info will be kept in OmniRig and reported next time when DX4WIN polls 
OmniRig. Is there a problem with it?
73, Radi





Le Dimanche 16 mars 2014 17h08, Jim Reisert AD1C  a 
écrit :
 
On Sun, Mar 16, 2014 at 4:19 AM, Radivoj Kar, F6GNZ wrote:
>
>
>> But. looking in the OmniRig's configuration window, there are well a polling 
>> time and time-outs specified, like in DX4WIN. Running the OmniRig's  
>> Client.exe program one can see that Omnirig polls the radio and changing the 
>> frequencies/modes on the rig are well reflected in the Client.exe window.  
>> But I may have not well interpreted what Paul exactly meant with "OmniRig is 
>> event driven" 
>
>Hi Radi,
>
>I am going to take a stab at this...
>
>There are generally two ways to get data.  One is the PULL model,
>where you continually ask the source if new data is available.  When
>the data finally changes from the last time you asked, you do
>something with it.  This is the same as POLLING.  It's like being
>blind, and having to ask the person next to you if the score in the
>football match has changed yet.  When it does change, you stand up and
>cheer.  Depending on how often you ask, it could be minutes after the
>goal before you stand up and cheer.
>
>The other is the PUSH model.  The source of the data only sends it to
>you when it changes.  It doesn't have ears, only a mouth, so it can't
>respond to queries.  Like the scoreboard at a football match.  DX4WIN
>would just sit and wait for Omnirig to tell it the that the radio
>changed.  This is known as event driven.
>
>DX4WIN only knows how to ask for data, i.e. polling.  It doesn't know
>what to do with data that is given to it without asking.
>
>-- 
>Jim Reisert AD1C, , http://www.ad1c.us
>
>
__
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