Mombu the Programming Forum sponsored links

Go Back   Mombu the Programming Forum > Programming > Redistributing BCC32.exe and CPP32.exe
User Name
Password
REGISTER NOW! Mark Forums Read

sponsored links


Reply
 
1 30th May 03:51
External User
 
Posts: 1
Default Redistributing BCC32.exe and CPP32.exe



the file(s) is compiled and an assembler file is created. The program
then interprets the assembler and then "splices" the resulting code into
the running application.

I am currently using the lcc compiler for this, but this compiler does
not have support for __int64 (long long) and long double, which is
becoming a more mainstream requirement. I would like to replace this
compiler with the BCC32.exe 5.5 command line compiler provided free of
charge from Borland (Downloads / Compiler). In addition, I would also
like to consider for inclusion the CPP32.exe also provided as part of
the free download.

In order to be of use with my product, it would be necessary to
redistribute the BCC32.exe and CPP32.exe executables with my
application. These are the only two files required (none of the includes
or run time libraries are needed) as I have means to resolve all the
included run time functions. I would use these two executables as run
time invokations to read an incoming source file and to create an
assembler language output file that would then be read and interpretted
by the application. The sole purpose of the BCC32 interface is to create
assembler from "C" source.

The question is this, am I allowed to redistribute these two files with
my application? I have read the licensing information included with the
free download, and it is not clear about any redistribution of files.
There must be some implied files (or all of them) because it mentions
redistribution and allows applications created with the compiler to be
distirbuted, but does not list any redistribution restriction.

If these files cannot be redistributed, what procedures would I need to
follow to request some form of licensing, and how would I go about
getting pricing information?

Thanks for any help that you can provide.

Mike Davis
  Reply With Quote


  sponsored links


2 30th May 03:51
michael a. davis
External User
 
Posts: 1
Default Redistributing BCC32.exe and CPP32.exe



the file(s) is compiled and an assembler file is created. The program
then interprets the assembler and then "splices" the resulting code into
the running application.

I am currently using the lcc compiler for this, but this compiler does
not have support for __int64 (long long) and long double, which is
becoming a more mainstream requirement. I would like to replace this
compiler with the BCC32.exe 5.5 command line compiler provided free of
charge from Borland (Downloads / Compiler). In addition, I would also
like to consider for inclusion the CPP32.exe also provided as part of
the free download.

In order to be of use with my product, it would be necessary to
redistribute the BCC32.exe and CPP32.exe executables with my
application. These are the only two files required (none of the includes
or run time libraries are needed) as I have means to resolve all the
included run time functions. I would use these two executables as run
time invokations to read an incoming source file and to create an
assembler language output file that would then be read and interpretted
by the application. The sole purpose of the BCC32 interface is to create
assembler from "C" source.

The question is this, am I allowed to redistribute these two files with
my application? I have read the licensing information included with the
free download, and it is not clear about any redistribution of files.
There must be some implied files (or all of them) because it mentions
redistribution and allows applications created with the compiler to be
distirbuted, but does not list any redistribution restriction.

If these files cannot be redistributed, what procedures would I need to
follow to request some form of licensing, and how would I go about
getting pricing information?

Thanks for any help that you can provide.

Mike Davis
  Reply With Quote
3 30th May 03:51
maya
External User
 
Posts: 1
Default Redistributing BCC32.exe and CPP32.exe


BCC32.EXE is for you and anyone who has downloaded the program to use.
You can not redistribute BCC32.EXE, it is not yours and it is not free.
A way to solve this problem is by using other free compilers, like
cygwin = http://www.cygwin.org or mingwin = http://www.mingwin.org, I am not sure
about the last one.

Good luck!


--

Jorge Escalante
FYI
http://www.astro.umd.edu/~marshall/abbrev.html

E-Mail Policy
http://www.vif.com/users/escalante/Email_Policy.html

* You cannot exercise your power to a point of humiliation.
- Jean Chretien

* The media's the most powerful entity on earth. They have the
power to make the innocent guilty and to make the guilty
innocent, and that's power.
- Malcom X
* "Innocent until proven guilty", no... not in Canada!!
  Reply With Quote
4 30th May 03:52
External User
 
Posts: 1
Default Redistributing BCC32.exe and CPP32.exe


the file(s) is compiled and an assembler file is created. The program
then interprets the assembler and then "splices" the resulting code into
the running application.

I am currently using the lcc compiler for this, but this compiler does
not have support for __int64 (long long) and long double, which is
becoming a more mainstream requirement. I would like to replace this
compiler with the BCC32.exe 5.5 command line compiler provided free of
charge from Borland (Downloads / Compiler). In addition, I would also
like to consider for inclusion the CPP32.exe also provided as part of
the free download.

