Click here to Skip to main content
15,884,473 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: How can I create a colour btimap ? Pin
Darked developer19-Nov-04 2:41
Darked developer19-Nov-04 2:41 
GeneralCall to one Method of a COM component returns 0x80020008. But works on other machine Pin
User 21559718-Nov-04 18:39
User 21559718-Nov-04 18:39 
GeneralRe: Call to one Method of a COM component returns 0x80020008. But works on other machine Pin
geo_m19-Nov-04 2:58
geo_m19-Nov-04 2:58 
GeneralRe: Call to one Method of a COM component returns 0x80020008. But works on other machine Pin
User 21559719-Nov-04 3:28
User 21559719-Nov-04 3:28 
GeneralRe: Call to one Method of a COM component returns 0x80020008. But works on other machine Pin
geo_m19-Nov-04 3:48
geo_m19-Nov-04 3:48 
GeneralRe: Call to one Method of a COM component returns 0x80020008. But works on other machine Pin
User 21559721-Nov-04 17:13
User 21559721-Nov-04 17:13 
GeneralMoment of file Close Pin
moyeenm18-Nov-04 4:26
moyeenm18-Nov-04 4:26 
GeneralRe: Moment of file Close Pin
geo_m19-Nov-04 3:10
geo_m19-Nov-04 3:10 
look @ ReadDirectoryChangesW with FILE_NOTIFY_CHANGE_LAST_WRITE flag set. This is the nearest option I can imagine to help you quite easily.

Problem is that closing the file handle can mean nothing for the underlying filesystem in some situations, and I don't know any API that would allow you go as deep as to file locking mechanism that CAN be influenced by simple file closing (not saying that the behavior of such a functions can be different for NTFS or FAT32 or network drive)

Maybe you can track the file handles directly, but this will need a great experience in low level system programming (although nothing impossible I think) but it can also cause bugs in other applications, because you have to dig in other processes.
QuestionVectors safe??? Pin
Anonymous17-Nov-04 0:44
Anonymous17-Nov-04 0:44 
AnswerRe: Vectors safe??? Pin
markkuk17-Nov-04 1:16
markkuk17-Nov-04 1:16 
GeneralRe: Vectors safe??? Pin
Jörgen Sigvardsson17-Nov-04 11:31
Jörgen Sigvardsson17-Nov-04 11:31 
GeneralUrgent!!!How to pass an array in Event in ATl/COM Pin
Akshay Dave16-Nov-04 22:52
Akshay Dave16-Nov-04 22:52 
GeneralRe: Urgent!!!How to pass an array in Event in ATl/COM Pin
El'Cachubrey16-Nov-04 23:30
El'Cachubrey16-Nov-04 23:30 
GeneralRe: Urgent!!!How to pass an array in Event in ATl/COM Pin
ThatsAlok17-Nov-04 17:19
ThatsAlok17-Nov-04 17:19 
GeneralRe: Urgent!!!How to pass an array in Event in ATl/COM Pin
Akshay Dave18-Nov-04 17:30
Akshay Dave18-Nov-04 17:30 
GeneralRe: Urgent!!!How to pass an array in Event in ATl/COM Pin
Akshay Dave19-Nov-04 0:15
Akshay Dave19-Nov-04 0:15 
GeneralRe: Urgent!!!How to pass an array in Event in ATl/COM Pin
ThatsAlok21-Nov-04 20:06
ThatsAlok21-Nov-04 20:06 
Generalbasic stl::list erase question Pin
Stefan0116-Nov-04 6:14
Stefan0116-Nov-04 6:14 
GeneralRe: basic stl::list erase question Pin
Joaquín M López Muñoz16-Nov-04 9:24
Joaquín M López Muñoz16-Nov-04 9:24 
GeneralRe: basic stl::list erase question Pin
Stefan0116-Nov-04 11:59
Stefan0116-Nov-04 11:59 
GeneralStrange way of killing DLLHOST Pin
Federico Milano16-Nov-04 5:56
Federico Milano16-Nov-04 5:56 
GeneralSTL DataStructure for 50000 - 100000 items Pin
SandeepN16-Nov-04 4:10
SandeepN16-Nov-04 4:10 
GeneralRe: STL DataStructure for 50000 - 100000 items Pin
Joaquín M López Muñoz16-Nov-04 9:27
Joaquín M López Muñoz16-Nov-04 9:27 
GeneralStatus bar in ATL COM Exe Pin
shakiru11-Nov-04 0:22
shakiru11-Nov-04 0:22 
GeneralATL web service scope Pin
De Nardis Andrea10-Nov-04 8:38
De Nardis Andrea10-Nov-04 8:38 

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.