Click here to Skip to main content
15,920,468 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Help !! Pin
ThatsAlok13-May-05 23:38
ThatsAlok13-May-05 23:38 
GeneralRe: Help !! Pin
Anonymous15-May-05 17:10
Anonymous15-May-05 17:10 
GeneralRe: Help !! Pin
Sreekanth Muralidharan15-May-05 17:12
Sreekanth Muralidharan15-May-05 17:12 
GeneralRe: Help !! Pin
ThatsAlok15-May-05 18:08
ThatsAlok15-May-05 18:08 
GeneralRe: Help !! Pin
Sreekanth Muralidharan15-May-05 19:01
Sreekanth Muralidharan15-May-05 19:01 
GeneralRe: Help !! Pin
ThatsAlok16-May-05 2:37
ThatsAlok16-May-05 2:37 
GeneralRe: Help !! Pin
Sreekanth Muralidharan16-May-05 18:10
Sreekanth Muralidharan16-May-05 18:10 
GeneralRe: Help !! Pin
ThatsAlok16-May-05 20:15
ThatsAlok16-May-05 20:15 
Hi SreeKanth!
Look like lot's responsibility are on your Shoulder! Smile | :)

Anyway let's get back to your problem:-

Sreekanth Muralidharan wrote:
this required since a CFile::Open would return a handle to the file object. Could you please tell me what is the hidden functionality involved in CFile::Detach()/Attach().

actually you have mentioned that you are opening the file and passing the handle to CFile, so I make a guess you must be calling CFile::Attach File handle and CFile::Detach to detach file handle.


Sreekanth Muralidharan wrote:
any tool to analyze the thread process so that I could see the resource leaks inside the thread?

Process Viewer supplied with MS Visual Studio will help you track Thread opening/closing.

Sreekanth Muralidharan wrote:
We have no problem as said above in handling this bulk of data, but the single character acknowledgement fails quite too often.

As you very well know, Every HARDWARE device work on a well defined Set of commands.I had programmed hardware device only once i.e. Smartcards using Serial port communication. Try sending "C" instead of 'c' may be it's required NULL character to End Communication.


Sreekanth Muralidharan wrote:
Please read the mail in detail and your suggestions are very valuable not only for me but for the entire codeproject world.

That's a Great compliment, but i am stillin phase of learning. You can consider me beginner to Visual C++ world. you urself have more than 4 times exp then me Smile | :)

"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow


cheers,
Alok Gupta
GeneralRe: Help !! Pin
Sreekanth Muralidharan16-May-05 22:38
Sreekanth Muralidharan16-May-05 22:38 
GeneralRe: Help !! Pin
ThatsAlok16-May-05 22:52
ThatsAlok16-May-05 22:52 
GeneralRe: Help !! Pin
Sreekanth Muralidharan16-May-05 23:28
Sreekanth Muralidharan16-May-05 23:28 
GeneralRe: Help !! Pin
ThatsAlok17-May-05 0:29
ThatsAlok17-May-05 0:29 
GeneralRe: Help !! Pin
Sreekanth Muralidharan18-May-05 17:59
Sreekanth Muralidharan18-May-05 17:59 
GeneralRe: Help !! Pin
ThatsAlok18-May-05 18:12
ThatsAlok18-May-05 18:12 
GeneralRe: Help !! Pin
Sreekanth Muralidharan18-May-05 18:15
Sreekanth Muralidharan18-May-05 18:15 
GeneralRe: Help !! Pin
ThatsAlok18-May-05 18:42
ThatsAlok18-May-05 18:42 
GeneralRe: Help !! Pin
Sreekanth Muralidharan18-May-05 19:19
Sreekanth Muralidharan18-May-05 19:19 
GeneralRe: Help !! Pin
ThatsAlok18-May-05 19:25
ThatsAlok18-May-05 19:25 
GeneralRe: Help !! Pin
Sreekanth Muralidharan18-May-05 19:28
Sreekanth Muralidharan18-May-05 19:28 
GeneralRe: Help !! Pin
Sreekanth Muralidharan18-May-05 23:14
Sreekanth Muralidharan18-May-05 23:14 
GeneralRe: Help !! Pin
ThatsAlok18-May-05 23:29
ThatsAlok18-May-05 23:29 
GeneralRe: Help !! Pin
Sreekanth Muralidharan19-May-05 17:10
Sreekanth Muralidharan19-May-05 17:10 
GeneralRe: Help !! Pin
ThatsAlok19-May-05 20:44
ThatsAlok19-May-05 20:44 
GeneralRe: Help !! Pin
Sreekanth Muralidharan19-May-05 23:17
Sreekanth Muralidharan19-May-05 23:17 
GeneralRe: Help !! Pin
ThatsAlok19-May-05 23:25
ThatsAlok19-May-05 23:25 

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.