Hi Guys,
what is the Different when i Build a Project
1: with configuration DEBUG -> i get no Errors
2: with configuration RELEASE - > i get much Errors.
for the compiler?
Configuration from Debug and Release seems same.
Frank
Different between Debug and Release in VS2017
-
- Posts: 280
- Joined: Sat Dec 12, 2015 2:22 pm
- Location: Germany
Different between Debug and Release in VS2017
Last edited by Horst on Wed Aug 09, 2017 9:21 am, edited 1 time in total.
Different between Debug and Release in VS2017
Hi Frank,
maybe in the Debug version some warnings are supressed?
Please check the compiler options - for sure they are different between Debug and Release.
Wolfgang
maybe in the Debug version some warnings are supressed?
Please check the compiler options - for sure they are different between Debug and Release.
Wolfgang
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
-
- Posts: 280
- Joined: Sat Dec 12, 2015 2:22 pm
- Location: Germany
Different between Debug and Release in VS2017
Hi Wolfgang,
oh yes, i have not see that this can be set different. Thanks for the hint.
Frank
oh yes, i have not see that this can be set different. Thanks for the hint.
Frank
-
- Posts: 280
- Joined: Sat Dec 12, 2015 2:22 pm
- Location: Germany
Different between Debug and Release in VS2017
I have customized the Build Settings from Debug to Release and all to X86 Plattform.
But i can not Start, i get:
I have try several settings, strange.
Any thoughts?
Frank
But i can not Start, i get:
I have try several settings, strange.
Any thoughts?
Frank
-
- Posts: 280
- Joined: Sat Dec 12, 2015 2:22 pm
- Location: Germany
Different between Debug and Release in VS2017
I have customized the Build Settings from Debug to Release and all to X86 Plattform.
But i can not Start, i get:
I have try several settings, strange.
Any thoughts?
Frank
But i can not Start, i get:
I have try several settings, strange.
Any thoughts?
Frank
Different between Debug and Release in VS2017
Hi Frank,
it seems you have a runtime error and Visual Studio tries to load the debugging information for the Vulcan runtime that is not present (the Vulcan runtime you have was not compiled with debugging informations).
Try to start the application in debug mode (i.e. Debug, not Run) to see where the error is occurring.
Do you have set a try/catch block? Or see here:
https://www.xsharp.eu/forum/public-examples/340-error-handler-for-ported-vo-applications
Wolfgang
it seems you have a runtime error and Visual Studio tries to load the debugging information for the Vulcan runtime that is not present (the Vulcan runtime you have was not compiled with debugging informations).
Try to start the application in debug mode (i.e. Debug, not Run) to see where the error is occurring.
Do you have set a try/catch block? Or see here:
https://www.xsharp.eu/forum/public-examples/340-error-handler-for-ported-vo-applications
Wolfgang
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
-
- Posts: 280
- Joined: Sat Dec 12, 2015 2:22 pm
- Location: Germany
Different between Debug and Release in VS2017
Hi Wolfgang,
with Debug the Applikation start and run. And yes, i have the Error handler implemented.
Frank
with Debug the Applikation start and run. And yes, i have the Error handler implemented.
Frank
Different between Debug and Release in VS2017
Hi Frank,
strange.... Unfortunately I have no VS 2017 installed (only 2015). Maybe you can post a screenshot of the different settings....
Wolfgang
P.S. I deliver all my applications compiled with debug and dbg files to have meaningful error messages with line numbers
strange.... Unfortunately I have no VS 2017 installed (only 2015). Maybe you can post a screenshot of the different settings....
Wolfgang
P.S. I deliver all my applications compiled with debug and dbg files to have meaningful error messages with line numbers
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
-
- Posts: 280
- Joined: Sat Dec 12, 2015 2:22 pm
- Location: Germany
Different between Debug and Release in VS2017
I have create a new Project and new Vulcan Test application. So that is not my Code.
I get error with Debug and Release.
Yesterday i install the VS2017 Update 26430.16
Perhaps that is a Problem?
Frank
I get error with Debug and Release.
Yesterday i install the VS2017 Update 26430.16
Perhaps that is a Problem?
Frank
Different between Debug and Release in VS2017
Hi Frank,
this seems a normal runtime error. But since I have no VS 2017 installed I have to leave it to Robert or Chris - but maybe put your solution in a message here so the support is able to reproduce the issue easily.
Wolfgang
this seems a normal runtime error. But since I have no VS 2017 installed I have to leave it to Robert or Chris - but maybe put your solution in a message here so the support is able to reproduce the issue easily.
Wolfgang
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it