posBlock1,
dataBuf,
&dataLen,
keyBuf1,
keyNum);
printf("Btrieve B_OPEN status (sample.btr) = %d\n", status);
Program never reaches here
I hope I have put relevant information. Sorry if some
r open call and never
comes back.
Please suggest what I can check .
On Tue, Jan 3, 2017 at 2:23 PM, Rashi Singhal wrote:
> Hi,
>
> I am using cygwin 2.6.0 (32 bit) version with Actian Pervasive version 12.
>
> We have a program which will call fork() and in child process Bt
Thanks for reply.
I did not got list of supported version in cygwin.com website.
On Tue, Jan 3, 2017 at 9:29 PM, Andrey Repin wrote:
> Greetings, Rashi Singhal!
>
>> Will Cygwin version 1.7.0.58 will be supported in Windows 2012?
>
> 1.7 is not supported. At all.
>
Hi,
I am using cygwin 2.6.0 (32 bit) version with Actian Pervasive version 12.
We have a program which will call fork() and in child process Btrieve
file is getting opened.
While using latest version of cygwin, file open call is not working ,
Its not opening file nor displaying any error.
Could
Hi ,
Will Cygwin version 1.7.0.58 will be supported in Windows 2012?
Or where i can get information regarding Cygwin version as Windows OS support
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs
Hello,
I have a sample program for the same , But I am not sure how I can
upload it , as to compile that program btrieve(pervasive) library and
header files are also required.
Can I attach source code here ?
Problem is always getting recreated if I open Btrieve file in child
process after fork()
Hi,
I am using cygwin 2.6.0 (32 bit) version with Actian Pervasive version 12.
We have a program which will call fork() and in child process Btrieve
file is getting opened.
While using latest version of cygwin, file open call is not working ,
Its not opening file nor displaying any error.
Could
configure files and awk.
Please give some clue what is going wrong here.
On Thu, Mar 24, 2016 at 9:50 AM, Rashi Singhal wrote:
> I downloaded Cygwin 1.7.0-58 source from path:
> http://ftp.eq.uc.pt/software/pc/prog/cygwin/release-2/cygwin/
>
> Also downloaded all the packages of cygw
Hi,
I am not getting what is wrong in my mail.
I replayed in the last conversation of the message.
On Mon, Mar 28, 2016 at 4:12 PM, Andrey Repin wrote:
> Greetings, Rashi Singhal!
>
>> Thanks a lot for help.
>> Now my compilation went down but again stopped at some point.Its
subs.awk:1:^ backslash not last character on line
config.status: error: could not create Makefile
I have set SHELLOPTS= igncr ,still its give error .
Even I tried command dos2unix on configure files and awk.
Please give some clue what is going wrong here.
On Thu, Mar 24, 2016 at 9:50
I downloaded Cygwin 1.7.0-58 source from path:
http://ftp.eq.uc.pt/software/pc/prog/cygwin/release-2/cygwin/
Also downloaded all the packages of cygwin version 1.7.0.58
ftp://www.fruitbat.org/pub/cygwin/circa-2/index.html";
And followed instructions to compile from below document:
https://cygw
Hi ,
I am trying to bring up cygwin version 2.24 in windows 2000 system
Its giving error as:
"Attach console could not found in kernal32.dll"
Is this version not supported with Win2k ?
Please help
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.co
compile only cygserver.exe with changes ?
2. Can we get complete package and source through which we can build
cygwin 1.7.0.58?
I know my problem sounds very odd..But please help. We are really stuck in this.
On Fri, Mar 11, 2016 at 8:10 AM, Rashi Singhal wrote:
> Hello.
>
> Please h
.0-58'
make: *** [all] Error 2
Please give some clue what could be missing
On Wed, Mar 9, 2016 at 4:40 PM, Rashi Singhal wrote:
> Hi,
>
> Thanks for sharing path.
>
> We have downloaded source and compiled.
>
> We are getting compilation error on cygwin stating /bin/s
Hi ,
We need to download Cygwin version 1.7.0-58 (with source)
Please help us from we can download old versions
On Fri, Mar 4, 2016 at 10:10 PM, Rashi Singhal wrote:
> Hi,
>
> Further to this we could now see that "NO MORE PROCESS" error is
> displayed due to some of
But we are getting error on SEMOPEN function as "semget , prot or table full"
Please help us .
On Tue, Feb 23, 2016 at 9:04 AM, Rashi Singhal wrote:
> Hi ,
>
> We have call to "msgsnd" function that fails after processing 3 to 4 messages.
>
> We tried
.conf file for reference:
On Mon, Feb 22, 2016 at 3:20 PM, Rashi Singhal wrote:
> Hi ,
>
> Last version working with out application is 1.7.32. We tried with
> this version but problem remain same.
>
> With the latest version of cygwin (2.4.1 release) our program gives
> com
issue
On Wed, Feb 17, 2016 at 2:14 PM, Rashi Singhal wrote:
> We tried with latest version also . But problem remain same
cygcheck.out
Description: Binary data
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: h
We tried with latest version also . But problem remain same
--
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
Hi ,
I have a application that is invoked multiple times. Each invocation
accesses shared memory for a performing task.
This all works with Cygwin1.3
Now We are using Cygwin 1.7-58 with windows 2008 after this The number
of attached processes keeps on increments and due to which system
resourc
Earlier we were using Cygwin - 1003.22.0.0 version.
We use MF net express compiler to compile cobol programs. cobcall
,cobint and C functions to call cobol programs.
We have native cobol programs, we compile them in net express cobol to
make DLL.Also we have C program to call our cobol dll in bas
Please suggest some thing on below query..
We use C programs to link and call Cobol programs(using cobinit
,cobcall), After executing cobol applications on bash we are getting
return code as zero always. Cobol program pass some return codes like
(32 , 65 .. ).
This problem only occurs after insta
We use C programs to link and call Cobol programs(using cobinit
,cobcall), After executing cobol applications on bash we are getting
return code as zero always. Cobol program pass some return codes like
(32 , 65 .. ).
This problem only occurs after installing latest Cygwin. Till earlier
version pr
23 matches
Mail list logo