Click here to Skip to main content
15,908,111 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionWhat if two executable/Dynamic libraries use another common Dynamic library at the same time? Pin
shaktikanta3-Sep-14 22:43
shaktikanta3-Sep-14 22:43 
AnswerRe: What if two executable/Dynamic libraries use another common Dynamic library at the same time? Pin
CPallini3-Sep-14 23:09
mveCPallini3-Sep-14 23:09 
GeneralRe: What if two executable/Dynamic libraries use another common Dynamic library at the same time? Pin
shaktikanta4-Sep-14 0:34
shaktikanta4-Sep-14 0:34 
GeneralRe: What if two executable/Dynamic libraries use another common Dynamic library at the same time? Pin
CPallini4-Sep-14 1:59
mveCPallini4-Sep-14 1:59 
AnswerRe: What if two executable/Dynamic libraries use another common Dynamic library at the same time? Pin
Albert Holguin4-Sep-14 3:08
professionalAlbert Holguin4-Sep-14 3:08 
AnswerRe: What if two executable/Dynamic libraries use another common Dynamic library at the same time? Pin
Albert Holguin4-Sep-14 3:05
professionalAlbert Holguin4-Sep-14 3:05 
QuestionVS2005 Build order problem Pin
narasingubhanu3-Sep-14 21:04
narasingubhanu3-Sep-14 21:04 
AnswerRe: VS2005 Build order problem Pin
Freak304-Sep-14 0:26
Freak304-Sep-14 0:26 
AnswerRe: VS2005 Build order problem Pin
Albert Holguin4-Sep-14 3:12
professionalAlbert Holguin4-Sep-14 3:12 
Questiondeterminant of matrix in c N*N dimension return error at //answer[r][s]=input[p][q]; Pin
mybm13-Sep-14 3:17
mybm13-Sep-14 3:17 
AnswerRe: determinant of matrix in c N*N dimension return error at //answer[r][s]=input[p][q]; Pin
jeron13-Sep-14 4:39
jeron13-Sep-14 4:39 
GeneralRe: determinant of matrix in c N*N dimension return error at //answer[r][s]=input[p][q]; Pin
mybm13-Sep-14 4:47
mybm13-Sep-14 4:47 
GeneralRe: determinant of matrix in c N*N dimension return error at //answer[r][s]=input[p][q]; Pin
jeron13-Sep-14 4:53
jeron13-Sep-14 4:53 
GeneralRe: determinant of matrix in c N*N dimension return error at //answer[r][s]=input[p][q]; Pin
mybm13-Sep-14 5:08
mybm13-Sep-14 5:08 
GeneralRe: determinant of matrix in c N*N dimension return error at //answer[r][s]=input[p][q]; Pin
jeron13-Sep-14 5:11
jeron13-Sep-14 5:11 
GeneralRe: determinant of matrix in c N*N dimension return error at //answer[r][s]=input[p][q]; Pin
mybm110-Sep-14 19:02
mybm110-Sep-14 19:02 
AnswerRe: determinant of matrix in c N*N dimension return error at //answer[r][s]=input[p][q]; Pin
David Crow3-Sep-14 6:15
David Crow3-Sep-14 6:15 
AnswerRe: determinant of matrix in c N*N dimension return error at //answer[r][s]=input[p][q]; Pin
David Crow3-Sep-14 6:14
David Crow3-Sep-14 6:14 
GeneralRe: determinant of matrix in c N*N dimension return error at //answer[r][s]=input[p][q]; Pin
mybm110-Sep-14 19:14
mybm110-Sep-14 19:14 
Questionmaximum number of samples VC++ can dump in real time plotting Pin
niranjan arya2-Sep-14 21:10
niranjan arya2-Sep-14 21:10 
AnswerRe: maximum number of samples VC++ can dump in real time plotting Pin
Albert Holguin3-Sep-14 3:44
professionalAlbert Holguin3-Sep-14 3:44 
QuestionIs there a way to force a Windows application to always be on top? Pin
charlieg2-Sep-14 15:27
charlieg2-Sep-14 15:27 
We would call this a system modal situation, but there is a twist - I have no source code for the application in question (so, no ::SetWindowPos).

The big picture - my application is running, and it's full screen. Think of a kiosk like application... no window manager, no task bar, no keyboard. Should the user choose to, they can invoke a calibration utility for the touchscreen. When calibration is complete, the utility helpfully posts an AfxMessageBox("Calibration complete"). Here's where my woe begins...

If the user is careful, they can press the acknowledge box and the utility terminates. Choose poorly, and the application pops up over the dialog, effectively causing a blocking window inversion.

I think I can work around this by not blocking with the CreateProcess call, but I haven't tried it yet. So, any other ideas? I'm going to write the oem for a variation on the utility, but I don't have much hope there.

thanks
Charlie Gilley
<italic>Stuck in a dysfunctional matrix from which I must escape...

"Where liberty dwells, there is my country." B. Franklin, 1783
“They who can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.” BF, 1759


AnswerRe: Is there a way to force a Windows application to always be on top? Pin
«_Superman_»2-Sep-14 17:45
professional«_Superman_»2-Sep-14 17:45 
GeneralRe: Is there a way to force a Windows application to always be on top? Pin
charlieg3-Sep-14 4:11
charlieg3-Sep-14 4:11 
AnswerRe: Is there a way to force a Windows application to always be on top? Pin
Joe Woodbury3-Sep-14 15:04
professionalJoe Woodbury3-Sep-14 15:04 

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.