Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eBSlg-0000ti-Nd for pgsql-interfaces@arkaria.postgresql.org; Sun, 05 Nov 2017 21:47:48 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1eBSlg-0006A7-5k for pgsql-interfaces@arkaria.postgresql.org; Sun, 05 Nov 2017 21:47:48 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1eBSlM-00053N-Gu for pgsql-interfaces@postgresql.org; Sun, 05 Nov 2017 21:47:28 +0000 Received: from mail-io0-x22d.google.com ([2607:f8b0:4001:c06::22d]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1eBSlK-0002gp-1V for pgsql-interfaces@postgresql.org; Sun, 05 Nov 2017 21:47:28 +0000 Received: by mail-io0-x22d.google.com with SMTP id 97so13735580iok.7 for ; Sun, 05 Nov 2017 13:47:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=wRqXQ7//kqMRPBNP4+hvNYv2aRaG98TVforyNKCG6hY=; b=q8HCCBuuq9KtzI279x+uTZzj74QqSqOWd4m+aStemOXYtyMPmPKPil/n1Q6V8uAdnj q5me6HznzrsbdJuEI50Gwaes27fBE+XA5vSxcR7a//M49gwJJdVT8Tnr9sWKXKc0fBqe Yubpm9Ogu+lhB5uHrumcO9CNL43vZncS1mvk+TTtsNRhHk8Kku02WCrzH/MohVOa38w9 KQ+muThJPCPk2mxIV2pm5dMKU0Lo2VZW2sAqa7sBIigmFGTxJGUXI7z4jZMk+hhlQXpu 4LyEg8Cem8i0L4R78fvQcHOVT4cNQVhyO/1bvktI12ReeWOOh8HSk6h/0YamiuAHsrBO tK/A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=wRqXQ7//kqMRPBNP4+hvNYv2aRaG98TVforyNKCG6hY=; b=c0y8Vm4PjNghULzsh2EkSkG+lHl1g+AMlEO03wPjqhCfPe2lqVi8RxqvphwHOnQSX1 2rDVRYpmmGKRPWqPOTpzKKxghuCmE0hopGIjGf/sKlEqA859kxUR5JQ1VORaJydgZLJ9 ebkMVzlvp2NASE0KSCYCoiMlPPQJD2618nMzxRDluaBnr4aPtLRuSNxvb/7gL3Gs4eRm QnODf2aQQJKAtQShORT9gvyXAuBykajDzEKtjlfJnofCohY/59IkhF0CS5ZRJ2TPMlPq QNd8iGhlY90rphNMZkO+LJlciCZujpzNNwREshJ4PTcxWpVr57isCBtfGg/ppdoGl4Cv m1pg== X-Gm-Message-State: AMCzsaW37jqoIPCc7aIUGedE4E2H5wlxdEXliWue86+TCKVRK7yjzGW8 vpUlj6Qz3UbEWLKW0AaPPiIfdO8hFbSKIrcy04s= X-Google-Smtp-Source: ABhQp+TNZ/YgJ+RyZyV8e9mkVz6Gb+1CUP60afEKoF/pP2LRJJ2z94Mx36gha+5M66yM80h8hNBgNVsohbPXUZUjnXQ= X-Received: by 10.107.140.18 with SMTP id o18mr16596614iod.35.1509918443912; Sun, 05 Nov 2017 13:47:23 -0800 (PST) MIME-Version: 1.0 From: =?UTF-8?Q?Murad_Karaka=C5=9F?= Date: Sun, 05 Nov 2017 21:47:13 +0000 Message-ID: Subject: Need help on libpq on windows To: "pgsql-interfaces@postgresql.org" Content-Type: multipart/alternative; boundary="94eb2c06fcaa7d40c0055d43481b" List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgsql-interfaces Precedence: bulk Sender: pgsql-interfaces-owner@postgresql.org --94eb2c06fcaa7d40c0055d43481b Content-Type: text/plain; charset="UTF-8" I have the following configuration; Windowa 8.1 64 bit Code block ide with TDM-GCC 64 bit compilee PostgreSql Database 64 Bit I also installes OpenSSL 64 bit The problem is c projec (64 bit) crach at "PQgetvalue". Weird thing is that until pqgetvalue all other pq... runctions run well. What is the problem ? Please help --94eb2c06fcaa7d40c0055d43481b Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
I have the following configuration;

Windowa 8.1 64 bit
Cod= e block ide with TDM-GCC 64 bit compilee
PostgreSql = Database 64 Bit
I also installes OpenSSL 64 bit

The problem is c projec (64 = bit) crach at "PQgetvalue". Weird thing is that until pqgetvalue = all other pq... runctions run well.=C2=A0

=
What is the problem ? Please help
=
--94eb2c06fcaa7d40c0055d43481b--