- np
X2D - eXtended 2D
- NoahPhense
- Addict

- Posts: 2000
- Joined: Thu Oct 16, 2003 8:30 pm
- Location: North Florida
...
Emmm updates... tasty...
- np
- np
I've decided to support TailBite only for official PB releases. I think this makes sense. and gives me time to experiment with the new linker, for example.Do I need to have v3.91b installed or should it also work with 3.81?
So, last version of TailBite is for PB 3.90. But may work with 3.81, why not.
Regards,
El_Choni
-
freedimension
- Enthusiast

- Posts: 613
- Joined: Tue May 06, 2003 2:50 pm
- Location: Germany
- Contact:
-
freedimension
- Enthusiast

- Posts: 613
- Joined: Tue May 06, 2003 2:50 pm
- Location: Germany
- Contact:
After watching the source more carefully, I've found out that pbcompiler complains about these variables missing because the 2DDrawing library -which exports these variables- is not used in it, therefore not linked.
If you put a StartDrawing() command in your code -anywhere- and, for example, FontID() -so the Font library is also linked-, your source code is tailbiten correctly. But, of course, this is an ugly patch.
I'm not sure how to workaround this, maybe with a pseudocommand like Include2DDrawing(), IncludeFont(), etc., from a dummy lib that ensures those libs are linked. What do you think?
But, again, it shouldn't have worked before icon_eek.gif
If you put a StartDrawing() command in your code -anywhere- and, for example, FontID() -so the Font library is also linked-, your source code is tailbiten correctly. But, of course, this is an ugly patch.
I'm not sure how to workaround this, maybe with a pseudocommand like Include2DDrawing(), IncludeFont(), etc., from a dummy lib that ensures those libs are linked. What do you think?
But, again, it shouldn't have worked before icon_eek.gif
Last edited by El_Choni on Wed Jul 21, 2004 5:50 pm, edited 1 time in total.
El_Choni
-
freedimension
- Enthusiast

- Posts: 613
- Joined: Tue May 06, 2003 2:50 pm
- Location: Germany
- Contact:
@all: fyi, I talked with El_Choni about this and he thinks he will have a new version of TailBite pretty soon, including this new command. I hope that the new compilation will be successful after this *crossingfingers*El_Choni wrote:After watching the source more carefully, I've found out that pbcompiler complains about these variables missing because the 2DDrawing library -which exports these variables- is not used in it, therefore not linked.
If you put a StartDrawing() command in your code -anywhere- and, for example, FontID() -so the Font library is also linked-, your source code is tailbited correctly. But, of course, this is an ugly patch.
I'm not sure how to workaround this, maybe with a pseudocommand like Include2DDrawing(), IncludeFont(), etc., from a dummy lib that ensures those libs are linked. What do you think?
But, again, it shouldn't have worked before icon_eek.gif
Looks like it's done, update. At the beginning of your X2D source -outside the procedures-, you must include the following functions:
Should solve the problem (you must include the !EXTRN anyway!)
At this moment only those two purelibs can be included. As soon as you confirm it works, i'll make all the purelibs 'includable' this way.
Regards,
Code: Select all
TB_Include2DDrawing()
TB_IncludeFont()
At this moment only those two purelibs can be included. As soon as you confirm it works, i'll make all the purelibs 'includable' this way.
Regards,
El_Choni
-
freedimension
- Enthusiast

- Posts: 613
- Joined: Tue May 06, 2003 2:50 pm
- Location: Germany
- Contact:
-
freedimension
- Enthusiast

- Posts: 613
- Joined: Tue May 06, 2003 2:50 pm
- Location: Germany
- Contact:
hmm, argentina, bolivia?El_Choni wrote:Of course, but I'll be away then (two thousand Km away, to be precise)
I can, I will and I have to. Don't know what's about all the other people waiting for a good update of the lib *g*. I'm still running the old PB version for that.Can you wait til September?
No, not Bolivia nor Argentina. That would be ten thousand Km or more. I'll travel to (just can't help telling everyone else
Bretagne, Paris, Berlin, Prague, Viena, Budapest, Ljubiana, Zagreb, Zadar, Dubrovnik, Venezia and Spain again. We only have one month to do this, but I can assure you we'll take the most out of it
Man, I'm so willing to do this trip!!!
Regards,
Regards,
El_Choni
That sounds really cool.El_Choni wrote:No, not Bolivia nor Argentina. That would be ten thousand Km or more. I'll travel to (just can't help telling everyone elseBretagne, Paris, Berlin, Prague, Viena, Budapest, Ljubiana, Zagreb, Zadar, Dubrovnik, Venezia and Spain again. We only have one month to do this, but I can assure you we'll take the most out of it
Man, I'm so willing to do this trip!!!
![]()
![]()
![]()
Regards,
@}--`--,-- A rose by any other name ..

