|
Hi guys,
Is there a way to access Borland output in VC++, for method calls and other stuff?
Thanks
Started by Prashant on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The other option is to have Borland output a DLL, and then use a Borland compiler....
Info may be (way) outdated, but what I had to before was to make sure that Borland output a COFF format OBJ or LIB file to link with VC.
|
|
Firstly, I am not very familiar with C++ at all, let alone Borland. However I have been tasked with migrating our builds from an aging Windows 2000 box onto a Windows 2003 box.
I have a problem with a C++ build.
When built on 2000 or XP, the compiled ...
Started by Paul on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
I've tried setting the DEP settings to exclude the Borland.
I suspect that the Borland C++ compiler has issues with Windows 2003.
Unfortunately I have not made any progress with this.
That directory.
|
|
Both, Borland Pascal 7 and Delphi 2007 have got the procedure STR which takes a number, a length and precision and converts it to a string like this:
str(9.234:5:1, s); // -> s = ' 9.2'
All is fine if the rounding is non-ambiguous, but if it isn't ...
Started by dummzeuch on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
So, it may be that 2.15 cannot be exactly represented by a double and that... .
I think the problem you are seeing is that many numbers that can be represented exactly in decimal notation can only be represented as repeating decimals (binimals?) in binary .
|
Ask your Facebook Friends
|
The following code demonstrates a weird problem I have in a Turbo C++ Explorer project. One of the three stack objects in D::D() is not destroyed after going out of scope.
This only happens if compiled in release mode, the auto_ptrs a_ and b_ are of different...
Started by Sebastian on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
C++Builder 2009 fixes it; this is the output I get for BCC v6.1:
C::C.
It's a compiler bug in C++Builder 2006.
For whatever it's worth, GCC 3.4.6 does.
The same sample in VS2008SP1 and got the expected output.
|
|
Problem . I need a way to find Starteam server time through Starteam Java SDK 8.0. Version of server is 8.0.172 so method Server.getCurrentTime() is not available since it was added only in server version 9.0.
Motivation . My application needs to use ...
Started by wheleph on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
."); }
Output:
Testing 4/9/2009 3:05:40 PM (Offset 86400) (Delta 31536000): InValid Testing 4/9/2008 3:05:40 PM.
|
|
On Sun, 29 Nov 2009 13:54:47 -0000, "John Maddock" <john@johnmaddock.co.uk
I'm having a load of trouble getting Boost.Integer to play nice with the
Borland/Codegear compilers, for example given:
void print_val(long long l)
{
std::cout <&...
Started by John Maddock on
, 3 posts
by 2 people.
Answer Snippets (Read the full thread at omgili):
That
code was just.
John@johnmaddock.co.uk
Good point, doesn't make any difference to program output though...
|
|
On Tue, 7 Jul 2009 13:12:54 +0200, "R.Wieser" <address@not.available
Hello All,
Just now I've been creating some code to write floating-point values to a
file, using the fprintf command. The call is the below :
call fprintf,[@@hOut],offset...
Started by R.Wieser on
, 14 posts
by 5 people.
Answer Snippets (Read the full thread at omgili):
Yes]
it is not a double for the Borland 32 compiler i use here
for the compiler here one double is 64 bits (not 32*3 bits)
if i remember....
Yep, it does (do it right), as I see the expected values appear in the
output-file.
No change.
|
|
On Thu, 13 Nov 2008 09:54:56 -0800 (PST), Piotr Dobrogost <google.pd@2008.autoera.pl
Hi
Why can't I step only through one category of messages (e.g. errors)
in the Output window? There should be a simple filter in this window
for this.
I heard ...
Started by Piotr Dobrogost on
, 9 posts
by 4 people.
Answer Snippets (Read the full thread at omgili):
What do you expect?
/Helge enough, many developers find this window annoying and
prefer old Output window....
The output lines must have a specific format.
There is a filter.
E98ec335-f1cc-4512-8cae-0e734c728b7f@c2g2000pra.googlegroups.com...
|
|
Welchen Booster zum angleichen von 2 Gitarren mit unterschiedlichem Output? Hallo liebe Leute!
Ich habe mich jetzt entschlossen einen Booster zuzulegen um den Output meiner Les Paul mit P90 und meiner Fender Classic Series Telecaster Deluxe anzugleichen...
Started by Wohli666 on
, 15 posts
by 10 people.
Answer Snippets (Read the full thread at musiker-board):
PM :) Wäre nur zum.
Tausche Ibanez AX 7521 Wes Borland 7-String gegen 6-Saiter.
Diesen Beitrag hilfreich.
|
|
On Wed, 13 May 2009 21:58:40 -0700, Franken Sense <frank@example.invalid
This compiles. Why no output?
#include <stdio.h#include <stdbool.h#include <ctype.h#include <stdlib.h
#define my_file "text42.txt"
#define NUMBER 8192
bool...
Started by Franken Sense on
, 11 posts
by 8 people.
Answer Snippets (Read the full thread at omgili):
I have a hunch
your file might begin with a blank line.... .
This produces some output provided the input file contains numerical
sequences is
neither a digit or a colon, you will get no output.
Af0194yzpbv4.g1qqmpvjnzwy.dlg@40tude.net...
|