Update:

I pasted the Release data, rather than Debug data, apologies for that.
However, the output should be the same. Having both provides a good
comparison between the two.

EXAMPLE OUTPUT (Debug)
-------------------------------------------------------
c:\JTSDK-QT\wsjtx\install\Debug\bin>path;
c:\JTSDK-QT\wsjtx\install\Debug\bin>path
PATH=(null)

c:\JTSDK-QT\wsjtx\install\Debug\bin>jt65code.exe "message"

Message:   message
Plain text.
Packed message, 6-bit symbols:  33 10 22 20 21 33  4  5 38 15 56 28
Information-carrying channel symbols:
   37 55 16 22  7 40 34 22 49  8 44 51 54 39 10 45 22  6  0 25  6
   45  5 34 61 49  7 24 37 39 27 57 32 11 15 53 49 22 50 47 56 22
   16 29  8 37 28 56 58 22 29 12 30 36 46  2 54 17 30 59  5 31 18
Decoded message: MESSAGE

c:\JTSDK-QT\wsjtx\install\Debug\bin>jt9code.exe "message"

Message:   message
Channel symbols:
 0 0 7 1 0 6 4 8 7 0 8 3 6 3 6 0 4 7 4 2 5 8 0 4 5 4 2 2 1 1
 6 3 0 4 0 3 7 6 3 4 3 4 8 1 1 3 5 3 1 1 0 0 2 3 0 4 8 5 4 0
 8 3 3 8 7 0 6 8 7 1 6 2 0 5 7 1 5 6 6 1 1 5 0 7 0
Decoded message: MESSAGE                  (free text)

c:\JTSDK-QT\wsjtx\install\Debug\bin>kvasd.exe -v

KVASD version 1.11

c:\JTSDK-QT\wsjtx\install\Debug\bin>
-------------------------------------------------------

73's
Greg, KI7MT


