#1  
Old 30th September 2003, 08:38 AM
William E. Mahaffey
 
Posts: n/a
Default CBuilder

I am beginning to hear about CBuilderX. Is NexusDB going to support that
platform?

Thanks,

William


  #2  
Old 30th September 2003, 10:29 AM
Rodrigo Gómez
 
Posts: n/a
Default Re: CBuilder

I'm not speaking for NexusDB in any way.

CBuilderX, as far as have been made known from Borland (wich is amost zero)
is right now uncertain about BCBX supporting the VCL, i.e., pascal code. The
whole idea behind BCBX is to have a 100% ANSI C++ compiler, wich __fastcall,
__property and so on doesn't fit so well.

MAYBE (and I really hope so) Borland will give, us, their actual BCB
customers a way to use all the VCL invesments we have. In case they make a
special compiler and libraries available to use the VCL, I will try my best
to have Nexus working under BCBX. But this will be (as far as I know) a
"translation" step to help actual BCB users migrate to BCBX (and the new C++
framework). The future? I don't know. Maybe NexusDB could produce a NexusDB
for C++ version, targeting multiplataform and so on... wich indeed is a good
idea. Not likely to happen in one or two months though

I repeat, I'm not speaking for NexusDB in anyway, it's just my point of
view.

Regards,

Rodrigo Gómez


"William E. Mahaffey" <wmahaffeyREMOVECAPS@PLEASEsuziessoftware.com>
escribió en el mensaje news:3f78a680@wic040d....
> I am beginning to hear about CBuilderX. Is NexusDB going to support that
> platform?
>
> Thanks,
>
> William
>
>



  #3  
Old 30th September 2003, 02:48 PM
Eivind Bakkestuen [NDD]
 
Posts: n/a
Default Re: CBuilder

In addition to Rodrigo's post, let me say that if Borland provides no easy
way to use 'legacy' pascal VCL code, it just won't happen. Supporting
entirely different codebases is just too big a headache. Join the CBuilderX
user's petition for VCL compatibility. :-)

--


Eivind Bakkestuen [NDD]
Please, no email unless requested.
Search Borland and third-party newsgroups here: www.tamaracka.com


"William E. Mahaffey" <wmahaffeyREMOVECAPS@PLEASEsuziessoftware.com> wrote
in message news:3f78a680@wic040d....
> I am beginning to hear about CBuilderX. Is NexusDB going to support that
> platform?
>
> Thanks,
>
> William
>
>



  #4  
Old 30th September 2003, 11:55 PM
William E. Mahaffey
 
Posts: n/a
Default Re: CBuilder

Rodrigo and Eivind,

Thanks for you information. I certainly hope there is a way to use NexusDB
in CBuilderX. If not, that means that I would have to abandon one of them
and I do not want to do that.

Thanks again,

William

"William E. Mahaffey" <wmahaffeyREMOVECAPS@PLEASEsuziessoftware.com> wrote
in message news:3f78a680@wic040d....
> I am beginning to hear about CBuilderX. Is NexusDB going to support that
> platform?
>
> Thanks,
>
> William
>
>



  #5  
Old 1st October 2003, 12:30 AM
Eivind Bakkestuen [NDD]
 
Posts: n/a
Default Re: CBuilder

Presumably (not knowing much about CBX at all), it will be able to use .Net
providers... that should help

--


Eivind Bakkestuen [NDD]
Please, no email unless requested.
Search Borland and third-party newsgroups here: www.tamaracka.com


"William E. Mahaffey" <wmahaffeyREMOVECAPS@PLEASEsuziessoftware.com> wrote
in message news:3f797d6a@wic040d....
> Rodrigo and Eivind,
>
> Thanks for you information. I certainly hope there is a way to use

NexusDB
> in CBuilderX. If not, that means that I would have to abandon one of them
> and I do not want to do that.
>
> Thanks again,
>
> William
>
> "William E. Mahaffey" <wmahaffeyREMOVECAPS@PLEASEsuziessoftware.com> wrote
> in message news:3f78a680@wic040d....
> > I am beginning to hear about CBuilderX. Is NexusDB going to support

that
> > platform?
> >
> > Thanks,
> >
> > William
> >
> >

>
>



  #6  
Old 1st October 2003, 05:24 AM
Brian Moelk
 
Posts: n/a
Default Re: CBuilder

> Thanks for you information. I certainly hope there is a way to use
NexusDB
> in CBuilderX. If not, that means that I would have to abandon one of them
> and I do not want to do that.


I have not played with CBuilderX, but I think there are some possible
options:

1) presumably it can use the MSVC compiler, so there is no reason why you
couldn't sacrifice the cross platform capability and write code to use
NexusDB via ODBC or build COM wrappers around NexusDB.

