私は、この宣言でヘッダーを移植しています:どのC/C++ヘッダーファイルがBYTEデータ型を定義していますか?
struct tMaterialInfo {
char strName[255]; // the texture name
char strFile [255]; // the texture
BYTE color [3]; // the color of the object
};
ヘッダは以下が含まれています
#include <windows.h>
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <fstream>
#include <vector>
#include <gl\gl.h> // Header File For The OpenGL32 Library
#include<gl\glu.h>// Header File For The GLu32 Library
#include <gl\glaux.h>
はどこにそのバイトがから来るのでしょうか?
1で定義されています。 – RBerteig