Search:

Type: Posts; User: DDAZZA

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    1,515

    Are you sure? Because there is a piece of...

    Are you sure?

    Because there is a piece of software called "Xfire" which allows people who play games to open and close chat windows ontop of their game. without the game minimizing.
  2. Replies
    5
    Views
    1,515

    Draw on top of everything.

    I want a VCL form which will be on top of everything. So if the user is running a full screen application (like a game or film) the popup will be displayed on top.

    (is it possible to do this...
  3. Replies
    4
    Views
    2,096

    ahh thanks. yea when i created the project i...

    ahh thanks.

    yea when i created the project i didnt tick a check box which said i was going to use VCL classes so it hadnt written in all the code.

    thanks again,
  4. Replies
    4
    Views
    2,096

    ok thanks, So it should be like this: ...

    ok thanks,

    So it should be like this:


    TForm2 *tform1 = new TForm2(0);
    tform1->Show();


    However this gives me 83 [ILINK32] errors.
  5. Replies
    4
    Views
    2,096

    What am i doing wrong?

    Im creating a dll which can be called from java.

    My program has no purpose at the moment im just trying to learn more about c++.

    I have a simple Function. Which should display a form.

    I...
  6. Replies
    10
    Views
    1,763

    lol well theres some old stuff on the internet

    lol well theres some old stuff on the internet
  7. Replies
    19
    Views
    2,486

    oops sorry no i dont think i have

    oops sorry
    no i dont think i have
  8. Replies
    19
    Views
    2,486

    nope i can only make "win32 Console application"...

    nope i can only make "win32 Console application" with Express :(
  9. Replies
    19
    Views
    2,486

    ? do you mean WIN32 console applications, i know...

    ? do you mean WIN32 console applications,
    i know you can make them

    there is no WYSIWYG is there?
  10. Thread: Complie / cmd

    by DDAZZA
    Replies
    12
    Views
    2,115

    ok ty i now get the error: Cannot open...

    ok ty

    i now get the error:

    Cannot open file test.obj: permission denied

    erm im new to programming

    do i need to make a test.obj file wat is it?
    do i need to compile with an option to...
  11. Replies
    10
    Views
    1,763

    ty ok i dont want to edit the file beacuse i...

    ty

    ok i dont want to edit the file beacuse i dont know what im doing lol


    well creating the shortcut would be fine BUT
    i have the same problem which is in my other thread, i cant get the...
  12. Thread: Complie / cmd

    by DDAZZA
    Replies
    12
    Views
    2,115

    OMG there is a lot of options ok i think im...

    OMG there is a lot of options

    ok i think im getting the syntax wrong


    im putting


    cl C:/documents and settings/me/desktop/test.cpp
  13. Replies
    19
    Views
    2,486

    because im asuming that with other compliers you...

    because im asuming that with other compliers you will be also allowed to make win32 applications

    with this i can only make win32 console applications and windows forms applications
  14. Replies
    10
    Views
    1,763

    Auto launch on Windows OS Load

    how do i get my program to automatically launch when the windows loads.

    for example msn has this option and lots of other chat programs

    i heard i have to edit a file called autoexec.bat ...
  15. Replies
    19
    Views
    2,486

    ok ty i will look into getting a diffrent complier

    ok ty i will look into getting a diffrent complier
  16. Thread: Complie / cmd

    by DDAZZA
    Replies
    12
    Views
    2,115

    via the console ye there is a vcvars32.bat ...

    via the console

    ye there is a vcvars32.bat

    when i run that first

    the console returns

    usage: cl [option...] filename...[\link linkoption...]
  17. Thread: Complie / cmd

    by DDAZZA
    Replies
    12
    Views
    2,115

    ahh i found it C:\Program Files\Microsoft...

    ahh i found it

    C:\Program Files\Microsoft Visual Studio 8\VC\bin

    its cl.exe

    BUT

    "This application has failed to start because mspdb80.dll was not found re-installing the application may...
  18. Replies
    19
    Views
    2,486

    ok when compiling i get the following error...

    ok


    when compiling i get the following error
    error C3861: 'GetUserName': identifier not found

    is this because i havnt got
    #include <windows.h>

    if i add that
  19. Thread: Complie / cmd

    by DDAZZA
    Replies
    12
    Views
    2,115

    sorry, can u tell me how i would complie a file...

    sorry,
    can u tell me how i would complie a file on my desktop
  20. Replies
    19
    Views
    2,486

    ok ty i found this HRESULT GetUserName(...

    ok ty

    i found this


    HRESULT GetUserName(
    BSTR *pbstrUserName
    );
  21. Replies
    19
    Views
    2,486

    save to temp dir?

    Ok i want to save to the temp directory this is wat i have so far



    #include <iostream>
    #include <fstream>
    #include <string>

    using namespace std;
  22. Thread: Complie / cmd

    by DDAZZA
    Replies
    12
    Views
    2,115

    Complie / cmd

    im not sure if this should be under C++ but its not really C++


    i have Visual C++ Express

    If i wrote some code a txt file and saved it as test.cpp for example

    how could i compile it though...
Results 1 to 22 of 24