Search:

Type: Posts; User: borland_man

Search: Search took 0.01 seconds.

  1. Replies
    10
    Views
    2,572

    For declaring variables through the function, it...

    For declaring variables through the function, it is correct in c++. it is in c that you cant do it i think. I might be mistaken though.
  2. Replies
    14
    Views
    4,198

    Yup, got it. It reduces my errors, but I still...

    Yup, got it. It reduces my errors, but I still have those:

    input.obj : error LNK2005: "struct IDirectInput8A * DI8" (?DI8@@3PAUIDirectInput8A@@A) already defined in enigma.obj
    input.obj : error...
  3. Replies
    14
    Views
    4,198

    Yup, sorry, forgot that rule. ok, here is a...

    Yup, sorry, forgot that rule. ok, here is a header file. it doesnt seem there is actual cpp code in it, i dont know...

    ////////////////////////////////////////////////////////////////////////////...
  4. Replies
    14
    Views
    4,198

    Helpp please!! buaa... :(

    Helpp please!! buaa... :(
  5. Replies
    14
    Views
    4,198

    There is no actual code in my headers, I Just...

    There is no actual code in my headers, I Just declare some structures:
    LPDIRECT3D8 d3d8;
    etc
    nothing more, and some variables.
    It still wont work!
  6. Replies
    14
    Views
    4,198

    I tried this, it wont work. here are the errors...

    I tried this, it wont work. here are the errors that it shows me:

    input.obj : error LNK2005: "struct IDirect3DDevice8 * device8" (?device8@@3PAUIDirect3DDevice8@@A) already defined in enigma.obj...
  7. Replies
    14
    Views
    4,198

    Header files

    I have 2 header files, and 2 cpp files. ohh, and one stdafx.h file.
    My problem is, I have several variables in the one header file, that I need to access them from the second cpp file. but the...
  8. Replies
    1
    Views
    845

    Help needed! Weird error.

    Im making a dll in vc++ 6, and Im using a class to export, and several other functions, for use inside the dll. The problem is, that Im starting to hate vc! All of a sudden, when I try to compile (it...
  9. Replies
    1
    Views
    2,210

    still no reply... cant someone? :(

    still no reply... cant someone? :(
  10. Replies
    4
    Views
    1,034

    Why not..

    Why not borland c++ 5? it is as powerful as visual c++, and it can create GUI very easily. tell me some disadvantages of BC++, cause I want to choose too.
    Thanks
  11. Replies
    1
    Views
    2,210

    VCL and DLL class problem

    I am using Borland c++Builder 5, and I have a problem making a dll which has an exported class...
    The DLL compiles ok, but when I try to load it from a client app, it says that "VCL type class has...
Results 1 to 11 of 11