2) Use some middleware and expose NexusDB data through web services. I've
been looking at gSoap for some time and it looks to be a good crossplatform
MPL'd C++ SOAP implementation. The main problem here is the performance of
XML as a stream format, but depending on your application, this may work
just fine.

HTH

--
Brian Moelk
bmoelk@NObrainendeavorSPAM.FORcomME
http://www.brainendeavor.com



  #7  
Old 2nd October 2003, 01:57 AM
William E. Mahaffey
 
Posts: n/a
Default Re: CBuilder

Brian,

Thanks for you help. My main concern is the I have just started rewriting a
fairly large FF2 program with hopes for porting it to Linux. At this point
I am only looking at Windows and Linux. I was planning to use NexusDB for
both environments.

Thanks again,

William

"Brian Moelk" <bmoelk@NObrainendeavorSPAM.FORcomME> wrote in message
news:3f79c98c@wic040d....
> > Thanks for you information. I certainly hope there is a way to use

> NexusDB
> > in CBuilderX. If not, that means that I would have to abandon one of

them
> > and I do not want to do that.

>
> I have not played with CBuilderX, but I think there are some possible
> options:
>
> 1) presumably it can use the MSVC compiler, so there is no reason why you
> couldn't sacrifice the cross platform capability and write code to use
> NexusDB via ODBC or build COM wrappers around NexusDB.
>
> 2) Use some middleware and expose NexusDB data through web services. I've
> been looking at gSoap for some time and it looks to be a good

crossplatform
> MPL'd C++ SOAP implementation. The main problem here is the performance

of
> XML as a stream format, but depending on your application, this may work
> just fine.
>
> HTH
>
> --
> Brian Moelk
> bmoelk@NObrainendeavorSPAM.FORcomME
> http://www.brainendeavor.com
>
>
>



  #8  
Old 2nd October 2003, 03:07 AM
Rodrigo Gómez [NDX]
 
Posts: n/a
Default Re: CBuilder

My recomendation would be to use Kylix instead of waiting or using BCBX.
BCBX is, or seems to be, a good product, but it's a version 1 product, and
not all products are as good as Nexus in the first version. *g*.

The new framework and compiler won't be available at least for some time
(hopefully a few months) in other form than the preview, that I don't know
how buggy they are, or how much visual components you will find for the new
framework.

I will stay with BCB 6 for a while, at least until the future of BCBX (and
VCL) is clear.

--
Rodrigo Gómez [NDX]
rgomez@msa.sinspam.com.mx
(remove "sinspam." from the address)


"William E. Mahaffey" <wmahaffeyREMOVECAPS@PLEASEsuziessoftware.com>
escribió en el mensaje news:3f7aeb73$1@wic040d....
> Brian,
>
> Thanks for you help. My main concern is the I have just started rewriting

a
> fairly large FF2 program with hopes for porting it to Linux. At this

point
> I am only looking at Windows and Linux. I was planning to use NexusDB for
> both environments.
>
> Thanks again,
>
> William
>
> "Brian Moelk" <bmoelk@NObrainendeavorSPAM.FORcomME> wrote in message
> news:3f79c98c@wic040d....
> > > Thanks for you information. I certainly hope there is a way to use

> > NexusDB
> > > in CBuilderX. If not, that means that I would have to abandon one of

> them
> > > and I do not want to do that.

> >
> > I have not played with CBuilderX, but I think there are some possible
> > options:
> >
> > 1) presumably it can use the MSVC compiler, so there is no reason why

you
> > couldn't sacrifice the cross platform capability and write code to use
> > NexusDB via ODBC or build COM wrappers around NexusDB.
> >
> > 2) Use some middleware and expose NexusDB data through web services.

I've
> > been looking at gSoap for some time and it looks to be a good

> crossplatform
> > MPL'd C++ SOAP implementation. The main problem here is the performance

> of
> > XML as a stream format, but depending on your application, this may work
> > just fine.
> >
> > HTH
> >
> > --
> > Brian Moelk
> > bmoelk@NObrainendeavorSPAM.FORcomME
> > http://www.brainendeavor.com
> >
> >
> >

>
>



  #9  
Old 2nd October 2003, 03:40 AM
William E. Mahaffey
 
Posts: n/a
Default Re: CBuilder

Rodrigo,

That make sense. I will proceed with CLX and isolate the user interface as
much as possible from the core application.

Thanks for all the help,

Willaim

"Rodrigo Gómez [NDX]" <rgomezREMOVECAPS@PLEASEmsa.com.mx> wrote in message
news:3f7aedf3@wic040d....
> My recomendation would be to use Kylix instead of waiting or using BCBX.
> BCBX is, or seems to be, a good product, but it's a version 1 product, and
> not all products are as good as Nexus in the first version. *g*.
>
> The new framework and compiler won't be available at least for some time
> (hopefully a few months) in other form than the preview, that I don't know
> how buggy they are, or how much visual components you will find for the