In order to be of use with my product, it would be necessary to
redistribute the BCC32.exe and CPP32.exe executables with my
application. These are the only two files required (none of the includes
or run time libraries are needed) as I have means to resolve all the
included run time functions. I would use these two executables as run
time invokations to read an incoming source file and to create an
assembler language output file that would then be read and interpretted
by the application. The sole purpose of the BCC32 interface is to create
assembler from "C" source.

The question is this, am I allowed to redistribute these two files with
my application? I have read the licensing information included with the
free download, and it is not clear about any redistribution of files.
There must be some implied files (or all of them) because it mentions
redistribution and allows applications created with the compiler to be
distirbuted, but does not list any redistribution restriction.

If these files cannot be redistributed, what procedures would I need to
follow to request some form of licensing, and how would I go about
getting pricing information?

Thanks for any help that you can provide.

Mike Davis
  Reply With Quote


  sponsored links


5 30th May 03:52
michael a. davis
External User
 
Posts: 1
Default Redistributing BCC32.exe and CPP32.exe


the file(s) is compiled and an assembler file is created. The program
then interprets the assembler and then "splices" the resulting code into
the running application.

I am currently using the lcc compiler for this, but this compiler does
not have support for __int64 (long long) and long double, which is
becoming a more mainstream requirement. I would like to replace this
compiler with the BCC32.exe 5.5 command line compiler provided free of
charge from Borland (Downloads / Compiler). In addition, I would also
like to consider for inclusion the CPP32.exe also provided as part of
the free download.

In order to be of use with my product, it would be necessary to
redistribute the BCC32.exe and CPP32.exe executables with my
application. These are the only two files required (none of the includes
or run time libraries are needed) as I have means to resolve all the
included run time functions. I would use these two executables as run
time invokations to read an incoming source file and to create an
assembler language output file that would then be read and interpretted
by the application. The sole purpose of the BCC32 interface is to create
assembler from "C" source.

The question is this, am I allowed to redistribute these two files with
my application? I have read the licensing information included with the
free download, and it is not clear about any redistribution of files.
There must be some implied files (or all of them) because it mentions
redistribution and allows applications created with the compiler to be
distirbuted, but does not list any redistribution restriction.

If these files cannot be redistributed, what procedures would I need to
follow to request some form of licensing, and how would I go about
getting pricing information?

Thanks for any help that you can provide.

Mike Davis
  Reply With Quote
6 30th May 03:52
maya
External User
 
Posts: 1
Default Redistributing BCC32.exe and CPP32.exe


BCC32.EXE is for you and anyone who has downloaded the program to use.
You can not redistribute BCC32.EXE, it is not yours and it is not free.
A way to solve this problem is by using other free compilers, like
cygwin = http://www.cygwin.org or mingwin = http://www.mingwin.org, I am not sure
about the last one.

Good luck!


--

Jorge Escalante
FYI
http://www.astro.umd.edu/~marshall/abbrev.html

E-Mail Policy
http://www.vif.com/users/escalante/Email_Policy.html

* You cannot exercise your power to a point of humiliation.
- Jean Chretien

* The media's the most powerful entity on earth. They have the
power to make the innocent guilty and to make the guilty
innocent, and that's power.
- Malcom X
* "Innocent until proven guilty", no... not in Canada!!
  Reply With Quote
7 8th June 10:42
waking
External User
 
Posts: 1
Default Redistributing BCC32.exe and CPP32.exe


First note that this group is for issues re the pre-Builder compilers up
to BC++ 5.02 only. Post Builder questions in one of the ".cppbuilder."
groups. For the free 5.5.x compiler, the best place is: borland.public.cppbuilder.commandlinetools


Reread it. It clearly states restrictions on copying and transferring
the Software. That implies/includes the compiler/preprocessor.


For starters, look for the file deploy.txt.


Contact Borland directly via mail or phone. "Developer Relations"
may be the best department.

--
Wayne A. King
(ba994@torfree.net, wayne.king@ablelink.org,
waking@idirect.com, Wayne_A_King@compuserve.com)
  Reply With Quote
8 8th June 10:42
External User
 
Posts: 1
Default Redistributing BCC32.exe and CPP32.exe


Sorry, when I tried the connect to the commandlinetools group, it would
not allow it. I can now connect to it. I still have some questions
regarding the reply given so I will repost the request there for further
clarification.

Thanks for the help.
  Reply With Quote
9 8th June 10:42
michael a. davis
External User
 
Posts: 1
Default Redistributing BCC32.exe and CPP32.exe


Sorry, the indicated newsgroup was not available at the time. I will
take this up on the correct newsgroup.
  Reply With Quote
Reply


Thread Tools
Display Modes




Copyright © 2006 SmartyDevil.com - Dies Mies Jeschet Boenedoesef Douvema Enitemaus -
666