When will you call it 2.2.1 or 2.3?I updated but now REZ compilation is not possible anymore ?????
av
Le samedi 8 avril 2023 à 21:41:51 UTC+2, Antoine Vignau a écrit :
When will you call it 2.2.1 or 2.3?I updated but now REZ compilation is not possible anymore ?????
av
On Tuesday, April 25, 2023 at 2:35:05 PM UTC-5, Pierre Durant wrote:for example I open the example "Prob.14.1.rez" of the Toolbox c examples provided which is clearly identified as a REZ in menu Languages
Le samedi 8 avril 2023 à 21:41:51 UTC+2, Antoine Vignau a écrit :The update should not have any effect on Rez. What error are you seeing?
When will you call it 2.2.1 or 2.3?I updated but now REZ compilation is not possible anymore ?????
av
--
Stephen Heumann
Le mercredi 26 avril 2023 à 03:33:47 UTC+2, [email protected] a écrit :
On Tuesday, April 25, 2023 at 2:35:05 PM UTC-5, Pierre Durant wrote:
Le samedi 8 avril 2023 à 21:41:51 UTC+2, Antoine Vignau a écrit :The update should not have any effect on Rez. What error are you seeing?
When will you call it 2.2.1 or 2.3?I updated but now REZ compilation is not possible anymore ?????
av
--for example I open the example "Prob.14.1.rez" of the Toolbox c examples provided which is clearly identified as a REZ in menu Languages
Stephen Heumann
I "compile to disk"
and I recieve an error box "a compiler is not available for this language"
But I want to take this opportunity to ask you a little question for which I didn't find the answer in the documentation.
So, I have a Desktop App with multiple .cc and .h files.
I succeed to write a make file which compile and link all the sources.
The compile/link works fine and I'm able to execute the app without error. But.... How to run it in debug mode ???
If I open the main source and push on "trace" for example it try to link again this souce but it fails like it was trying to link the app with the main source only.... :-/
So, how to debug an app for which you have multiple .cc/h modules ???
On Thursday, April 27, 2023 at 12:18:23 PM UTC-5, Pierre Durant wrote:
But I want to take this opportunity to ask you a little question for which I didn't find the answer in the documentation.If you want to debug a program built using a script, you need to make sure it is built with debug code enabled, either by using the +D flag on the compile commands in the script or by using #pragma debug in the code.
So, I have a Desktop App with multiple .cc and .h files.
I succeed to write a make file which compile and link all the sources.
The compile/link works fine and I'm able to execute the app without error. But.... How to run it in debug mode ???
If I open the main source and push on "trace" for example it try to link again this souce but it fails like it was trying to link the app with the main source only.... :-/
So, how to debug an app for which you have multiple .cc/h modules ???
Then you can execute it using the Run->Execute... menu option to debug it. The debug mode to use can be set under Run->Execute Options...
--
Stephen
The option +D was already specified in my make file. The "run-> execute options" is set to "trace".
I can use "run->execute"... but don't see any "menu option" ? I can switch between the app and orca but no window of my source appear even if I set a breakpoint before the loop of the app...
On Thursday, April 27, 2023 at 2:35:31 PM UTC-5, Pierre Durant wrote:want to set it to Step mode, which should let you just step through starting from the first statement in your program.
The option +D was already specified in my make file. The "run-> execute options" is set to "trace".You need to open windows with your source files manually before you run the program with Run->Execute.... If you set the breakpoints before compiling the code, I believe it should stop at the first breakpoint, but if you are having trouble you might
I can use "run->execute"... but don't see any "menu option" ? I can switch between the app and orca but no window of my source appear even if I set a breakpoint before the loop of the app...
--When I do that, I come to a "blue screen of death".....
Stephen
Le jeudi 27 avril 2023 à 22:33:23 UTC+2, [email protected] a écrit :want to set it to Step mode, which should let you just step through starting from the first statement in your program.
On Thursday, April 27, 2023 at 2:35:31 PM UTC-5, Pierre Durant wrote:
The option +D was already specified in my make file. The "run-> execute options" is set to "trace".You need to open windows with your source files manually before you run the program with Run->Execute.... If you set the breakpoints before compiling the code, I believe it should stop at the first breakpoint, but if you are having trouble you might
I can use "run->execute"... but don't see any "menu option" ? I can switch between the app and orca but no window of my source appear even if I set a breakpoint before the loop of the app...
--When I do that, I come to a "blue screen of death".....
Stephen
| Sysop: | Keyop |
|---|---|
| Location: | Huddersfield, West Yorkshire, UK |
| Users: | 715 |
| Nodes: | 16 (0 / 16) |
| Uptime: | 166:13:02 |
| Calls: | 12,096 |
| Calls today: | 4 |
| Files: | 15,001 |
| Messages: | 6,517,807 |