Re: Compiling errors with '-mno-cygin' option on Cygwin

2003-10-24 Thread Paul Bezzam
However, be > aware that this puts you completely outside of the realm of Cygwin, and > any support you get for this will have to come from some other forum. > Igor > > On Thu, 23 Oct 2003, Paul Bezzam wrote: > > > Thank you for your replies. But here is my problem: >

Re: Compiling errors with '-mno-cygin' option on Cygwin

2003-10-23 Thread Paul Bezzam
Win32 Exception has > > occurred in VB6.EXE." > > > > Thanks. > > > > Paul > > > > On Thu, 23 Oct 2003, Igor Pechtchanski wrote: > > > > > On Thu, 23 Oct 2003, Paul Bezzam wrote: > > > > > > > Hello everyone, > > &g

Re: Compiling errors with '-mno-cygin' option on Cygwin

2003-10-23 Thread Paul Bezzam
ot; option. But, when I try to invoke this DLL from Visual Basic, the application crashes with the error message, "An unhandled Win32 Exception has occurred in VB6.EXE." Thanks. Paul On Thu, 23 Oct 2003, Igor Pechtchanski wrote: > On Thu, 23 Oct 2003, Paul Bezzam wrote: > >

Compiling errors with '-mno-cygin' option on Cygwin

2003-10-23 Thread Paul Bezzam
Hello everyone, I have this issue: I have a C program that uses embedded perl to call a Perl subroutine. This runs successfully when compiled with gcc with default options. But, when I use the -mno-cygwin option, I get errors indicating that some include files are not available. (The error mess

Perl and C

2003-10-17 Thread Paul Bezzam
Hello, I am having a hard time calling a Perl subroutine from C on Cygwin. I tested out the Perl program seperately and it works fine. But, when I try to call it from C, I get this error: Can't load module Socket, dynamic loading not available in this perl. (You may need to build a new perl e

Re: DLL and VB problems

2003-10-16 Thread Paul Bezzam
(GCC) 3.3.1 (cygming special) Yes, I can successfully call this dll from a C program. Thanks. Paul On Thu, 16 Oct 2003, Paul Bezzam wrote: > > Hello, > > Please ignore my previous message; I made a mistake in the client C file. > I corrected it, and the C client calls the DLL per

Re: DLL and VB problems

2003-10-16 Thread Paul Bezzam
appreciated. Thanks. Paul On Thu, 16 Oct 2003, Paul Bezzam wrote: > > Hello, > > I am sorry that I am not very clear... > > Below is the problem: > > I wrote C client to this dll and when I try to compile the client to use > the dll using the command: gcc -o hello.exe

Re: DLL and VB problems

2003-10-16 Thread Paul Bezzam
/../../../libcygwin.a(libcmain.o)(.text+0x7 c): undefined reference to [EMAIL PROTECTED]' collect2: ld returned 1 exit status PS: dllhello is the dll; hello.c is the client C program. Thank you. Paul On Thu, 16 Oct 2003, Igor Pechtchanski wrote: > On Thu, 16 Oct 2003, Paul Bezzam wrote: > > >

DLL and VB problems

2003-10-16 Thread Paul Bezzam
Hello, I have created a DLL using gcc on Cygwin, and I wrote a client in VB accessing this DLL. The application runs fine for the first time, but when run again, it crashes. I have to close the application and run it to work successfully. Can anyone please give me some directions. Thanks. Pa

Re: Cygwin on DOS

2003-10-16 Thread Paul Bezzam
kebo wrote: > / Paul Bezzam <[EMAIL PROTECTED]> wrote: > | Brian, > | > | I did put the C:\Cygwin\bin in the DOS path; but when I try to run a > | program under DOS(this program was already compiled under Cygwin before), > | I get a dialog box saying: This application has faile

Re: Cygwin on DOS

2003-10-15 Thread Paul Bezzam
dll 1 File(s)971,618 bytes 0 Dir(s) 29,213,442,048 bytes free Thanks. Paul On Wed, 15 Oct 2003, Andrew DeFaria wrote: > Paul Bezzam wrote: > > >Brian, > > > >I did put the C:\Cygwin\bin in the DOS path; but when I try to run a

Re: Cygwin on DOS

2003-10-15 Thread Paul Bezzam
. Thanks. Paul On Wed, 15 Oct 2003, Brian Ford wrote: > On Wed, 15 Oct 2003, Paul Bezzam wrote: > > > Hello, > > > > Can anyone please point me how to run Cygwin programs(like Perl) from DOS > > commad line under Windows? > > > Make sure the DOS path to /cygwin/

Cygwin on DOS

2003-10-15 Thread Paul Bezzam
Hello, Can anyone please point me how to run Cygwin programs(like Perl) from DOS commad line under Windows? Thanks. Paul -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html

VC++ and Perl

2003-10-15 Thread Paul Bezzam
Hello all, I have a C program calling a Perl module running successfully under Cygwin. Can I use VC++ environment to call this Perl? Thanks. Paul -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: ht

'cygdrive' Question

2003-10-10 Thread Paul Bezzam
Hello, I have installed Cygwin( in C:\Cygwin) on WinXP, but when I start Cygwin, the directory I am in is not the "C:/Cygwin/home/username", but another with a path that starts with "/cygdrive." I have installed Cygwin on a Windows 2000 server, and I don't see this issues. Can anyone help me un

Re: Windows Scripting and Perl

2003-10-09 Thread Paul Bezzam
Thanks much Markus. I will look into it. Paul On Thu, 9 Oct 2003, [ISO-8859-1] Markus Schönhaber wrote: > Look here: > > http://www.activestate.com/Products/ActivePerl/ > > Regards > mks > > > Paul Bezzam wrote: > > >Hello, > > > >I have a q

Windows Scripting and Perl

2003-10-09 Thread Paul Bezzam
Hello, I have a question: Is it possible to integrate Perl into Windows Scripting(like VBScript)? I would really appreciate any pointers on this. Thanks in advance. Paul -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html

Re: GCC Compilation Error

2003-10-06 Thread Paul Bezzam
Igor, Never mind. I think I was able to get this.. I included a '.' in the PATH variable, and everything is fine. Thank you again for your help. Paul On Mon, 6 Oct 2003, Paul Bezzam wrote: > > Igor, > > Thanks a lot for pointing me in the right direction. I did inst

Re: GCC Compilation Error

2003-10-06 Thread Paul Bezzam
? Thanks again. Paul On Mon, 6 Oct 2003, Igor Pechtchanski wrote: > On Mon, 6 Oct 2003, Paul Bezzam wrote: > > > Hello, > > > > I have a question: I recently installed Cygwin, and I am trying to compile > > a C program. But I get this message after I use the compile com

GCC Compilation Error

2003-10-06 Thread Paul Bezzam
Hello, I have a question: I recently installed Cygwin, and I am trying to compile a C program. But I get this message after I use the compile command: /usr/lib/gcc-lib/i686-pc-cygwin/3.0/../.i686-pc-cygwin/bin/ld: Cannot find -luser32 collect2: ld returned 1 exit status I am pretty new at this