用borland C++做一个工控机上的dos程序,代码里有:initgraph(&drv,&mode,""); 这句话,并且我的源文件目录下有EGAVGA.BGI这个文件, 编译通过, 当Run的时候就出现BGI Error:Graphics not initialized(use 'initgraph')请问这是怎么回事?-------------我在xp上用borland C++ for D
相关的只做过一个改动player下main.c下只改了一个宏定义// don't want to use common.dll, but don't want to collide with DLL import function either#define tcscpy_s _tcscpy_s改成了#define tcscpy_s _mtcscpy_s原因是_tcscpy_s 在我的SDK中st
评论