Fwd:

2013-02-12 Thread kalasad mailu
http://www.ondacorta.it/aisedh.php?s=ot -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: Please Help!! Calling Socket function in a dll file (that is created using cygwin library), by a Microsoft Visual C++ program resulting in infinite loop

2007-05-10 Thread kalasad mailu
On 5/10/07, Larry Hall (Cygwin) <[EMAIL PROTECTED]> wrote: kalasad mailu wrote: > This question is also regarding my efforts to create a dll file using > g++ in cygwin and use it in VC++. > > The below program works fine and the output is also shown below. But > IF I UNCOM

Re: Please Help!! Calling Socket function in a dll file (that is created using cygwin library), by a Microsoft Visual C++ program resulting in infinite loop

2007-05-10 Thread kalasad mailu
init(); int k= test_dll(); printf("\nthe OSA value returned is %d\n", k); Sleep(5000); } - OUTPUT FROM MY MSVC++ PROGRAM: Ctor 400 called 400 printed from dll the OSA value returned is 400 On 5/9/07, Brian Dessen

Re: Please Help!! Calling Socket function in a dll file (that is created using cygwin library), by a Microsoft Visual C++ program resulting in infinite loop

2007-05-09 Thread kalasad mailu
anks again. On 5/8/07, Brian Dessent <[EMAIL PROTECTED]> wrote: kalasad mailu wrote: > I read the following from the how-cygtls-works.txt > > "If you load cygwin1.dll dynamically from a non-cygwin application, it is > vital that the bottom CYGTLS_PADSIZE bytes of the sta

Re: Please Help!! Calling Socket function in a dll file (that is created using cygwin library), by a Microsoft Visual C++ program resulting in infinite loop

2007-05-08 Thread kalasad mailu
_init()" How do I make sure bottom CYGTLS_PADSIZE bytes of the stack are not in use before you call cygwin_dll_init()" I could not find any information at: winsup/testsuite/cygload On 5/2/07, Brian Dessent <[EMAIL PROTECTED]> wrote: kalasad mailu wrote: > I am trying hard t

Please Help!! Calling Socket function in a dll file (that is created using cygwin library), by a Microsoft Visual C++ program resulting in infinite loop

2007-05-02 Thread kalasad mailu
I am trying hard to get this stuff working!! Could you please help me. I created a dll file (test.dll), which contains the function that creates a socket and return the success/failure status. This file uses the socket.h provided by cygwin. I compiled this dll using gcc on cygwin. I also cr