Alex, Regarding your question on the install files to build folder, the copied files will be the ones mentioned in the csn files in the AddFilesToInstall method. This method has an argument to tell it to only copy for debug (debugOnly=1) or release (releaseOnly=1). The default behaviour is to copy for both. Can you check if you have such an argument for the files you are trying to copy? Best, Yves
2012/9/3 Xavi Planes <[email protected]>: > Hi Alex, > > I'm glad to know that all things are working well. Regarding your > problems: > 1. The default configuration of the MITK library should automatically > add the compilation flag /bigobj for MSVC compilar. This configuration is > defined in the file thirdParty\MITK_SVN2\CMakeLists.txt: > IF(WIN32) > #Visual C++, 32-bit, version 2008 1500 (vc90) > IF(MSVC_VERSION GREATER 1500 OR MSVC_VERSION EQUAL 1500) > SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /bigobj") > ENDIF(MSVC_VERSION GREATER 1500 OR MSVC_VERSION EQUAL 1500) > ENDIF(WIN32) > > If it does not work for your compiler, it means that the value of the > variable MSVC_VERSION is < 1500. Could you please check it? You need to: > 1. Add this line in the CMakeLists.txt file, just bellow the code above: > MESSAGE( "MSVC_VERSION: ${MSVC_VERSION}" ) > 2. Click "Configure third party folders" button in CSnake > 3. Check the console output. In my computer it says: > MSVC_VERSION: 1600 > > 2. For this problem, I think Yves can give you better support. He is the > main developer of CSnake. I put him in copy. > > 3. Do you have an example application using this feature? In what use > case do you need it? To know the orientation of an image, you can enable the > annotation cube (Ctrl+A). It shows the orientation of the image: left/right, > superior/inferior, anterior/posterior. > > Best regards, > Xavi > > > 2012/8/31 Zhijun Zhang <[email protected]> >> >> hi Xavi: >> >> Now all things are working well. Thank you very much for your help. >> >> There are still two small problem in the cSnake, >> 1). when I generate the cmake file and compile the thirdparty projects >> such as mitk and mitkext >> I need manually add /bigobj in the compiler option under windows system, >> 2). and when I click the 'install files to build folder', for debug >> version, it works. >> for release version, it seems the library are not copied. so I manually >> copied them. >> >> I have another question about the viewing window of GIMIAS, >> why the axes in the orthogonal view has no positive and negative >> direction? sometimes it >> is confusing to look for the positive axes directions. >> Thank you very much. >> >> regards, >> Alex >> >> > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Gimias-developers mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/gimias-developers > ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Gimias-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gimias-developers
