Xref: news2.mv.net comp.os.msdos.djgpp:7377 From: aldenir AT galdino DOT ultranet DOT com (Aldenir Galdino Pereira) Newsgroups: comp.os.msdos.djgpp Subject: Re: gettext, problem with Date: Thu, 15 Aug 1996 19:17:38 GMT Organization: UltraNet Communications, Inc. Lines: 33 Message-ID: <4v271m$rlb@decius.ultra.net> References: <4v0ek3$7sh AT decius DOT ultra DOT net> NNTP-Posting-Host: galdino.ultranet.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp aldenir AT galdino DOT ultranet DOT com (Aldenir Galdino Pereira) wrote: >I'm having problems with the gettext() function, when I run the >program I get the following mensage: >ting due to signal SIGSEGV >General Protection Fault at eip=00018071 >eax=00000a00 ebx=00000158 ecx=00000056 edx=00007e78 esi=0001eea4 >edi=5f205f20 >ebp=00064eb4 esp=00064ea8 cs=00a7 ds=00af es=00af fs=0087 gs=00c7 >ss=00af >Call frame traceback EIPs: > 0x00018071 > 0x00008a93 > 0x00007127 > 0x00006200 > 0x00002379 > 0x000024a7 > 0x00010eff >Anybody can tell me what's going on >thanks. >Aldenir Galdino >aldenir AT galdino DOT ultranet DOT com I was the one who post the above article, I forgot to meant that the gettext function I'm having problem with, is from the "conio" library. thanks...