Click here to Skip to main content
16,010,918 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: error LNK2019: linker error.....in eVC++ 4.0 Pin
Eytukan21-Jul-06 0:17
Eytukan21-Jul-06 0:17 
Questioncreating setup for application Pin
Tara1419-Jul-06 20:19
Tara1419-Jul-06 20:19 
AnswerRe: creating setup for application Pin
Hamid_RT19-Jul-06 21:11
Hamid_RT19-Jul-06 21:11 
GeneralRe: creating setup for application [modified] Pin
Tara1419-Jul-06 21:15
Tara1419-Jul-06 21:15 
AnswerRe: creating setup for application Pin
Ștefan-Mihai MOGA19-Jul-06 21:16
professionalȘtefan-Mihai MOGA19-Jul-06 21:16 
AnswerRe: creating setup for application Pin
ThatsAlok21-Jul-06 4:02
ThatsAlok21-Jul-06 4:02 
GeneralRe: creating setup for application Pin
Tara1422-Jul-06 1:04
Tara1422-Jul-06 1:04 
QuestionVSS automation problem Pin
stanlymt19-Jul-06 19:59
stanlymt19-Jul-06 19:59 
I'm using VSS interface in my program.
I'm getting the latest version of the file by using Get function in IVSSItemPtr.

IVSSItemPtr vssi;
COleVariant varBuf(strProjectFolder);
vssi = m_vssdb->GetVSSItem( varBuf.bstrVal,0);
vssi->Get( NULL,VSSFLAG_USERRONO | VSSFLAG_RECURSYES | VSSFLAG_FORCEDIRYES | VSSFLAG_GETYES );

The above code works perfectly for me. It gets the latest version. But I'm suffering from biggest disadvantage. Once this function is called it disables my main application. No messages are handled by main window, when the Get function is called. Once that function execution is finished then only Window accepts messages. Till then all the messages are blocked. Even all the threads are suspended. For large folders when we use Get function, it's takes very long time and it's quite annoying that Window gets disabled and all background threads are suspended. Is there any way to overcome it? I wanted to monitor the status of the Get function. Is there any way to run background thread to monitor it? Can we enable the Window to accept messages.

Thanks,
Stanly
AnswerRe: VSS automation problem Pin
Steve S19-Jul-06 21:42
Steve S19-Jul-06 21:42 
GeneralRe: VSS automation problem Pin
stanlymt19-Jul-06 21:52
stanlymt19-Jul-06 21:52 
GeneralRe: VSS automation problem Pin
Steve S19-Jul-06 22:34
Steve S19-Jul-06 22:34 
GeneralRe: VSS automation problem Pin
stanlymt19-Jul-06 22:50
stanlymt19-Jul-06 22:50 
GeneralRe: VSS automation problem Pin
Steve S20-Jul-06 0:00
Steve S20-Jul-06 0:00 
GeneralRe: VSS automation problem Pin
stanlymt20-Jul-06 0:14
stanlymt20-Jul-06 0:14 
Questioni am unable to understand tis function,plz help Pin
jitenderbansal19-Jul-06 19:51
jitenderbansal19-Jul-06 19:51 
AnswerRe: i am unable to understand tis function,plz help Pin
Sarath C19-Jul-06 20:08
Sarath C19-Jul-06 20:08 
AnswerRe: i am unable to understand tis function,plz help Pin
Hamid_RT19-Jul-06 20:42
Hamid_RT19-Jul-06 20:42 
QuestionSecurity Descriptor from SID Pin
ragavan19-Jul-06 19:39
ragavan19-Jul-06 19:39 
AnswerRe: Security Descriptor from SID Pin
Hamid_RT19-Jul-06 20:43
Hamid_RT19-Jul-06 20:43 
QuestionWin32 and console app. [modified] Pin
Anu_Bala19-Jul-06 18:53
Anu_Bala19-Jul-06 18:53 
AnswerRe: Win32 and console app. Pin
Michael Dunn19-Jul-06 19:04
sitebuilderMichael Dunn19-Jul-06 19:04 
AnswerRe: Win32 and console app. Pin
_AnsHUMAN_ 19-Jul-06 19:05
_AnsHUMAN_ 19-Jul-06 19:05 
GeneralRe: Win32 and console app. Pin
Rilhas21-Jul-06 12:36
Rilhas21-Jul-06 12:36 
QuestionHow to change property page caption in Wizard mode Pin
jadhav12319-Jul-06 18:05
jadhav12319-Jul-06 18:05 
AnswerRe: How to change property page caption in Wizard mode Pin
ThatsAlok19-Jul-06 18:42
ThatsAlok19-Jul-06 18:42 

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.