open-discussion > Problems executing ROBEX12.all_platforms
Showing 1-3 of 3 posts
Display:
Results per page:
Jun 2, 2014  05:06 PM | Jesus Cardenes
Problems executing ROBEX12.all_platforms
I created a folder for the binary, then I configured and generated the project. Once I compiled the project, I copied the executable from the binary to the source folder.
Finally I opened the cmd and wrote:
 
runROBEX.bat HFH_001.hdr out.hdr
 
Here is the problem! Because every time I tried to run it, I got an uncontrolled exception, stack overflow.
 
I am able to run without problems the windows version with the same instruction, and the same image as an input. 
 
Any idea about why can it be?
 
Thank you!
Jun 2, 2014  05:06 PM | Juan Eugenio Iglesias
RE: Problems executing ROBEX12.all_platforms
Hi Jesus,
what environment are you using to compile the project? Did you try increasing the stack size?
Cheers,
/Eugenio
Jun 2, 2014  07:06 PM | Jesus Cardenes
RE: Problems executing ROBEX12.all_platforms
Hi Juan,
 
I am using Microsoft Visual Studio 2013.
Thanks! I increased the size of the stack at Visual and it works perfectly.