![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Question for those developers that do not send source code. We have a subset of our product that we do not want to sent the source code with the product (i.e. security code etc.). We have access to D3 7.21 on NT. The question is how do we get our product on other versions of D3 - both on NT and Linux? The majority of the code we will send source and just compile it. However, for that small subset, we only want to send the object code. Any suggestions? |
#3
| |||
| |||
|
|
At compile time, the object code exists in the dict of the file where the source code is. If you send only the dict portion of the file instead of the data portion, you should have no problems. Albert "Eugene Perry" <eperry1977novirus (AT) earthlink (DOT) net> wrote in message news:vqftqrnne22u88 (AT) corp (DOT) supernews.com... Question for those developers that do not send source code. We have a subset of our product that we do not want to sent the source code with the product (i.e. security code etc.). We have access to D3 7.21 on NT. The question is how do we get our product on other versions of D3 - both on NT and Linux? The majority of the code we will send source and just compile it. However, for that small subset, we only want to send the object code. Any suggestions? |
#4
| |||
| |||
|
|
The question is.....is object code generated on D3/NT compatible to D3/Linux. And what about versions - we have 7.21 but is it compatible to 7.14 or 7.3 etc. Eugene "alauts" <albert_leland (AT) yahoo (DOT) com> wrote in message news:IqWdnT5Zo_hDhTWiRVn-sA (AT) comcast (DOT) com... At compile time, the object code exists in the dict of the file where the source code is. If you send only the dict portion of the file instead of the data portion, you should have no problems. Albert "Eugene Perry" <eperry1977novirus (AT) earthlink (DOT) net> wrote in message news:vqftqrnne22u88 (AT) corp (DOT) supernews.com... Question for those developers that do not send source code. We have a subset of our product that we do not want to sent the source code with the product (i.e. security code etc.). We have access to D3 7.21 on NT. The question is how do we get our product on other versions of D3 - both on NT and Linux? The majority of the code we will send source and just compile it. However, for that small subset, we only want to send the object code. Any suggestions? |
#5
| |||
| |||
|
|
Oh... In order to get the most complete answer, you'll have to give us more specifics (i.e. source code). However, generally, source should be compiled in the operating system that it's expected to run on. As far as compatability between patch levels, or release levels, it all depends on your source especially if you call Pick related programs or O/S executables. Good luck on this one! Albert "Eugene Perry" <eperry1977novirus (AT) earthlink (DOT) net> wrote in message news:vqgtc56i6jm7fd (AT) corp (DOT) supernews.com... The question is.....is object code generated on D3/NT compatible to D3/Linux. And what about versions - we have 7.21 but is it compatible to 7.14 or 7.3 etc. Eugene "alauts" <albert_leland (AT) yahoo (DOT) com> wrote in message news:IqWdnT5Zo_hDhTWiRVn-sA (AT) comcast (DOT) com... At compile time, the object code exists in the dict of the file where the source code is. If you send only the dict portion of the file instead of the data portion, you should have no problems. Albert "Eugene Perry" <eperry1977novirus (AT) earthlink (DOT) net> wrote in message news:vqftqrnne22u88 (AT) corp (DOT) supernews.com... Question for those developers that do not send source code. We have a subset of our product that we do not want to sent the source code with the product (i.e. security code etc.). We have access to D3 7.21 on NT. The question is how do we get our product on other versions of D3 - both on NT and Linux? The majority of the code we will send source and just compile it. However, for that small subset, we only want to send the object code. Any suggestions? |
#6
| |||
| |||
|
|
Oh... In order to get the most complete answer, you'll have to give us more specifics (i.e. source code). However, generally, source should be compiled in the operating system that it's expected to run on. As far as compatability between patch levels, or release levels, it all depends on your source especially if you call Pick related programs or O/S executables. Good luck on this one! Albert "Eugene Perry" <eperry1977novirus (AT) earthlink (DOT) net> wrote in message news:vqgtc56i6jm7fd (AT) corp (DOT) supernews.com... The question is.....is object code generated on D3/NT compatible to D3/Linux. And what about versions - we have 7.21 but is it compatible to 7.14 or 7.3 etc. Eugene "alauts" <albert_leland (AT) yahoo (DOT) com> wrote in message news:IqWdnT5Zo_hDhTWiRVn-sA (AT) comcast (DOT) com... At compile time, the object code exists in the dict of the file where the source code is. If you send only the dict portion of the file instead of the data portion, you should have no problems. Albert "Eugene Perry" <eperry1977novirus (AT) earthlink (DOT) net> wrote in message news:vqftqrnne22u88 (AT) corp (DOT) supernews.com... Question for those developers that do not send source code. We have a subset of our product that we do not want to sent the source code with the product (i.e. security code etc.). We have access to D3 7.21 on NT. The question is how do we get our product on other versions of D3 - both on NT and Linux? The majority of the code we will send source and just compile it. However, for that small subset, we only want to send the object code. Any suggestions? |
#7
| |||
| |||
|
|
The question is.....is object code generated on D3/NT compatible to D3/Linux. And what about versions - we have 7.21 but is it compatible to 7.14 or 7.3 etc. Eugene "alauts" <albert_leland (AT) yahoo (DOT) com> wrote in message news:IqWdnT5Zo_hDhTWiRVn-sA (AT) comcast (DOT) com... At compile time, the object code exists in the dict of the file where the source code is. If you send only the dict portion of the file instead of the data portion, you should have no problems. Albert "Eugene Perry" <eperry1977novirus (AT) earthlink (DOT) net> wrote in message news:vqftqrnne22u88 (AT) corp (DOT) supernews.com... Question for those developers that do not send source code. We have a subset of our product that we do not want to sent the source code with the product (i.e. security code etc.). We have access to D3 7.21 on NT. The question is how do we get our product on other versions of D3 - both on NT and Linux? The majority of the code we will send source and just compile it. However, for that small subset, we only want to send the object code. Any suggestions? |
#8
| |||
| |||
|
|
Provided you don't use the CRT statement you are in business .... if |
#9
| |||
| |||
|
#10
| |||
| |||
|
|
Another way around it is to write a proc which is the first thing T- DUMPed and the first thing T-LOADed. The user at the other end must run the proc to T-LOAD the rest of the programs. Then you can send the source and have your proc compile it and then delete it. -- Posted via http://dbforums.com |
![]() |
| Thread Tools | |
| Display Modes | |
| |