Search:

Type: Posts; User: Bachatero

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    2,335

    I use an IDE, Borland C++ Builder 6.0. The only...

    I use an IDE, Borland C++ Builder 6.0. The only thing I did was moving 5 procedures from the main program to a seperate unit. Before I moved the procedures to this unit everything worked fine.
    ...
  2. Replies
    4
    Views
    2,335

    [Linker Error] Unresolved external

    Hi all,


    Since I did spit up my code into different units I got the following error:

    [Linker Error] Unresolved external '_GainValues' referenced from I:\C++_PROJECTS_JOHAN\NEMA_REVIEW\MAIN.OBJ...
  3. No, it is not a public method. It is a privite...

    No, it is not a public method. It is a privite method.

    void __fastcall SetOrientation(TPrinterOrientation Value);


    Johan
  4. E2247 error TPrinter orientation is not acccessible

    Hi all,

    I use the following command in Borland C++ Builder:

    Printer()->SetOrientation(poLandscape);

    but tyhe following error code is displayed:

    [C++ Error] Main.cpp(1087): E2247...
  5. How to read chars from a text file and use them in TChart

    Hi,

    Can anyone help me with the following problem:

    I have to read values from a DetectorLowEnergyGainMap.txt file on the disk that is filled with values like: -128,-10,-30,0, -200 etc. I can...
Results 1 to 5 of 5