Code PBLibs in PB

Developed or developing a new product in PureBasic? Tell the world about it.
Justin
Addict
Addict
Posts: 948
Joined: Sat Apr 26, 2003 2:49 pm

Post by Justin »

But Talibite manager is not copied, i'll copy it manually from the other comp to see if it works.

about your error, i don't know. try posting your code here or try to make a lib with only the last function to see if the problem is there.
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Post by Polo »

about your error, i don't know. try posting your code here or try to make a lib with only the last function to see if the problem is there.
I've done it, it doesn't work...
The code is about 100 lines...
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Post by Polo »

I KNOW WHY GLOBAL STILL DON'T WORKS :D
It's because, like Justin say, the installer doesn't work, and don't install exe files....
El_chroni, can you correct that ? (and send me the file by email :) )
El_Choni
TailBite Expert
TailBite Expert
Posts: 1007
Joined: Fri Apr 25, 2003 6:09 pm
Location: Spain

Post by El_Choni »

Ok, corrected the ScreenWidth() thing (where did I get that function from?). Funny thing is it worked here.

Now the executables are not included in the installer, they are compiled at install time.

Could you please post some of the non-working code?
El_Choni
freedimension
Enthusiast
Enthusiast
Posts: 613
Joined: Tue May 06, 2003 2:50 pm
Location: Germany
Contact:

Post by freedimension »

TB (or PB) says tb_debugerror() is no procedure. Is this normal or did I misunderstood something?
Justin
Addict
Addict
Posts: 948
Joined: Sat Apr 26, 2003 2:49 pm

Post by Justin »

Choni, did you update the website with the new file?, i still get the same screenwidht() error.
El_Choni
TailBite Expert
TailBite Expert
Posts: 1007
Joined: Fri Apr 25, 2003 6:09 pm
Location: Spain

Post by El_Choni »

To make sure the errors are from the latest version, please delete the previous installation (the TailBite folder, except for any sources you want to keep).

Everything works fine here, please post any non-working code so I can trace bugs more easyly.

Regards,
El_Choni
Justin
Addict
Addict
Posts: 948
Joined: Sat Apr 26, 2003 2:49 pm

Post by Justin »

now i get

PB Compiler: ......\Tailbite Mnager.pb

LoWord() is not a function an array or a linked list
El_Choni
TailBite Expert
TailBite Expert
Posts: 1007
Joined: Fri Apr 25, 2003 6:09 pm
Location: Spain

Post by El_Choni »

I´m sorry, there were a lot of errors I wasn´t aware of in the installation process. Could you check it now, please? And sorry for the inconveniences.

I was using two functions which I thought PB native, but were not (among other errors), and of course it worked here, sorry.

Regards,
El_Choni
Justin
Addict
Addict
Posts: 948
Joined: Sat Apr 26, 2003 2:49 pm

Post by Justin »

i deleted the previous TB folder, downloaded the new from here

http://www.terra.es/personal5/temporald ... taller.exe

and i still get the same Loword() error. ?
El_Choni
TailBite Expert
TailBite Expert
Posts: 1007
Joined: Fri Apr 25, 2003 6:09 pm
Location: Spain

Post by El_Choni »

Could you download it again, please? (I´ve uploaded it again, just in case)
El_Choni
Justin
Addict
Addict
Posts: 948
Joined: Sat Apr 26, 2003 2:49 pm

Post by Justin »

It works :D , at least the installer. a message pops up after the installation showing the 2 directories, maybe was for debugging?. i'll try to make some lib, thanks for the fix.
El_Choni
TailBite Expert
TailBite Expert
Posts: 1007
Joined: Fri Apr 25, 2003 6:09 pm
Location: Spain

Post by El_Choni »

I was debugging then (new versions are uploaded automatically each build), consider downloading it again. Just to be sure :lol:
El_Choni
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Post by Polo »

el_chroni =W Thanks to have sended me the new file ! Now the Procedure crash is not longer here ! Great work !
El_Choni
TailBite Expert
TailBite Expert
Posts: 1007
Joined: Fri Apr 25, 2003 6:09 pm
Location: Spain

Post by El_Choni »

Thanks. As long as no new bugs are discovered, I´ll dedicate my time now to the help file. Afterwards, finish three more helper libs, make some decent samples and enhance the updater. Testing and, with some luck, at last, a final version.

Feel free to make any suggestions. Regards,
El_Choni
Post Reply