Page 8 of 15
Posted: Mon Jan 12, 2004 4:36 pm
by Justin
I tried init/end with no luck, this crashes:
global pmalloc.IMalloc
ProcedureDLL Malloc_Init()
CoGetMalloc_(1,@pmalloc)
EndProcedure
ProcedureDLL Malloc_End()
pmalloc\Release()
EndProcedure
proceduredll malloc(size.l)
pmalloc\Alloc(size)
endprocedure
Posted: Mon Jan 12, 2004 5:33 pm
by El_Choni
Init/End functions do work. The problem was with calling methods (TailBite assumed [edx+offset] to be an external reference), fixed now thanks to you. But it should have shown an error from FAsm (here it did) instead of crashing.
You can download the Installer again or use that button in TailBite Manager which says: "Check for updates" (make sure you're connected to Internet).
Thanks again,
Posted: Tue Jan 13, 2004 12:09 am
by scurrier
El_Choni wrote:@scurrier: sorry, didn´t have too much time to reply yesterday. You only need to put your code in a ProcedureDLL (for exported functions). Then select TailBite in the Tools menu, and relaunch PureBasic in order to test your function.
@Manne: sent.
EDIT: added support for InitFunction and EndFunction through "_Init" and "_End" procedure suffixes. These procedures can´t have arguments, nor procedurereturns. Fixed label problem (I think).
Regards,
I dont have TailBite in my tools section of PB what should i do?
Posted: Tue Jan 13, 2004 1:05 am
by dmoc
El_Choni, my first look at TailBite, what port/s are you using to check for updates?
Edit: never mind, I just discovered what the "Extract tailbite Sources" button is for

Posted: Tue Jan 13, 2004 3:06 am
by Justin
Great, now it works. But i noticed ProcedureDLL/EndProcedure is case sensitive, otherwise it crashes. thanks.
Posted: Tue Jan 13, 2004 5:17 am
by El_Choni
I dont have TailBite in my tools section of PB what should i do?
First of all, install it. If you already have, reinstall it so it adds itself as a PureBasic tool (it won´t do it if you already have 9 tools in your menu, but I can change that).
ProcedureDLL case problem fixed.
Posted: Fri Jan 16, 2004 7:07 pm
by Polo
can you send me the files by mail please ?
webmaster@gtnsoft.com
Your website is still not running
Posted: Sat Jan 17, 2004 3:29 pm
by Polo
please !
Posted: Sat Jan 17, 2004 8:02 pm
by Polo
I don't want to be boring, but I need it

Especially fro the global and array, which have been included recently ! If someone have the last release, please send me on my address, it would be great !
Posted: Sat Jan 17, 2004 9:09 pm
by El_Choni
Posted: Sun Jan 18, 2004 8:40 am
by Polo
Thanks a lot ! I'm currently testing it !
Anyway, the website still doesn't work....
Error Message : "Impossible d'établir une connection avec le serveur"
which mean "Cannot make a connection with server"
Posted: Sun Jan 18, 2004 11:43 am
by Rings
Polo wrote:Thanks a lot ! I'm currently testing it !
Anyway, the website still doesn't work....
Error Message : "Impossible d'établir une connection avec le serveur"
which mean "Cannot make a connection with server"
the website works perfectly here. maybe you have a spy-and-redirect-virus installed.
try to elimate this shit with 'SpyBot Search&Destroy' utility .
Posted: Sun Jan 18, 2004 11:55 am
by Polo
I have done it, I have deleted all the bad stuffs this soft found, and it still doesn't work...
Anyway, the Global stuffs still don't work too

Posted: Sun Jan 18, 2004 12:21 pm
by Justin
Now a strange thing happens, this version worked perfectly in my computer XP, then i installed PB in my other comp XP Pro,(just moving the PB folder, paths have changed), when i try to install Tailbite says
PBCompiler: .........\TBUpdater.pb
line 386: ScreenWidth() is not a function an array or a linked list
Posted: Sun Jan 18, 2004 3:15 pm
by Polo
Justin => I had this error while installing, but it doesn't change nothing, the lib works well.
Anyway, I have a little problem with the lib, it works great, I have created 8 functions (ProcedureDLL), and when I try to create one more, I have the usual error "error line ...." with the usual line

Do you know why it does that ?