The MASM Forum Archive 2004 to 2012

Project Support Forums => HLA Forum => Topic started by: OzzY on January 24, 2007, 09:49:13 PM

Title: Sockets in HLA?
Post by: OzzY on January 24, 2007, 09:49:13 PM
Hello!
I'm new to HLA but not to ASM.
I'm trying HLA syntax.

How to use sockets in HLA?
Can anyone post a simple example of client and server, please?

Thanks
Title: Re: Sockets in HLA?
Post by: Randall Hyde on January 25, 2007, 01:17:59 AM
Quote from: OzzY on January 24, 2007, 09:49:13 PM
Hello!
I'm new to HLA but not to ASM.
I'm trying HLA syntax.

How to use sockets in HLA?
Can anyone post a simple example of client and server, please?

Thanks

Just use the WinSock code (I assume you're working under Windows). The interface is in the w.hhf header file. Standard Windows stuff.
Cheers,
Randy Hyde