Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: GiSH
  • Order by date
  1. GiSH

    Using BCB 5 to compile bog standard c++

    Again i'm back.... I'be got a bog standard old c++ program source and i'm trying to get it to complie using Borland C++ Builder 5. I've tried it using a new application and new console (since the original runs on a dos screen) Am i doin something real stupid here, and will it even work without...
  2. GiSH

    Function problem

    Ah panic over managed to get it work after all jus weird trying to code in BCB5, idon't really like some of the syntax but it's working now cheers
  3. GiSH

    Function problem

    This is kinda what I've been doin. I've tried your stuff too and (I'm using Borland c++ builder 5) it complies and links when everything is declared but the function's not used in the main file. as soon as that's done it comes up with a warning of "Style of function declaration...
  4. GiSH

    Function problem

    I've been trying to get a function to work in my seperate file function declared and defined and the file i'm using (unit2.cpp) is included in the main file along with it's header. compiles, but won't link giving "unresolved external (the function) refrenced from main.obj" as the...
  5. GiSH

    Function problem

    Ok I'm usisng borland c++ builder 5 And I've got a character string that is declared in my main program file (szStringBuff) Which is read into a data array for use in the program using My problem I have a separate .cpp file set up in which I want to use this data but I can’t seem to get any...
  6. GiSH

    c++ builder newbie

    void __fastcall TFormMain::locDispHex() { // String stTemp; char szStringBuff[256]; switch(ddd[0]){ case 20:{ wsprintf(szStringBuff,"%6d %02X %02X %02X %02X %02X " ,dwFrame,ddd[0],ddd[1],ddd[2],ddd[3],ddd[4]); switch(ddd[1] & 0x03){ case 0:{ // ID 1 if((ddd[2] & 0x10)==0){...
  7. GiSH

    c++ builder newbie

    GiSH well....erm...help? I've had some experience with c++ (mainly usin code warrior at uni) but now I'm tryin to use builder to alter a program written in builder. The program takes information from an IR sensor on COM1 and refer's it to a small display program which lights up little shapes...

Part and Inventory Search

Back
Top