Хотел скомпилировать dll файл.Не получается из-за ошибок Не удается открыть файл включение: cstringt.h: No such file or directory. Не удается открыть источник файл "cstringt.h" Не удается открыть источник файл "atlstr.h" Идентификатор "CStringA" не определен.
Не удается открыть источник файл "cstringt.h"
Не удается открыть источник файл "atlstr.h"
Идентификатор "CStringA" не определен.
Ошибки только в этих частях кода
#pragma warning(disable : 4530)
#define CSTRING_IMPLEMENTATION
#define _CRT_SECURE_NO_WARNINGS
#include <Windows.h>
#include <iostream>
#include <dwmapi.h>
#include <d3d11.h>
#include <stdio.h>
#include <chrono>
#include <psapi.h>
#include <string>
#include <cstringt.h>
#include <atlstr.h>
#include <array>
#include <stdlib.h>
#include <math.h>
#include "winternl.h"
#include "time.h"
#include <map>
#include <cstdint>
#include <stdint.h>
#include <emmintrin.h>
#include <sstream>
#include <cstringt.h>
#include <atlstr.h>
Item* ActWeapon = ply->GetActiveWeapon();
std::string _name(CStringA(ply->_displayName()));
if (preview->draggable_items[a][b].ItemName == "Username") {
std::string _name(CStringA(player->_displayName()));
return Vector2(posonscreenX, posonscreenY);
}
#include <cstringt.h>
#include <atlstr.h>