Error compiling 22_3 in release mode

This forum is for programmers who have questions about the source code.
Post Reply
BoskoTheBoss
Posts: 1
Joined: Sat Oct 07, 2023 3:53 pm

Error compiling 22_3 in release mode

Post by BoskoTheBoss » Sat Oct 07, 2023 4:05 pm

Hi,

I am trying to compile in release configuration from branch 22_3 and I am getting the same error as mentioned here
https://www.opendentalsoft.com:8085/for ... nmd#p32350 the windows.winmd error

If I understand correctly, I can exclude the file "windows.winmd" from the publish settings, but then I when I start the compiled exe it automatically tries to update since the trial version installed is 22.4.55 and the version of the build is 22.3.68.

We are testing some features with older versions, would like to test with MySQL version that were used in the old version. Any chance or idea how to accomplish that? Perhaps the chance to get older trial versions?

Thanks in advance for the help.

Kind regards,
B

User avatar
jsalmon
Posts: 1555
Joined: Tue Nov 30, 2010 12:33 pm
Contact:

Re: Error compiling 22_3 in release mode

Post by jsalmon » Mon Oct 16, 2023 4:47 pm

BoskoTheBoss wrote:
Sat Oct 07, 2023 4:05 pm
...I am trying to compile in release configuration from branch 22_3 and I am getting the same error as mentioned here
https://www.opendentalsoft.com:8085/for ... nmd#p32350 the windows.winmd error

If I understand correctly, I can exclude the file "windows.winmd" from the publish settings,...
Yes, the information on that post seems to still be relevant.
BoskoTheBoss wrote:
Sat Oct 07, 2023 4:05 pm
...We are testing some features with older versions, would like to test with MySQL version that were used in the old version. Any chance or idea how to accomplish that? Perhaps the chance to get older trial versions?
I believe so. The following page documents all of the 'improvements' that we have made over the years to the versions of our trials.
https://www.opendental.com/site/trialve ... ments.html

You should be able to manually manipulate the following URL with the desired trial version AFAIK:

Code: Select all

https://www.opendental.com/TrialDownload-[MajorVersion]-[MinorVersion]-[BuildVersion].exe
e.g. The current Trial version is v22.4.55 so the URL is:

Code: Select all

https://www.opendental.com/TrialDownload-22-4-55.exe
The best thing about a boolean is even if you are wrong, you are only off by a bit.

Jason Salmon
Open Dental Software
http://www.opendental.com

Post Reply