CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: DaRacne Shaitan

Search: Search took 0.04 seconds.

  1. Thread: MySql

    by DaRacne Shaitan
    Replies
    1
    Views
    548

    Sorry I can't help much with the ODBC drivers,...

    Sorry I can't help much with the ODBC drivers, but what I recommend doing is using the API. MUCH faster to use... I highly recommend it...
  2. Replies
    19
    Views
    2,175

    Yes you can buy MicroSoft Visual C++ .Net as...

    Yes you can buy MicroSoft Visual C++ .Net as standalone to answer your question.
  3. Replies
    6
    Views
    1,577

    Try to do this... struct DownloadInfo_Struct...

    Try to do this...


    struct DownloadInfo_Struct
    {
    CString url;
    CString path;
    } DownloadInfo_Struct;

    void CMyprog::run()
  4. Replies
    3
    Views
    926

    I think that he was just trying to find out if...

    I think that he was just trying to find out if anyone here on the CodeGuru forums knew how to program allegro. It seems perfectly alright to me (maybe more appropriate for the General Forums), as...
  5. Replies
    4
    Views
    971

    I know this post is a little delayed, but I just...

    I know this post is a little delayed, but I just signed up for these forums myself. Have you tried doing atoi() on your string? That should make them an integer, and if you want them to be a float...
  6. Replies
    6
    Views
    1,577

    What I would guess is wrong with your program is...

    What I would guess is wrong with your program is that you need to call the function in a thread. It's probly hanging up on the function, which will stop it from refeshing the program, and windows...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured