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

Search:

Type: Posts; User: MR.Hotdog

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    1,218

    Re: Is it plousable MemDC to BitMap?

    Here is a part of my code:


    #define export extern "C" __declspec (dllexport)
    export HANDLE Generate_map(HDC hDC , const char* ini_name, const char* bin_name ,int _X , int _Y)
    {
    BMAP =...
  2. Replies
    2
    Views
    1,218

    Is it plousable MemDC to BitMap?

    Hello, I am having a problem with a code I wrote.
    As an expansion to a program I need to draw an bitmap and return the bitmap (im making an DLL)

    I am new to this and never workt with bitmaps...
  3. Replies
    18
    Views
    9,728

    Re: ussing if or Switch with LPCWSTR

    now this var i dit check both variables
    (wchar_t) ini_index, (return value from GetPrivateProfileString) its value is an memory adress (chanching efry time i run this program),
    but after i...
  4. Replies
    18
    Views
    9,728

    Re: ussing if or Switch with LPCWSTR

    now with all the post i am getting i will print this page soon ther is a loth of valuable information to keep :)

    nice Arjay this code looks a loth like wat i was trying to do in the ferry ...
  5. Replies
    18
    Views
    9,728

    Re: ussing if or Switch with LPCWSTR

    thanks a loth Arjay even with my limited englich i understend efrything you say.
    tomorow i will go to the website to read that article :)



    GCDEF also thanks a loth for all your posts.

    i...
  6. Replies
    18
    Views
    9,728

    Re: ussing if or Switch with LPCWSTR

    somehow a bit of text wend missing (removed by mistake)

    i dit usse the:
    if(std::strcmp((char*)ini_index,"NE")) but dident work so thats why i post my last post.
    but thanks for showing me the...
  7. Replies
    18
    Views
    9,728

    Re: ussing if or Switch with LPCWSTR

    Thanks for helping so far, i still havent find a sulution, but yet i have learnd a loth from you gay's

    i dit learn C a while ago for µC Processor projects, but i never need oter variables then...
  8. Replies
    18
    Views
    9,728

    Re: ussing if or Switch with LPCWSTR

    i know that part but when you read an key from an ini file it returns an default value if the key not exists, i ussed _T("NULL") to return the string "NULL" if the kay not exists
    ...
  9. Replies
    18
    Views
    9,728

    Re: ussing if or Switch with LPCWSTR

    Hope this is more easy to read.

    i am trying to read an ini file and usse an if or switch to take action.
    i have this in ini.h file


    LPCWSTR ini_read_string(LPCWSTR _ini_File_Name, LPCWSTR...
  10. Replies
    18
    Views
    9,728

    ussing if or Switch with LPCWSTR

    Hello,

    i am trying to read an ini file and usse an if or switch to take action.

    i have this in ini.h file

    LPCWSTR ini_read_string(LPCWSTR _ini_File_Name, LPCWSTR _ini_Section_Name, LPCWSTR...
Results 1 to 10 of 10





Click Here to Expand Forum to Full Width

Featured