From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12823 invoked by alias); 18 Jul 2006 19:06:58 -0000 Received: (qmail 12812 invoked by uid 22791); 18 Jul 2006 19:06:57 -0000 X-Spam-Check-By: sourceware.org Received: from wr-out-0506.google.com (HELO wr-out-0506.google.com) (64.233.184.239) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 18 Jul 2006 19:06:56 +0000 Received: by wr-out-0506.google.com with SMTP id i12so622636wra for ; Tue, 18 Jul 2006 12:06:52 -0700 (PDT) Received: by 10.65.81.14 with SMTP id i14mr3438882qbl; Tue, 18 Jul 2006 12:06:52 -0700 (PDT) Received: by 10.65.232.5 with HTTP; Tue, 18 Jul 2006 12:06:52 -0700 (PDT) Message-ID: <2148c4de0607181206r31355bacp832091f83cf2ec49@mail.gmail.com> Date: Tue, 18 Jul 2006 19:06:00 -0000 From: "Dr MaaTt" To: pthreads-win32@sourceware.org Subject: Using pthreads in Bloodshed Dev-C++ In-Reply-To: <2148c4de0607181204r3213aeafu8ee3eeb19383a19f@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <2148c4de0607181204r3213aeafu8ee3eeb19383a19f@mail.gmail.com> X-IsSubscribed: yes Mailing-List: contact pthreads-win32-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: pthreads-win32-owner@sourceware.org X-SW-Source: 2006/txt/msg00042.txt.bz2 Hi all! I am completely new to using pthreads. I am trying to utilise my duo core for some crazy computations and pthreads was suggested to me. Anyway, I am using Bloodshed Dev-C++ IDE. They have a pthreads DevPak that I installed. I compiled an example program that I found somewhere. It compiled fine but when I tried to run the program, it told me taht pthreadsGC.dll was not found. This dll file was nowhere to be found. I was wondering whether there other steps I have to do to compile and run the program properly. Thanks