Skip to content

compiled program’s date and time stamp

Forums Forums SIMPOL Programming compiled program’s date and time stamp

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #56
    Dan Jinks
    Participant

    I have noticed that there are two copies of the application’s compiled program, myapp.smp. The first one is in myappmyapp subdirectory, the second in the myappbin directory. I further noticed they have different date/time stamps, with the bin directory containing an older file. Is this normal? What is the significance of the different versions? -Dan

    #1897
    Michael
    Keymaster

    On 21/07/2011 20:51, djinks wrote:
    > I have noticed that there are two copies of the application's
    > compiled program, myapp.smp. The first one is in myappmyapp
    > subdirectory, the second in the myappbin directory. I further
    > noticed they have different date/time stamps, with the bin directory
    > containing an older file. Is this normal? What is the significance
    > of the different versions?
    >
    > -Dan

    The one found in the source directory is the compilation of the source
    and any included files. The one in the bin directory includes the one
    from the source directory plus all of the libraries that are defined as
    being part of the project. If you only click on Compile, then it won't
    change the file in the bin directory. It is generally best to use Ctrl+B
    (Build), since that not only compiles but also creates the ultimate
    target in the bin directory including all of the required libraries
    (*.sml files).

    Ciao, Neil

    #1898
    Dan Jinks
    Participant

    I not sure that is working for me:
    connex50binconnex50.smp 7/29/2011 12:43pm (12:43)
    connex50connex50connex50.smp 7/29/2011 10:30pm (22:30)

    I have used Ctrl-B liberally in the last hour. I'm pretty sure the bin
    version is from just after I deleted it earlier today, when a new file
    was created.

    -Dan

    On 7/28/2011 3:08 PM, Neil Robinson wrote:
    > On 21/07/2011 20:51, djinks wrote:
    >> I have noticed that there are two copies of the application's
    >> compiled program, myapp.smp. The first one is in myappmyapp
    >> subdirectory, the second in the myappbin directory. I further
    >> noticed they have different date/time stamps, with the bin directory
    >> containing an older file. Is this normal? What is the significance
    >> of the different versions?
    >>
    >> -Dan
    >
    > The one found in the source directory is the compilation of the source
    > and any included files. The one in the bin directory includes the one
    > from the source directory plus all of the libraries that are defined as
    > being part of the project. If you only click on Compile, then it won't
    > change the file in the bin directory. It is generally best to use Ctrl+B
    > (Build), since that not only compiles but also creates the ultimate
    > target in the bin directory including all of the required libraries
    > (*.sml files).
    >
    > Ciao, Neil

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.