- 
	
	
	
		Problème d'obj C++ .NET 
		J'ai une fonction qui doit changer le texte du bouton démarrer mais le compilateur me retourne une erreur obj :
 
 Erreur	3	error LNK2028: jeton non résolu (0A000013) "extern "C" int __stdcall GetTextExtentPoint32W(struct HDC__ *,wchar_t const *,int,struct tagSIZE *)" (?GetTextExtentPoint32W@@$$J216YGHPAUHDC__@@PB_WHPAUtagSIZE@@@Z) référencé dans la fonction "private: void __clrcall DieuClient::Form1::OnClickModifierBoutonDemarrer(class System::Object ^,class System::EventArgs ^)" (?OnClickModifierBoutonDemarrer@Form1@DieuClient@@$$FA$AAMXP$AAVObject@System@@P$AAVEventArgs@4@@Z)	Dieu-Client.obj
 
 Erreur	4	error LNK2028: jeton non résolu (0A000015) "extern "C" void * __stdcall SelectObject(struct HDC__ *,void *)" (?SelectObject@@$$J18YGPAXPAUHDC__@@PAX@Z) référencé dans la fonction "private: void __clrcall DieuClient::Form1::OnClickModifierBoutonDemarrer(class System::Object ^,class System::EventArgs ^)" (?OnClickModifierBoutonDemarrer@Form1@DieuClient@@$$FA$AAMXP$AAVObject@System@@P$AAVEventArgs@4@@Z)	Dieu-Client.obj
 
 Erreur	5	error LNK2019: symbole externe non résolu "extern "C" int __stdcall GetTextExtentPoint32W(struct HDC__ *,wchar_t const *,int,struct tagSIZE *)" (?GetTextExtentPoint32W@@$$J216YGHPAUHDC__@@PB_WHPAUtagSIZE@@@Z) référencé dans la fonction "private: void __clrcall DieuClient::Form1::OnClickModifierBoutonDemarrer(class System::Object ^,class System::EventArgs ^)" (?OnClickModifierBoutonDemarrer@Form1@DieuClient@@$$FA$AAMXP$AAVObject@System@@P$AAVEventArgs@4@@Z)	Dieu-Client.obj
 
 Erreur	6	error LNK2019: symbole externe non résolu "extern "C" void * __stdcall SelectObject(struct HDC__ *,void *)" (?SelectObject@@$$J18YGPAXPAUHDC__@@PAX@Z) référencé dans la fonction "private: void __clrcall DieuClient::Form1::OnClickModifierBoutonDemarrer(class System::Object ^,class System::EventArgs ^)" (?OnClickModifierBoutonDemarrer@Form1@DieuClient@@$$FA$AAMXP$AAVObject@System@@P$AAVEventArgs@4@@Z)	Dieu-Client.obj
 
 Merci d'avance.
 
 
- 
	
	
	
	
		Tu as rajouté les *.lib qu'il fallait à ton projet ?
 En l'occurrence je crois qu'il s'agit de gdi32.lib