Hi April,

Date:     2009-11-01 10:43:15 +0000 (Sun, 01 Nov 2009)

Hello Viktor,

Can the change here (new HB_ types) help me with the 64-bit compiler problems with the hbbtree contrib?

I've not been ignoring it, but I did not know how to change/fix and test the code as I have a 32-bit windows pc.
If I can get the same compiler errors/warnings then I can fix this.
April

New HB_ types are just new names, we had all functionality
even before. For now I'd suggest to use the "old" types.
The problems I remember were storage of pointers as long numbers.
This doesn't work in 64-bit Windows. So you should pbly use
HB_PTRUINT for these, or even better to store them as plain
pointer types if possible.

I've sent the warnings to this list a few times, you should
find them in the archives. ATM I don't have a VM with MSVC.
(testing Windows 7 x64).

Brgds,
Viktor

_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to