andreas-mausch / whatsapp-viewer

Small tool to display chats from the Android msgstore.db database (crypt12)
https://andreas-mausch.de/whatsapp-viewer/
MIT License
1.23k stars 381 forks source link

Fatal error in Visual C++ 2008 Express edition #101

Closed Alireza-Razavi closed 3 years ago

Alireza-Razavi commented 3 years ago

How to fix this error? 1>..\resources\Resources.rc(10) : fatal error RC1015: cannot open include file 'afxres.h'.

Full console log: 1>------ Build started: Project: WhatsApp Viewer, Configuration: Debug Win32 ------ 1>Compiling resources... 1>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1 1>Copyright (C) Microsoft Corporation. All rights reserved. 1>..\resources\Resources.rc(10) : fatal error RC1015: cannot open include file 'afxres.h'. 1>Build log was saved at "file://c:\Users\Alireza\Downloads\whatsapp-viewer-1.12\project\Debug\BuildLog.htm" 1>WhatsApp Viewer - 1 error(s), 0 warning(s) ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

Alireza-Razavi commented 3 years ago

OK! It fixes with installing MFC.