new
> framework.
>
> I will stay with BCB 6 for a while, at least until the future of BCBX (and
> VCL) is clear.
>
> --
> Rodrigo Gómez [NDX]
> rgomez@msa.sinspam.com.mx
> (remove "sinspam." from the address)
>
>
> "William E. Mahaffey" <wmahaffeyREMOVECAPS@PLEASEsuziessoftware.com>
> escribió en el mensaje news:3f7aeb73$1@wic040d....
> > Brian,
> >
> > Thanks for you help. My main concern is the I have just started

rewriting
> a
> > fairly large FF2 program with hopes for porting it to Linux. At this

> point
> > I am only looking at Windows and Linux. I was planning to use NexusDB

for
> > both environments.
> >
> > Thanks again,
> >
> > William
> >
> > "Brian Moelk" <bmoelk@NObrainendeavorSPAM.FORcomME> wrote in message
> > news:3f79c98c@wic040d....
> > > > Thanks for you information. I certainly hope there is a way to use
> > > NexusDB
> > > > in CBuilderX. If not, that means that I would have to abandon one

of
> > them
> > > > and I do not want to do that.
> > >
> > > I have not played with CBuilderX, but I think there are some possible
> > > options:
> > >
> > > 1) presumably it can use the MSVC compiler, so there is no reason why

> you
> > > couldn't sacrifice the cross platform capability and write code to use
> > > NexusDB via ODBC or build COM wrappers around NexusDB.
> > >
> > > 2) Use some middleware and expose NexusDB data through web services.

> I've
> > > been looking at gSoap for some time and it looks to be a good

> > crossplatform
> > > MPL'd C++ SOAP implementation. The main problem here is the

performance
> > of
> > > XML as a stream format, but depending on your application, this may

work
> > > just fine.
> > >
> > > HTH
> > >
> > > --
> > > Brian Moelk
> > > bmoelk@NObrainendeavorSPAM.FORcomME
> > > http://www.brainendeavor.com
> > >
> > >
> > >

> >
> >

>
>



  #10  
Old 2nd October 2003, 06:07 PM
Jarek Karciarz
 
Posts: n/a
Default Re: CBuilder

Hello,
I've just seen a presentation of BCBX 2 days ago, lead by DavidI. He said,
it will not include VCL nor pascal compiler, like BCB6 does. But it should
let the old projects compile. How it will be spossible, i really don't know.
The future is uncertain. With BCBX i would advise other and myself to wait
until version 2.0 is released.
Jarek

U¿ytkownik "Rodrigo Gómez" <rgomezREMOVECAPS@PLEASEmsa.com.mx> napisa³ w
wiadomoœci news:3f78b28a$1@wic040d....
> I'm not speaking for NexusDB in any way.
>
> CBuilderX, as far as have been made known from Borland (wich is amost

zero)
> is right now uncertain about BCBX supporting the VCL, i.e., pascal code.

The
> whole idea behind BCBX is to have a 100% ANSI C++ compiler, wich

__fastcall,
> __property and so on doesn't fit so well.
>
> MAYBE (and I really hope so) Borland will give, us, their actual BCB
> customers a way to use all the VCL invesments we have. In case they make a
> special compiler and libraries available to use the VCL, I will try my

best
> to have Nexus working under BCBX. But this will be (as far as I know) a
> "translation" step to help actual BCB users migrate to BCBX (and the new

C++
> framework). The future? I don't know. Maybe NexusDB could produce a

NexusDB
> for C++ version, targeting multiplataform and so on... wich indeed is a

good
> idea. Not likely to happen in one or two months though
>
> I repeat, I'm not speaking for NexusDB in anyway, it's just my point of
> view.
>
> Regards,
>
> Rodrigo Gómez
>
>
> "William E. Mahaffey" <wmahaffeyREMOVECAPS@PLEASEsuziessoftware.com>
> escribió en el mensaje news:3f78a680@wic040d....
> > I am beginning to hear about CBuilderX. Is NexusDB going to support

that
> > platform?
> >
> > Thanks,
> >
> > William
> >
> >

>
>





Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
CBuilder 2007 linker Error? Shane Stump nexusdb.public.support 4 10th December 2009 05:06 PM
Problem with CBuilder 2007 Professional... Shane Stump nexusdb.public.support 14 2nd February 2008 05:25 AM
Access Violation when package part of sparelib or packages (Sample Project) <= For nexusdb.public.support.cbuilder David Charron Binaries 0 14th September 2007 06:03 AM
CBuilder 2007 Ron C nexusdb.public.support 2 17th July 2007 09:23 PM
v2.04 Release & CBuilder Michael Gillen nexusdb.public.support 5 6th February 2006 08:44 PM


All times are GMT +11. The time now is 06:43 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.