Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - realet

#1
Thanks much, I'll look forward to your next release!

realet (Tom)
#2
First off, THANK YOU for supporting the concept of dynamic hashes in memory with AGS. This is exactly what I need.

I'm having a little trouble compiling the script with AGS 2.72. I'm getting an invalid operator error on:

  AGSH_Memory.SetAt(array+ARRAY_SIZE_INDEX, size);

Looks like mixing a signed integer with type ADDR isn't working.

Have I:

a.) used the wrong version of AGS with this script?
b.) used the wrong version of your script?
c.) or do I just need to cast between data types for this call and for the GetAt call immediately following in order to fix? Is type casting supported in AGS scripting?

Again, thanks!!

realet (Tom)
SMF spam blocked by CleanTalk