-
as seen on Stack Overflow
- Search for 'Stack Overflow'
For a school assignment I have to implement a project in C++ using Borland C++ Builder.
As the VCL uses AnsiString for all GUI Components I have to convert all of my std::strings to AnsiString for the sake of displaying.
std::string inp = "Hello world!";
AnsiString outp(inp.c_str());
works of…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello
Got Link error (Fatal: Access violation. Link terminated) in Borland 6.0.
How do I know what is the cause of it ?
Is there any output file that I can open and get more informative message ?
Thanks in advance.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have some project saved in starteam. As there are a lot of obsolete files I can't check in or check out all project, only changed files. Now I copy project from one computer to another for other developer. I expect starteam treats copied project as new item for check in and check out, but it don't…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi all,
I was wondering if there is any open-source/free borland together clone to create uml diagrams like class diagrams, use case diagrams, sequence diagrams, etc.
Many thanks
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Where do you guys store 3rd party (and your own) components?
Do you keep separate copies per Delphi version?
For years I've been using c:\program files\borland\delphi7\lib\, even for Delphi 2006, 2007, 2009 and 2010, like this:
c:\program files\borland\delphi7\lib\AggPas\
c:\program files\borland\delphi7\lib\DeHL\
c:\program…
>>> More