Page 1 of 1

[DONE] 1.877 - '[' is Not a valid argument type

Posted: Tue Nov 11, 2008 12:36 pm
by Mistrel
This compiled fine with the older version of TB I used but gives an error with 1.876.

Code: Select all

ProcedureDLL TBFunction(Ptr, a)
EndProcedure

ProcedureDLL TBFunction2(Ptr, a, b, c, p1)
EndProcedure

ProcedureDLL TBFunction3(Ptr, a, b, c, p1, p2)
EndProcedure

ProcedureDLL TBFunction4(Ptr, a, b, c, p1, p2, p3)
EndProcedure

ProcedureDLL TBFunction5(Ptr, a, b, c, p1, p2, p3, p4)
EndProcedure

ProcedureDLL TBFunction6(Ptr, a, b, c, p1, p2, p3, p4, p5)
EndProcedure

ProcedureDLL TBFunction7(Ptr, a, b, c, p1, p2, p3, p4, p5, p6)
EndProcedure

ProcedureDLL TBFunction8(Ptr, a, b, c, p1, p2, p3, p4, p5, p6, p7)
EndProcedure

ProcedureDLL TBFunction9(Ptr, a, b, c, p1, p2, p3, p4, p5, p6, p7, p8)
EndProcedure

ProcedureDLL TBFunction10(Ptr, a, b, c, p1, p2, p3, p4, p5, p6, p7, p8, p9)
EndProcedure

Posted: Tue Nov 11, 2008 9:25 pm
by ABBKlaus
you missed that post : http://www.purebasic.fr/english/viewtop ... 768#260768
I switched the download to the current version, it seems to fix your problem :wink:

Posted: Tue Nov 11, 2008 9:47 pm
by Mistrel

Posted: Tue Nov 11, 2008 10:00 pm
by ABBKlaus
here it works, could you check the CRC of the installer ?
; Generated by WIN-SFV32 v1.0
; (Compatible: Total Commander 7.04a)
TailBite_Installer.exe 08CA8473

Posted: Tue Nov 11, 2008 10:14 pm
by Mistrel
The CRC For TailBite_Installer.exe is 0A D5 74 94.

When I download and run it the title bar says it's 1.877.

I downloaded from here and it was fine: http://www.tailbite.com/downloads/TailB ... R1.878.zip

I would recommend changing the generic link to a zip with the versioned file inside. It's easier to keep track of these things that way.

Posted: Tue Nov 11, 2008 10:26 pm
by ABBKlaus
your interned seems to be cached.
I double checked by downloading it.
(Btw the crc you provided is correct for V1.877)

Posted: Tue Nov 11, 2008 10:58 pm
by Mistrel
The link on the website works now. Maybe the page was being cached by my ISP. I don't know why the download was cached though.