I want to get the chunk-size in a http1.1 message, who can tell me how to do?
chenxiujie
Posts
-
How can I get the chunk-size in the Http1.1 -
About /Clr Option in VS2005I 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!
-
How to call Microsoft C# module in the COM component (C++)Hi, Sudeesh Thank you very much. You are so kind. Best Regards,
-
How to call Microsoft C# module in the COM component (C++)Would you give me a example? thanks a lot!
-
CoCreateInstance() return E_OUTOFMEMORYHello, 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!
-
In C++, how get the value and key in the IDictionaryIn C++, how get the value and key in the IDictionary Thanks.
-
How to call Microsoft C# module in the COM component (C++)Hello, Who can tell me "How to call Microsoft C# module in the COM component (C++)" Thanks a lot!
-
Problem about the "Optimization: Maximize Speed(O2)"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,
-
How to synchronization audio and video in a mpeg2ps file?The question is as the title. I want to know where can I find the instruction about this aspect. thank you!
-
IPC in VistaHello, 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,
-
How to distinguish start method:), 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,
-
How to distinguish start methodHello ! 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!
-
How to terminate a process gentlyThank you!
-
How to terminate a process gentlyThank you for your replay, please tell me where can I get the article,"MS KB" means what?
-
How to terminate a process gentlyHello, 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 !
-
【CPropertyPageEx in Vista】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 !
-
LoadBitmap() in VistaHello, 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.
-
Question about "singleton in multi-thread"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.
-
UNC PathHello, all! Who can tell me the concept of "UNC path"? In which case should we use "UNC path" ? I feel confused. Best Regards,
-
in Vista "OpenService()" failIn 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.