Game Development Community

Add Mfc In Tgb

by Kenny · in Torque Game Builder · 02/09/2007 (7:09 am) · 0 replies

I have a serialPort.h and SerialPort.cpp , i plan to use TGB to talk with 8051 Chip.
.cpp use CString and some MFC features, My complier is .net 2003,so I change "Use Standard Windows Libraries" to "Use MFC in a Static Library" in Project Menu.And complie,the compiler still doesn't tell CString ,DWORD and some type.How do i do?