Click here to Skip to main content
15,884,237 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
We are developing a C++ / Qt / VTK application which is supposed to run on both Windows (XP) and MAC. The code base is the same, and we simply do separate compilation / building. Now, the strange thing is that it works fine on Windows (in Release mode); but sporadically crashes on the MAC (10.6.x - Snow Leopard is what we have). Have used Valgrind to check for memory issues, and there are none.

All thoughts / suggestions to resolve this are welcome.
Posted
Comments
ctnshn 9-Jan-12 1:53am    
Hi Amarnath;
I'm a computer enginer master student.
i use your DICOM Image Viewer project.
i want to edit dicom metatag then save dicom(dcm) format.
i need to your help.
please send to sample code in c#.
Since

1 solution

The problem could be anything and anywhere; there is no way anyone else can even begin to guess what it may be. You need to add some logging/debug code to your application and gather sufficient information to identify where and why it is failing.
 
Share this answer
 
Comments
Albert Holguin 21-Oct-11 14:16pm    
+5, definitely too vague for meaningful help

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900