On 22/03/2016 07:36, Guy G4DWV/4X1LT wrote:
> I do not understand what you are asking me. Could you please rephrase your
> question?
Hi Guy,

you said that you used the install target (debug build) instead of the 
rinstall target (release build) because you had issues with the latter. 
I was asking what those issues were.

The error you report is probably due to an incorrect library (DLL) being 
picked up by the application, this can happen if you use a debug 
configuration build incorrectly, since that relies on the PATH 
environment variable to locate the needed libraries whereas the release 
configuration install collects the application and the non-system 
libraries it depends upon into a single directory and does not need a 
correct PATH environment variable. The former is for build speed and so 
it can link to the much larger debug versions of the libraries, the 
latter is so that all the files needed to make an installer are gathered 
in one place as they would be deployed to another computer.

Unless you have a specific reason to use the debug configuration build, 
the release configuration is preferred for testing as it is equivalent 
to the final product installed by the installer package.

73
Bill
G4WJS.

------------------------------------------------------------------------------
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785351&iu=/4140
_______________________________________________
wsjt-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to