Ok, I could build my project but without use the IDE Qt Creator. I could it creating a folder with the CMakeLists.txt and the .cxx and the bin folder and indicate them to cmake-gui to compile using unix compiler. I can execute the bin but i don't know what is the right way of the line comand. I tried these ways:<br>
-(1*)BinName DicomDir OutPutFile.jpeg (this way doesn't let me to execute the bin send me a message "Usage: ./BinName Filename(.jpeg)" )<br>-(2*)BinName OutPutFile.jpeg DicomDir (this way executes the bin but doesn't show a black image because it ignored the last argument)<br>
-(3*)In the code .cxx i tried to swap the "argv[1]" by the path where is my dicom file, this was the best result because found the dicom file and get some dimension from him and create a window with higher dimensions but a can't see the image yet. The window continuous black and there's a message of error from about a file on the vtk library:<br>
<br>"vtkDICOMImageReader.cxx, line 346<br>vtkDICOMImageReader (0x28a2690): There was a problem retrieving data from:"<br><br>The source i'm trying to use is the same i told before and the unique change i tried i did on number (3*)<br>
<br><br clear="all"><br>-- <br><div>Brenno Bernardes Ribeiro<br><br>Engenharia da Computação</div><div>
Universidade Federal do Pará</div><div style="padding:0px;overflow:hidden;margin-left:0px;margin-top:0px;color:black;font-size:10px;text-align:left;line-height:130%"></div><br>