Return-Path: X-Original-To: apmail-incubator-ooo-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-ooo-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 309FF9AB8 for ; Thu, 8 Mar 2012 14:53:21 +0000 (UTC) Received: (qmail 13530 invoked by uid 500); 8 Mar 2012 14:39:23 -0000 Delivered-To: apmail-incubator-ooo-dev-archive@incubator.apache.org Received: (qmail 13488 invoked by uid 500); 8 Mar 2012 14:39:23 -0000 Mailing-List: contact ooo-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ooo-dev@incubator.apache.org Delivered-To: mailing list ooo-dev@incubator.apache.org Received: (qmail 13463 invoked by uid 99); 8 Mar 2012 14:39:22 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Mar 2012 14:39:22 +0000 Received: from localhost (HELO [9.155.131.42]) (127.0.0.1) (smtp-auth username hdu, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Mar 2012 14:39:22 +0000 Message-ID: <4F58C4B2.70109@apache.org> Date: Thu, 08 Mar 2012 15:39:46 +0100 From: Herbert Duerr User-Agent: generic MIME-Version: 1.0 To: ooo-dev@incubator.apache.org Subject: Re: [CODE] issue 118846 - crash related to ODBC References: <4F58B376.3060909@googlemail.com> In-Reply-To: <4F58B376.3060909@googlemail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit > I have figured out that under Windows the call to a certain ODBC method > is destroying somehow the stack. During setup of the method call the > pointer to the stack memory are changed. > Does somebody has further insight in this area - using ODBC in C++ > program code under Windows? I bet that it has to do with system DLLs employing the pascal calling convention vs. C calling convention. Herbert