first formal parameter for huge form of 'operator new' must be 'unsigned long'
The first formal parameter of the huge form of the operator new must be an unsigned long.
This is the prototype for the huge form of the operator new:
void __huge * operator new( unsigned long, unsigned int );