Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
C

chenxiujie

@chenxiujie
About
Posts
54
Topics
32
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How can I get the chunk-size in the Http1.1
    C chenxiujie

    I want to get the chunk-size in a http1.1 message, who can tell me how to do?

    C / C++ / MFC question tutorial

  • About /Clr Option in VS2005
    C chenxiujie

    I created a ATL project with the VS2005, and in the project I used the c# component. So I selected the "Common Language Runtime Support(/clr)", First I built the Release version, and compiled successfully. But when I built the Debug version, I encountered a problem, the compiled failed. and prompt "Command line error D8045 :cannot compile C file 'MCChannel_i.c' with the /clr option". I tried to disable the /clr option, but there is other compiler error. Who know the reason, please help me , thanks!

    C / C++ / MFC help announcement csharp c++ dotnet

  • How to call Microsoft C# module in the COM component (C++)
    C chenxiujie

    Hi, Sudeesh Thank you very much. You are so kind. Best Regards,

    C / C++ / MFC csharp c++ com tutorial

  • How to call Microsoft C# module in the COM component (C++)
    C chenxiujie

    Would you give me a example? thanks a lot!

    C / C++ / MFC csharp c++ com tutorial

  • CoCreateInstance() return E_OUTOFMEMORY
    C chenxiujie

    Hello, I create a COM componet with ATL, but when I test it , by CoCreateInstance(), the result value is always E_OUTOFMEMORY, who can tell me why? Thanks a lot!

    ATL / WTL / STL c++ com question

  • In C++, how get the value and key in the IDictionary
    C chenxiujie

    In C++, how get the value and key in the IDictionary Thanks.

    C / C++ / MFC c++

  • How to call Microsoft C# module in the COM component (C++)
    C chenxiujie

    Hello, Who can tell me "How to call Microsoft C# module in the COM component (C++)" Thanks a lot!

    C / C++ / MFC csharp c++ com tutorial

  • Problem about the "Optimization: Maximize Speed(O2)"
    C chenxiujie

    Hello, everyone ! I encounter a problem. When I set the VC++ (7.0) "Optimization: Maximize Speed(O2)", my program can't work correctly. But when I changed the Optimization to other, for example to "Minimize Size (O1)" or disable, my program can work correctly. But for some reason, I must use the (O2) option. I want to know by which way , can I find the bug in source ? Thanks a lot! Best Regards,

    C / C++ / MFC performance help c++ algorithms tutorial

  • How to synchronization audio and video in a mpeg2ps file?
    C chenxiujie

    The question is as the title. I want to know where can I find the instruction about this aspect. thank you!

    C / C++ / MFC question tutorial

  • IPC in Vista
    C chenxiujie

    Hello, In Vista, which kind of IPC is better? who can tell me? In Vista, I tried the "file mapping", but it seems not work at all. Best Regards,

    C / C++ / MFC question

  • How to distinguish start method
    C chenxiujie

    :), the requirement is that: There is a program (let's name it A.exe), if user double click the A.exe, it doesn't reponse, by other words, user can't start it by double click. But the A.exe can be started by another program B.exe, and after user setting, the A.exe can start when the user log in the system(XP or vista). Best Regards,

    C / C++ / MFC tutorial

  • How to distinguish start method
    C chenxiujie

    Hello ! Who can tell me how to distinguish the following case: case1: Prog.exe is started by double click. case2: Prog.exe is started by operating system. case3: prog.exe is started by other program.(for example: ShellExecute()) Distinguish means in the prog, to distinguish. Thanks!

    C / C++ / MFC tutorial

  • How to terminate a process gently
    C chenxiujie

    Thank you!

    C / C++ / MFC tutorial announcement

  • How to terminate a process gently
    C chenxiujie

    Thank you for your replay, please tell me where can I get the article,"MS KB" means what?

    C / C++ / MFC tutorial announcement

  • How to terminate a process gently
    C chenxiujie

    Hello, Process A want Process B to quit. How to do can give the Process B enough time to do something release. Please give me some suggestion, thank you !

    C / C++ / MFC tutorial announcement

  • 【CPropertyPageEx in Vista】
    C chenxiujie

    Hello, everyone! I encounter a strange question. I create a CPropertyPageEx object and pass a "HBITMAP hBitmap" as a parameter to the CPropertyPageEx::construct() But in Vista the bitmap can't be displayed, however in XP it can be displayed. Who can tell me the reason, thank you !

    C / C++ / MFC graphics question

  • LoadBitmap() in Vista
    C chenxiujie

    Hello, everyone! I encounter a problem. Running on Vista, when I invoke LoadBitmap() to load a bitmap, but it doesn't work. Who can tell me the reason? I run the program with "Administrator" privilege and the Vista version is CTP Build 5308. Thank you and best regards.

    C / C++ / MFC graphics help question announcement

  • Question about "singleton in multi-thread"
    C chenxiujie

    Hello, everyone! I encounter a strange question. I defined a singleton class like this: static CMySocket& GetMySocket(); CMySocket& CMySocket::GetMySocket() { static CMySocket temp; return temp; } In single thread, it works properly, but in Multi-thread, (I can ensure in main thread, invoke CMySocket::GetMySocket first), when invoke GetMySocket I get different instance , who can tell me , why? Thanks a lot and best regards.

    C / C++ / MFC question

  • UNC Path
    C chenxiujie

    Hello, all! Who can tell me the concept of "UNC path"? In which case should we use "UNC path" ? I feel confused. Best Regards,

    C / C++ / MFC question

  • in Vista "OpenService()" fail
    C chenxiujie

    In Vista, in one of my program, invoke "OpenService()" is being refused. Who can tell me, how can I imporve my program's privilege? I logon as Administrator. Best Regards.

    C / C++ / MFC question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups