[Insight-users] demande de l'aide

Luis Ibanez luis.ibanez at kitware.com
Wed Mar 30 13:03:46 EST 2005


Hi Mohamed,

This error message is common when you mix the compilation
modes of the ITK toolkit and for InsightApplications.

You probably compiled ITK for Debug and the Applications
for Release, or the other way around, and for the link
process by using the /FORCE option in Visual Studio.

This practice should be avoided since it results in executables
that are unstable at runtime.

Please make sure that you build both ITK and InsightApplications
for the exact same compilation mode.

If you continue experiencing any problems, please be more
specific and let us know *exactly* which one of the 70 applications
available in InsightApplications is the one producing the error,
and what where you doing at the moment that the error was produced.


    Thanks


       Luis

--


Bonjour Mohamed,

Cela veut dire que tu as melange les modes de compilation
pour la biblioteque ITK et pour les applications.  Il faut
que tu utilises le meme mode de compilation,

voir:  Debug ou Release

pour les deux.

Meme si tu peut forcer VisualStudio pour finir l'etape de
linkage en utilisant le /FORCE commande, cela doit etre
evite car il produise des executables que ne marchent pas.

   Amicalement,


       Luis






------------------------------
mohamed ali chaabane wrote:

> Bonjour,
>  
> Aprés avoir compilé les exemples de insightApplication, à l'exécution , 
> chaque fois que je veux charger une image  une exeption ce déclenche  : 
>  
> Dans le fichier  *dpgheap.c*  du VC++  à la line 1011
>  
> __Expression : _CrtIsValidHeapPointer(pUserData)
>  
>  
> j'ai pas compris de quoi il s'agit
>  
> est-ce que vous pouvez m'aider
>  
> merci
>  
> cordialement,
>  
> Chaabane Mohamed Ali
> 
> ------------------------------------------------------------------------
> Découvrez le nouveau Yahoo! Mail : 250 Mo d'espace de stockage pour vos 
> mails !
> Créez votre Yahoo! Mail 
> <http://fr.rd.yahoo.com/mail/taglines/*http://us.rd.yahoo.com/evt=25917/*http://us.rd.yahoo.com/mail_fr/mail_campaigns/splash/taglines_250/default/*http://fr.promotions.yahoo.com/mail/creer28.html> 
> 
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users





More information about the Insight-users mailing list