The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Borland Turbo C++

    Discussion in 'Windows OS and Software' started by pnm, Jan 19, 2008.

  1. pnm

    pnm Notebook Guru

    Reputations:
    0
    Messages:
    62
    Likes Received:
    0
    Trophy Points:
    15
    Hello I'm very sorry to post it here but I don't know where I can ask the question--if you could point out where I could seek help I would appreciate! I installed Borland Turbo C++, wrote a simplest C++ program, but I can't find out how to RUN it. The run button is dimmed all the time, why is that? Once again really appreciate any help or info! :(
     
  2. John B

    John B Notebook Prophet

    Reputations:
    1,767
    Messages:
    4,195
    Likes Received:
    0
    Trophy Points:
    105
    Do you have a project or only a form?
     
  3. pnm

    pnm Notebook Guru

    Reputations:
    0
    Messages:
    62
    Likes Received:
    0
    Trophy Points:
    15
    Hi, thanks for replying! I have a form only. Haven't figured out how to make it a project...
     
  4. John B

    John B Notebook Prophet

    Reputations:
    1,767
    Messages:
    4,195
    Likes Received:
    0
    Trophy Points:
    105
    That's why you can't use "run"...take a look at File --> New...you should find "Application"
     
  5. pnm

    pnm Notebook Guru

    Reputations:
    0
    Messages:
    62
    Likes Received:
    0
    Trophy Points:
    15
    From File-->New there are only some form options and "Other", the latter leads to a folder "other files" containing "VCL form application" and also "Project group". What to do with it? VCL form application leads to an error message.
     
  6. John B

    John B Notebook Prophet

    Reputations:
    1,767
    Messages:
    4,195
    Likes Received:
    0
    Trophy Points:
    105
    Yes it's "VCL form application"...what is the error message?
     
  7. pnm

    pnm Notebook Guru

    Reputations:
    0
    Messages:
    62
    Likes Received:
    0
    Trophy Points:
    15
    When I select VCL form application, the error message says
    "Access violation address 22B7AEED in module 'bcbide100.bpl'. Read of address 00000000."
     
  8. John B

    John B Notebook Prophet

    Reputations:
    1,767
    Messages:
    4,195
    Likes Received:
    0
    Trophy Points:
    105
    Have you tried to close Borland and reboot your computer?
     
  9. pnm

    pnm Notebook Guru

    Reputations:
    0
    Messages:
    62
    Likes Received:
    0
    Trophy Points:
    15
    Hi, OK I got it finally. All I did was to move the access code file to the "home directory" and rename it to it's original name (I had changed the file name). Now I can see the Run button lighted. Only thing is I don't know how exactly to completely create and run a simple program. I used the notepad to type a C++ source code (simplest one like output "hello"), then add it to project. Well, then what? When I clicked on the Run button it shows no error but no output either.

    Anyway really really grateful for your following my updates and providing help!! :D