Bonjour,
quand j'essaie de compiler en C++/CLI :
I have this message error :
Code : Sélectionner tout - Visualiser dans une fenêtre à part HDC printerDC = CreateDC(NULL, L"pinterName", NULL, NULL);
MerciErreur LNK2028 jeton non résolu (0A000573) "extern "C" struct HDC__ * __cdecl CreateDCW(wchar_t const *,wchar_t const *,wchar_t const *,struct _devicemodeW const *)" (?CreateDCW@@$$J0YAPEAUHDC__@@PEB_W00PEBU_devicemodeW@@@Z) référencé dans la fonction "void __cdecl Print(wchar_t *)" (?PrintPDF3@@$$FYAXPEA_W@Z) Printing C:\...\Printing.obj 1
Partager