1. TCP MyIPAddr.exw

This is a multi-part message in MIME format.

------=_NextPart_000_0007_01C37BCF.2691EC50
	charset="iso-8859-1"

I am tryin to run the examples in tcp MyIPAddr.exw  and I get an error =
define_c_func  as an invalid type. I am not sure how to debug this,DLL.e =
tcp.ew and MyIPAddr.exw  are involved. It contains 4 aarguments.
Jvandal
------=_NextPart_000_0007_01C37BCF.2691EC50
	charset="iso-8859-1"

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1226" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>I am tryin to run the examples in tcp=20
MyIPAddr.exw&nbsp; and I get an error define_c_func&nbsp; as an invalid =
type. I=20
am not sure how to debug this,DLL.e tcp.ew and MyIPAddr.exw&nbsp; are =
involved.=20
It contains 4 aarguments.</FONT></DIV>

------=_NextPart_000_0007_01C37BCF.2691EC50--

new topic     » topic index » view message » categorize

2. Re: TCP MyIPAddr.exw

#######################
# TCP.ew demos        #
#  By: Robert Szalay  #
#   Version 1.0       #
#    Created: 3/29/03 #
#######################

The applications included in this zip file are to demonstrate the
routines in tcp.ew version 2.42 by Jason Mirwald.


MyIPAddr.exw -
   This application demonstrates how to get the IP Address of the
   machine it is running on.

GetHostByxxx.exw -
   This demonstrates the tcp_gethostbyname() and tcp_gethostbyaddr()
   functions in tcp.ew.

ChatServer.exw -
   This is a simple chat server showing how to make a simple server
   using tcp.ew.  It attemps to listen on any available ip address.

ChatClient.exw -
   This is a simple chat client showing how to make a client
   application using tcp.ew.  NOTE: To connect to a remote computer,
   you have to edit the 'ip' variable in ChatClient.exw.  This must be
   in the form of {127,0,0,1} to properly work.

NOTE:  the chat client and server use port 3717.  If for some reason
       these ports are in use by another application, simply edit
       variable 'port' in ChatClient.exw AND ChatServer.exw
----- Original Message -----
From: "Al Getz" <Xaxo at aol.com>
To: <EUforum at topica.com>
Sent: Tuesday, September 16, 2003 9:33 AM
Subject: RE: TCP MyIPAddr.exw


>
>
> sixs at ida.net wrote:
> > I am tryin to run the examples in tcp MyIPAddr.exw  and I get an error
> > define_c_func  as an invalid type. I am not sure how to debug this,DLL.e
> > tcp.ew and MyIPAddr.exw  are involved. It contains 4 aarguments.
> > Jvandal
>
> Hello there,
>
> Where did you find that program in the archives?
> I'd like to check it out myself.
>
> Take care for now,
> Al
>
> --^----------------------------------------------------------------
> This email was sent to: sixs at ida.net
>
>
> TOPICA - Start your own email discussion group. FREE!
>

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

3. Re: TCP MyIPAddr.exw

That's Jason's fault. You should change any {0}'s in the 
define_c_func/proc's to plain {}. You also need to change the {0}'s in the 
c_proc/func's, as well.

>From: sixs at ida.net
>Subject: Re: TCP MyIPAddr.exw
>
>
>#######################
># TCP.ew demos        #
>#  By: Robert Szalay  #
>#   Version 1.0       #
>#    Created: 3/29/03 #
>#######################
>
>The applications included in this zip file are to demonstrate the
>routines in tcp.ew version 2.42 by Jason Mirwald.
>
>
>MyIPAddr.exw -
>    This application demonstrates how to get the IP Address of the
>    machine it is running on.
>
>GetHostByxxx.exw -
>    This demonstrates the tcp_gethostbyname() and tcp_gethostbyaddr()
>    functions in tcp.ew.
>
>ChatServer.exw -
>    This is a simple chat server showing how to make a simple server
>    using tcp.ew.  It attemps to listen on any available ip address.
>
>ChatClient.exw -
>    This is a simple chat client showing how to make a client
>    application using tcp.ew.  NOTE: To connect to a remote computer,
>    you have to edit the 'ip' variable in ChatClient.exw.  This must be
>    in the form of {127,0,0,1} to properly work.
>
>NOTE:  the chat client and server use port 3717.  If for some reason
>        these ports are in use by another application, simply edit
>        variable 'port' in ChatClient.exw AND ChatServer.exw
>----- Original Message -----
>From: "Al Getz" <Xaxo at aol.com>
>To: <EUforum at topica.com>
>Sent: Tuesday, September 16, 2003 9:33 AM
>Subject: RE: TCP MyIPAddr.exw
>
>
> > sixs at ida.net wrote:
> > > I am tryin to run the examples in tcp MyIPAddr.exw  and I get an error
> > > define_c_func  as an invalid type. I am not sure how to debug 
>this,DLL.e
> > > tcp.ew and MyIPAddr.exw  are involved. It contains 4 aarguments.
> > > Jvandal
> >
> > Hello there,
> >
> > Where did you find that program in the archives?
> > I'd like to check it out myself.
> >
> > Take care for now,
> > Al
> >
> >
> > TOPICA - Start your own email discussion group. FREE!
> >
>
>
>
>TOPICA - Start your own email discussion group. FREE!
>
>

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

Search



Quick Links

User menu

Not signed in.

Misc Menu