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

TailBite specific forum

Moderators: gnozal, ABBKlaus, lexvictory

Mistrel
Addict
Addict
Posts: 3415
Joined: Sat Jun 30, 2007 8:04 pm

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

Post 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
ABBKlaus
Addict
Addict
Posts: 1143
Joined: Sat Apr 10, 2004 1:20 pm
Location: Germany

Post 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:
Mistrel
Addict
Addict
Posts: 3415
Joined: Sat Jun 30, 2007 8:04 pm

Post by Mistrel »

ABBKlaus
Addict
Addict
Posts: 1143
Joined: Sat Apr 10, 2004 1:20 pm
Location: Germany

Post 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
Mistrel
Addict
Addict
Posts: 3415
Joined: Sat Jun 30, 2007 8:04 pm

Post 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.
ABBKlaus
Addict
Addict
Posts: 1143
Joined: Sat Apr 10, 2004 1:20 pm
Location: Germany

Post by ABBKlaus »

your interned seems to be cached.
I double checked by downloading it.
(Btw the crc you provided is correct for V1.877)
Mistrel
Addict
Addict
Posts: 3415
Joined: Sat Jun 30, 2007 8:04 pm

Post 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.
Post Reply