Click here to Skip to main content
15,905,419 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralFailed to CreateInstance while using IXMLHttpRequestPtr Pin
adapterJohn23-Feb-03 21:09
adapterJohn23-Feb-03 21:09 
QuestionWhy my vc++ is slow when loading a .dsw? Pin
sages23-Feb-03 20:50
sages23-Feb-03 20:50 
AnswerRe: Why my vc++ is slow when loading a .dsw? Pin
Ryan_Roberts24-Feb-03 1:04
Ryan_Roberts24-Feb-03 1:04 
AnswerRe: Why my vc++ is slow when loading a .dsw? Pin
AlexO24-Feb-03 2:41
AlexO24-Feb-03 2:41 
GeneralRe: Why my vc++ is slow when loading a .dsw? Pin
sages24-Feb-03 14:51
sages24-Feb-03 14:51 
Generalabout file operation Pin
fogmen23-Feb-03 19:49
fogmen23-Feb-03 19:49 
GeneralRe: about file operation Pin
fz_zhou23-Feb-03 20:30
fz_zhou23-Feb-03 20:30 
GeneralRe: about file operation Pin
Michael Dunn23-Feb-03 20:42
sitebuilderMichael Dunn23-Feb-03 20:42 
fogmen wrote:
Each part be sign by eof.

EOF isn't actually a character in the file, it's something handled by the OS. It sounds like you're opening a binary file in text mode, so any bytes in the file that are 26 are interpreted as EOF (back in the DOS days, EOF was stored in the file as ^Z but only text files). Open it in binary mode so you can read the raw bytes without the OS or CRT doing any interpretation of the contents.

--Mike--
The Internet is a place where absolutely nothing happens.
  -- Strong Bad

1ClickPicGrabber - Grab & organize pictures from your favorite web pages, with 1 click!
My really out-of-date homepage
Sonork-100.19012 Acid_Helm

GeneralRe: about file operation Pin
fogmen24-Feb-03 0:54
fogmen24-Feb-03 0:54 
GeneralFTP query Pin
Member 355617523-Feb-03 18:42
Member 355617523-Feb-03 18:42 
GeneralAccess Java class from VC++ Pin
Chintan23-Feb-03 17:38
Chintan23-Feb-03 17:38 
GeneralRe: Access Java class from VC++ Pin
adapterJohn24-Feb-03 1:27
adapterJohn24-Feb-03 1:27 
GeneralRe: Access Java class from VC++ Pin
KingTermite24-Feb-03 2:20
KingTermite24-Feb-03 2:20 
GeneralRe: Access Java class from VC++ Pin
Chintan27-Feb-03 17:58
Chintan27-Feb-03 17:58 
GeneralTo Display the percentage font inside a "Progress Bar" Pin
Neel Abraham23-Feb-03 17:13
Neel Abraham23-Feb-03 17:13 
GeneralRe: To Display the percentage font inside a "Progress Bar" Pin
valikac23-Feb-03 17:46
valikac23-Feb-03 17:46 
QuestionHow to Update numbers in an editbox control on the fly "OnMouseMove" Pin
Neel Abraham23-Feb-03 17:10
Neel Abraham23-Feb-03 17:10 
AnswerRe: How to Update numbers in an editbox control on the fly "onmousemove" Pin
HENDRIK R24-Feb-03 0:49
HENDRIK R24-Feb-03 0:49 
GeneralCChecklistbox having trouble painting Pin
brandon187923-Feb-03 14:54
brandon187923-Feb-03 14:54 
GeneralRe: CChecklistbox having trouble painting Pin
brandon187923-Feb-03 17:31
brandon187923-Feb-03 17:31 
QuestionDoes WS_TABSTOP works on CWnd classes? Pin
Miguel Lopes23-Feb-03 14:42
Miguel Lopes23-Feb-03 14:42 
AnswerRe: Does WS_TABSTOP works on CWnd classes? Pin
Chris Richardson23-Feb-03 17:33
Chris Richardson23-Feb-03 17:33 
QuestionHow do i make something execute in VS .NET? Pin
silversnake05 a.k.a. Michael23-Feb-03 14:29
susssilversnake05 a.k.a. Michael23-Feb-03 14:29 
AnswerRe: How do i make something execute in VS .NET? Pin
Chris Losinger23-Feb-03 18:39
professionalChris Losinger23-Feb-03 18:39 
AnswerRe: How do i make something execute in VS .NET? Pin
Jon Hulatt23-Feb-03 22:03
Jon Hulatt23-Feb-03 22:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.