Click here to Skip to main content
15,892,072 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Bug in Visual Studio 2005 compiler? Pin
a_matseevsky24-Jan-14 16:22
a_matseevsky24-Jan-14 16:22 
GeneralRe: Bug in Visual Studio 2005 compiler? Pin
jschell25-Jan-14 12:37
jschell25-Jan-14 12:37 
GeneralRe: Bug in Visual Studio 2005 compiler? Pin
a_matseevsky25-Jan-14 18:56
a_matseevsky25-Jan-14 18:56 
GeneralRe: Bug in Visual Studio 2005 compiler? Pin
jschell26-Jan-14 12:29
jschell26-Jan-14 12:29 
GeneralRe: Bug in Visual Studio 2005 compiler? Pin
a_matseevsky26-Jan-14 20:24
a_matseevsky26-Jan-14 20:24 
QuestionShellExecuteEx with Windows 8 Pin
Member 147103916-Jan-14 8:16
Member 147103916-Jan-14 8:16 
AnswerRe: ShellExecuteEx with Windows 8 Pin
2374116-Jan-14 10:14
2374116-Jan-14 10:14 
GeneralRe: ShellExecuteEx with Windows 8 Pin
Member 147103916-Jan-14 14:33
Member 147103916-Jan-14 14:33 
Thank you for responding.

I ran Process Monitor(current version of Filemon) per your suggestion. Indeed it produced some curious results.

I compared Win 7 processes with 8 and noticed the file IO is at least described differently between the two.

With 7 ReadFile and WriteFile operations are shown.
With 8 these operations are called FASTIO_READ and FASTIO_WRITE.

Intermixed with the FASTIO_WRITE operations with SUCCESS result there are a curious mix of FAST IO DISALLOWED results. I am unsure what this may indicate.

Apparently some write operations were permitted while other write operations were not. This would be consistent with the end result but there is no indication why some of the writes were disallowed. There was also no general failure to the gxps process when these were encountered.

Hopefully this sparks someone's interest with more knowledge of the win 8 architecture than mine and can help lead to a solution.
GeneralRe: ShellExecuteEx with Windows 8 Pin
2374117-Jan-14 6:36
2374117-Jan-14 6:36 
GeneralRe: ShellExecuteEx with Windows 8 Pin
Member 147103917-Jan-14 9:03
Member 147103917-Jan-14 9:03 
GeneralRe: ShellExecuteEx with Windows 8 Pin
Member 147103918-Jan-14 11:25
Member 147103918-Jan-14 11:25 
QuestionRe: ShellExecuteEx with Windows 8 Pin
Richard MacCutchan16-Jan-14 22:05
mveRichard MacCutchan16-Jan-14 22:05 
AnswerRe: ShellExecuteEx with Windows 8 Pin
Member 147103917-Jan-14 8:11
Member 147103917-Jan-14 8:11 
QuestionHow to define a 3d array with each dimension a different type in C++? Pin
Falconapollo12-Jan-14 21:53
Falconapollo12-Jan-14 21:53 
AnswerRe: How to define a 3d array with each dimension a different type in C++? Pin
Richard MacCutchan12-Jan-14 22:46
mveRichard MacCutchan12-Jan-14 22:46 
GeneralRe: How to define a 3d array with each dimension a different type in C++? Pin
Albert Holguin13-Jan-14 4:09
professionalAlbert Holguin13-Jan-14 4:09 
GeneralRe: How to define a 3d array with each dimension a different type in C++? Pin
Richard MacCutchan13-Jan-14 5:06
mveRichard MacCutchan13-Jan-14 5:06 
GeneralRe: How to define a 3d array with each dimension a different type in C++? Pin
Stefan_Lang14-Jan-14 23:39
Stefan_Lang14-Jan-14 23:39 
GeneralRe: How to define a 3d array with each dimension a different type in C++? Pin
Richard MacCutchan15-Jan-14 0:36
mveRichard MacCutchan15-Jan-14 0:36 
AnswerRe: How to define a 3d array with each dimension a different type in C++? Pin
CPallini13-Jan-14 6:39
mveCPallini13-Jan-14 6:39 
AnswerRe: How to define a 3d array with each dimension a different type in C++? Pin
Stefan_Lang14-Jan-14 23:36
Stefan_Lang14-Jan-14 23:36 
GeneralRe: How to define a 3d array with each dimension a different type in C++? Pin
Richard Andrew x6416-Jan-14 11:56
professionalRichard Andrew x6416-Jan-14 11:56 
AnswerRe: How to define a 3d array with each dimension a different type in C++? Pin
Erudite_Eric15-Jan-14 0:11
Erudite_Eric15-Jan-14 0:11 
AnswerRe: How to define a 3d array with each dimension a different type in C++? Pin
Klaus-Werner Konrad16-Jan-14 4:31
Klaus-Werner Konrad16-Jan-14 4:31 
QuestionUPD large messages... Pin
arishri12-Jan-14 1:13
arishri12-Jan-14 1:13 

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.