rybakatchya

Results 8 comments of rybakatchya

> you set `PAWN_CELL_SIZE` to `64`, right? it seems to work just fine here, i tried the greatest common divisor example. Yes I did, I will try to start fresh...

Both, I am trying to build the pawn library to embed in a program that targets 64 bit architecture. However I am get errors that I am attempting to read/write...

Yeah I am pretty sure it does not work on 64 bit windows. I been trying to get this working for almost a week. Am willing pay anyone who is...

How much different is the performance than this version of pawn? I will give it a test but will have to benchmark it as I am trying to use it...

If I use the version of pawn on the compuphase website. I am getting no errors pawnrun just wont run the scripts. ![image](https://user-images.githubusercontent.com/43803371/173980006-61ecff99-3716-4e39-a389-c965038cbf3a.png)

> Hm, indeed 64 bit builds are somewhat broken. For me it stuck in an infinite loop rater than access violation, but that's obviously not correct behavior either. > >...

I was able to get it working, and have emailed you a potential freelance opportunity if you're at all interested.

I could do that, but the same problem will happen if you use Dictionary.ContainsValue. Really no reason to not implement IEquatable and I have already done so locally.