1. xikka error

D:\Euphoria\xikka\tcp.ew:318 in function tcp_startup() 
c_proc/c_func: bad routine number (-1) 
    maj = 2
    min = 2
    wsadata = 8343220

... called from D:\Euphoria\xikka\xikka.exw:537 

What happened?

Kat

new topic     » topic index » view message » categorize

2. Re: xikka error

On 27 Sep 2002, at 0:33, Kat wrote:

> 
> D:\Euphoria\xikka\tcp.ew:318 in function tcp_startup() 
> c_proc/c_func: bad routine number (-1) 
>     maj = 2
>     min = 2
>     wsadata = 8343220
> 
> ... called from D:\Euphoria\xikka\xikka.exw:537 
> 
> What happened?

I still don't know why it won't connect. I did notice it wanted a winsock dll i 
don't have, so i told it about one i do have, and it opened the window, but 
isn't connecting. What's wrong?

Kat

new topic     » goto parent     » topic index » view message » categorize

3. Re: xikka error

define_c_func() probably returned -1 ie funciton in dll or dll wasnt found

----- Original Message -----
From: "Kat" <kat at kogeijin.com>
To: "EUforum" <EUforum at topica.com>
Subject: Re: xikka error


>
> On 27 Sep 2002, at 0:33, Kat wrote:
>
> >
> > D:\Euphoria\xikka\tcp.ew:318 in function tcp_startup()
> > c_proc/c_func: bad routine number (-1)
> >     maj = 2
> >     min = 2
> >     wsadata = 8343220
> >
> > ... called from D:\Euphoria\xikka\xikka.exw:537
> >
> > What happened?
>
> I still don't know why it won't connect. I did notice it wanted a winsock
dll i
> don't have, so i told it about one i do have, and it opened the window,
but
> isn't connecting. What's wrong?
>
> Kat
>
>
>
>

new topic     » goto parent     » topic index » view message » categorize

4. Re: xikka error

On 28 Sep 2002, at 19:27, tone.skoda at gmx.net wrote:

> 
> define_c_func() probably returned -1 ie funciton in dll or dll wasnt found

Correct, which is why i said this:
> > I still don't know why it won't connect. I did notice it wanted a winsock
> dll i
> > don't have, so i told it about one i do have, and it opened the window,
> but
> > isn't connecting. What's wrong?

So xikka won't run on win95?

Kat


> ----- Original Message -----
> From: "Kat" <kat at kogeijin.com>
> To: "EUforum" <EUforum at topica.com>
> Sent: Saturday, September 28, 2002 8:47 AM
> Subject: Re: xikka error
> 
> 
> > On 27 Sep 2002, at 0:33, Kat wrote:
> >
> > >
> > > D:\Euphoria\xikka\tcp.ew:318 in function tcp_startup()
> > > c_proc/c_func: bad routine number (-1)
> > >     maj = 2
> > >     min = 2
> > >     wsadata = 8343220
> > >
> > > ... called from D:\Euphoria\xikka\xikka.exw:537
> > >
> > > What happened?
> >
> > I still don't know why it won't connect. I did notice it wanted a winsock
> dll i
> > don't have, so i told it about one i do have, and it opened the window,
> but
> > isn't connecting. What's wrong?
> >
> > Kat
> >
> >
> 
> 
>

new topic     » goto parent     » topic index » view message » categorize

5. Re: xikka error

Kat,

That error tells me that the winsock startup routine couldn't be found at
all in the dll. It looks like the tcp_startup() call was written to request
the use of winsock V2, or ws2_32.dll.

on line 59 of xikka.exw, try changing this...

hsock = tcp_startup(2,2) -- fire up Winsock 2.2

to this..

hsock = tcp_startup(1,1)

That will request V1 of winsock.

Jason

new topic     » goto parent     » topic index » view message » categorize

6. Re: xikka error

On 28 Sep 2002, at 16:47, Jason Mirwald wrote:

> 
> 
> Kat,
> 
> That error tells me that the winsock startup routine couldn't be found at
> all in the dll. It looks like the tcp_startup() call was written to request
> the
> use of winsock V2, or ws2_32.dll.
> 
> on line 59 of xikka.exw, try changing this...
> 
> hsock = tcp_startup(2,2) -- fire up Winsock 2.2
> 
> to this..
> 
> hsock = tcp_startup(1,1)
> 
> That will request V1 of winsock.

Still nothing, i get as far as:
Connecting to ip number

and it stops. There is no indication on the firewall that any connection went 
thru winsock at all.

Kat

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu