Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

[EO]Error while compiling the server


GammaÃâžÂ
 Share

Recommended Posts

"Dim Announcement" is declaring it as a variant. It needs to be "Dim Announcement as String"

As well as that, you're reading the string from the buffer which you've only just initialised. It'll be empty no matter what you do, and it'll probably throw some error regarding the header position.

I suggest you go look at how packets are handled because what you have here is a real bastardisation.
Link to comment
Share on other sites

@Robin:

> **As well as that, you're reading the string from the buffer which you've only just initialised. It'll be empty no matter what you do, and it'll probably throw some error regarding the header position.
>
> I suggest you go look at how packets are handled because what you have here is a real bastardisation.**
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...