| View previous topic :: View next topic |
| Author |
Message |
Darko Miletic Guest
|
|
| Back to top |
|
 |
Russell Hind Guest
|
Posted: Mon Feb 06, 2006 10:01 am Post subject: Re: Compilibg STLport 5.1 (CVS) with BCB 6 and BDS 2006 |
|
|
Darko Miletic wrote:
| Quote: | I think this could be interresting information to folks who fight with
old STLport in BCB6.
|
Thanks, I'll give this a go with BCB6 the moment I get a chance
Russell |
|
| Back to top |
|
 |
Darko Miletic Guest
|
Posted: Mon Feb 06, 2006 5:00 pm Post subject: Re: Compilibg STLport 5.1 (CVS) with BCB 6 and BDS 2006 |
|
|
Russell Hind wrote:
| Quote: | Darko Miletic wrote:
I think this could be interresting information to folks who fight with
old STLport in BCB6.
Thanks, I'll give this a go with BCB6 the moment I get a chance
|
OK. These instructions will enable you to compile the library. However
that does not mean it will work in common application.
In fact design of Borland RTL is so strange that I'm still struggling to
make this work.
One test that will break with new stlport is this:
#include <process.h>
#include <stdlib.h>
int main() {
return 0;
} |
|
| Back to top |
|
 |
Russell Hind Guest
|
Posted: Tue Feb 07, 2006 10:00 am Post subject: Re: Compilibg STLport 5.1 (CVS) with BCB 6 and BDS 2006 |
|
|
Darko Miletic wrote:
| Quote: |
OK. These instructions will enable you to compile the library. However
that does not mean it will work in common application.
In fact design of Borland RTL is so strange that I'm still struggling to
make this work.
One test that will break with new stlport is this:
#include <process.h
#include <stdlib.h
int main() {
return 0;
}
|
This may have to wait until I've got more time. I couldn't even find
the download of 5.1 No beta's are listed on the download page.
But it would be nice to have a newer version of STLPort with BCB6. I've
already built my own version of the STLPort that shipped with BCB6
because of a bug wrt multi-threaded apps in the shipped STLPort (a
missing #define) so would be nice to get a newer version.
Cheers
Russell |
|
| Back to top |
|
 |
Darko Miletic Guest
|
Posted: Tue Feb 07, 2006 1:00 pm Post subject: Re: Compilibg STLport 5.1 (CVS) with BCB 6 and BDS 2006 |
|
|
Russell Hind wrote:
| Quote: | This may have to wait until I've got more time. I couldn't even find
the download of 5.1 No beta's are listed on the download page.
|
All activity related to STLport is now on sourceforge. So go to
stlport.sf.net and get the latest version from CVS directly since they
did not release any 5.1 beta's yet.
| Quote: |
But it would be nice to have a newer version of STLPort with BCB6. I've
already built my own version of the STLPort that shipped with BCB6
because of a bug wrt multi-threaded apps in the shipped STLPort (a
missing #define) so would be nice to get a newer version.
|
Yes it would be nice but I'm afraid that because of strange design of
Borland RTL that may not be so easy without internal redesign of stlport
headers. |
|
| Back to top |
|
 |
|