c++ - Why does this don't work in visual studio 2012 (SP2) -


this should replace '*' word pointer

#define pointer *  // define 8bit byte typedef unsigned short abyte;  // define pointer 8bit byte typedef abyte pointer apointertobyte; 

this not compile in vs2012, did compile in vs2010

ok, not sure understand this, somehow removing block of code made problem disappear.

#if !defined(__freebsd__)    #include <pcrt32.h> #endif 

Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -