Bonjour,

je voudrais utiliser la variable "image" en dehors du bloc try-catch

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
try
{
	Ref<BinaryBitmap> image(new BinaryBitmap(binarizer));
} 
catch (Exception& e) 
{
	//
}
test( image );
merci