On 9/14/2014 05:48, KI7MT ki...@yahoo.com [WSJTX] wrote:
>  
> 
> Hello All,
> 
> There were some issues discovered with the Debug build batch file
> generation and GCC / QT5 / Hamlib3 / FFTW run-time file locations. As of
> r4309 "I think" the problems are resolved. If you do not get the results
> listed in the EXAMPLE OUTPUT section, something is not working properly,
> and you should post the results the wsjt-devel list.
> 
> UPDATE INSTRUCTIONS
> -------------------
> -Open C:\JTSDK-DOC\jtsdk-docenv.bat, at the prompt:
> 
> svn update
> update
> 
> -Close JTSDK-DOC Window.
> -Open C:\JTSDK-QT\jtsdk-qtenv.bat
> -Then, rebuild wsjtx Debug Install:
> 
> buld wsjtx dinstall
> 
> -Note: "d"install, not "r"install.
> -If all goes well, close JTSDK-QT Window
> -Open a "Normal Windows Terminal", Windows Start, run, cmd.exe, OK
> 
> FUNCTIONAL TESTS
> -----------------
> Type the following:
> 
> cd C:\JTSDK-QT\wsjtx\install\Release\bin
> path;
> path
> --> should return: PATH=(null)
> 
> J65Code.exe Test:
> -Type:
> jt65code.exe "message"
> --> Should return MESSAGE in Plain Text and Packed MESSAGE
> 
> JT9code.exe Test
> -Type:
> jt9.exe "message"
> --> Should return MESSAGE in Plain Text and channel symbol data.
> 
> KVASD Test:
> -Type:
> kvasd.exe -v
> --> Should return: KVASD version 1.11
> 
> EXAMPLE OUTPUT:
> -------------------------------------------------------
> c:\JTSDK-QT\wsjtx\install\Release\bin>path;
> 
> c:\JTSDK-QT\wsjtx\install\Release\bin>path
> PATH=(null)
> 
> c:\JTSDK-QT\wsjtx\install\Release\bin>jt65code.exe "message"
> Message: message
> Plain text.
> Packed message, 6-bit symbols: 33 10 22 20 21 33 4 5 38 15 56 28
> Information-carrying channel symbols:
> 37 55 16 22 7 40 34 22 49 8 44 51 54 39 10 45 22 6 0 25 6
> 45 5 34 61 49 7 24 37 39 27 57 32 11 15 53 49 22 50 47 56 22
> 16 29 8 37 28 56 58 22 29 12 30 36 46 2 54 17 30 59 5 31 18
> Decoded message: MESSAGE
> 
> c:\JTSDK-QT\wsjtx\install\Release\bin>jt9code.exe "message"
> Message: message
> Channel symbols:
> 0 0 7 1 0 6 4 8 7 0 8 3 6 3 6 0 4 7 4 2 5 8 0 4 5 4 2 2 1 1
> 6 3 0 4 0 3 7 6 3 4 3 4 8 1 1 3 5 3 1 1 0 0 2 3 0 4 8 5 4 0
> 8 3 3 8 7 0 6 8 7 1 6 2 0 5 7 1 5 6 6 1 1 5 0 7 0
> Decoded message: MESSAGE (free text)
> 
> c:\JTSDK-QT\wsjtx\install\Release\bin>kvasd.exe -v
> KVASD version 1.11
> 
> c:\JTSDK-QT\wsjtx\install\Release\bin>
> -------------------------------------------------------
> 
> If you have issues with the upgrade, any of the builds or find typo's
> etc, please post them to the WSJT Dev mailing list:
> 
> <wsjt-devel@lists.sourceforge.net>.
> 
> -- 
> 73's
> Greg, KI7MT
> 
> __._,_.___
> ------------------------------------------------------------------------
> Posted by: KI7MT <ki...@yahoo.com>
> ------------------------------------------------------------------------
> Reply via web post
> <https://groups.yahoo.com/neo/groups/WSJTX/conversations/messages/495;_ylc=X3oDMTJwdHFxZ2NuBF9TAzk3MzU5NzE0BGdycElkAzg2ODU4MTU4BGdycHNwSWQDMTcwNTA2MzEwOARtc2dJZAM0OTUEc2VjA2Z0cgRzbGsDcnBseQRzdGltZQMxNDEwNjczNzEy?act=reply&messageNum=495>
>       •       Reply to sender
> <mailto:ki...@yahoo.com?subject=Re%3A%20JTSDK-QT%20Updates%20for%20WSJT-X%20Debug%20Builds>
>       •       Reply to group
> <mailto:ws...@yahoogroups.com?subject=Re%3A%20JTSDK-QT%20Updates%20for%20WSJT-X%20Debug%20Builds>
>       •       Start a New Topic
> <https://groups.yahoo.com/neo/groups/WSJTX/conversations/newtopic;_ylc=X3oDMTJmOXQzZnNkBF9TAzk3MzU5NzE0BGdycElkAzg2ODU4MTU4BGdycHNwSWQDMTcwNTA2MzEwOARzZWMDZnRyBHNsawNudHBjBHN0aW1lAzE0MTA2NzM3MTI->
>       •       Messages in this topic
> <https://groups.yahoo.com/neo/groups/WSJTX/conversations/topics/495;_ylc=X3oDMTMzZ3VtOWptBF9TAzk3MzU5NzE0BGdycElkAzg2ODU4MTU4BGdycHNwSWQDMTcwNTA2MzEwOARtc2dJZAM0OTUEc2VjA2Z0cgRzbGsDdnRwYwRzdGltZQMxNDEwNjczNzEyBHRwY0lkAzQ5NQ-->
> (1)
> 
> Visit Your Group
> <https://groups.yahoo.com/neo/groups/WSJTX/info;_ylc=X3oDMTJmb2FyNG4zBF9TAzk3MzU5NzE0BGdycElkAzg2ODU4MTU4BGdycHNwSWQDMTcwNTA2MzEwOARzZWMDdnRsBHNsawN2Z2hwBHN0aW1lAzE0MTA2NzM3MTI->
> 
> 
>   * New Members
>     
> <https://groups.yahoo.com/neo/groups/WSJTX/members/all;_ylc=X3oDMTJnb3Z0cXUzBF9TAzk3MzU5NzE0BGdycElkAzg2ODU4MTU4BGdycHNwSWQDMTcwNTA2MzEwOARzZWMDdnRsBHNsawN2bWJycwRzdGltZQMxNDEwNjczNzEy>
>     1
> 
> Yahoo! Groups
> <https://groups.yahoo.com/neo;_ylc=X3oDMTJldGVmaGdoBF9TAzk3MzU5NzE0BGdycElkAzg2ODU4MTU4BGdycHNwSWQDMTcwNTA2MzEwOARzZWMDZnRyBHNsawNnZnAEc3RpbWUDMTQxMDY3MzcxMg-->
> 
> • Privacy <https://info.yahoo.com/privacy/us/yahoo/groups/details.html>
> • Unsubscribe
> <mailto:wsjtx-unsubscr...@yahoogroups.com?subject=Unsubscribe> • Terms
> of Use <https://info.yahoo.com/legal/us/yahoo/utos/terms/>
> 
> .
> 
> __,_._,___

-- 
73's
Greg, KI7MT

------------------------------------------------------------------------------
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce
Perforce version control. Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to