X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:from:to:subject:date:in-reply-to :references:content-type:content-transfer-encoding:mime-version; q=dns; s=default; b=F4c+dzeHLeHaZR+GGqkk2NBEkq6oO3eVwgE0JQEhZS2 XnWyzt1P3rTdO480Q+WQLFg/LCKOnzScCYNByw6QOyoD4YS+YPtyuaOiL9K3AJ6P tuwCz+g44ydqcy8lMGEOcjStQxtRIODbcExU5VA9ev5WzNrLvjuip/Hxuq5vSpSs = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:from:to:subject:date:in-reply-to :references:content-type:content-transfer-encoding:mime-version; s=default; bh=drfBUOdUHpm7UHXC2wGgi3S9pmg=; b=ofibYlZKGVmLg2akz WE4ECW9ZknfW3Csa8DlSoYJrTtrVt4llxRGXY0ayu0JcUoSA/MX+OILl4Rdnjw1z ClQfaIC3/hVaQ2lkExUHYtllAjQONcrvpzUY7j2cc9uekTc48+9L4vOf0a0GBk1u bYlZRyXSO0EWkZuvlZKC6AflWA= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_20,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,MIME_BASE64_BLANKS,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: dub0-omc1-s28.dub0.hotmail.com X-TMN: [xvxY2/me4Une/+abP4l6jirLSq7cYts0] Message-ID: From: Sonya Blade To: "cygwin AT cygwin DOT com" Subject: x32 vs x64 conflict in Application Date: Mon, 7 Oct 2013 07:31:37 +0100 In-Reply-To: References: ,, Content-Type: text/plain; charset="windows-1254" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id r976VrlP026778 DEar All, I'm receiving the following error ("During startup program exited with code 0xc000007b.") on application start up(which uses cygwin_32 compiled libraries of Petsc and SLepc ). I've compiled Petsc and Slepc with Cygwin_32 and tried to test it with code snippet which uses the Petsc and Slepc libraries which raised x32/x64 error. Interesting thing is when I loaded the applicaition on dependency walker to test the dependant dlls and libraries of application I noticed that cygwin1.dll loads kernel32.dll, and cygwin1.dll is shown as x64 library which it shouldn't be, because I've nowhere used Cygwin_64 for compilation. Having cygwin1.dll as x64 and kernel32.dll as x86 architecture, can that be a origin of that problem or is completely normal ? I attach the snapshot view of dependency walker if it may give you a clue on what actually happens. http://i40.tinypic.com/9as213.jpg Your help will be appreciated,