Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Mon, 8 Jul 2002 19:31:32 +1000 From: Anurag Sharma To: cygwin AT cygwin DOT com Subject: g++ and function pointers calling convention Message-Id: <20020708193132.6b275b71.anurag@proximity.com.au> Organization: Proximity Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Hi All, We have gcc compiler(3.04) build as a cross compiler for cygwin (host is linux). Consider the following code : /********************************/ #include typedef void * __stdcall hell (unsigned int) ; int main(int argc, char* argv[]) { std::cout<<"made it "<