OpenCV application error
-
dSolariuM wrote:
But Before the application starts...
What application?
"Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
-
Hi, thanks for quick reply... I mean my application (.exe) file. after i press F5 button to debug the error appears.
Every new thing you learn,Gives you a new personality.
Have you narrowed the problem down to OpenCV? In other words, what happens if you cerate a new project that does not use OpenCV?
"Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
-
Have you narrowed the problem down to OpenCV? In other words, what happens if you cerate a new project that does not use OpenCV?
"Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
I have the problem with opencv only... I have included all the files and libraries... Then I write a simple code that uses opencv libraries... Then I debug the app and the error appears... Before even clicking on the button that contains the code...
Every new thing you learn,Gives you a new personality.
-
I have the problem with opencv only... I have included all the files and libraries... Then I write a simple code that uses opencv libraries... Then I debug the app and the error appears... Before even clicking on the button that contains the code...
Every new thing you learn,Gives you a new personality.
Are you implicitly or explicitly linking with their libraries? Have any global OpenCV-related objects been declared?
"Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
-
Are you implicitly or explicitly linking with their libraries? Have any global OpenCV-related objects been declared?
"Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
-
I have global declarations of opencv classes and I am using "additional dependencies" section in Linker options.
Every new thing you learn,Gives you a new personality.
dSolariuM wrote:
I have global declarations of opencv classes...
Classes or objects? Global objects will be instantiated before your "main" function gets called. That may be where the error is happening.
"Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
-
Hi all, I am new to opencv and I want to use it. But Before the application starts an error appears: "The application was unable to start correctly (0x0150002).Click OK to close the application" Please help me(I am using opencv2.0 and running windows vista) Thanks.
Every new thing you learn,Gives you a new personality.
Basic question. I assume you managed to build the OpenCV libraries and/or DLLs successfully? Also, do you know about the OpenCV support group on Yahoo Groups? You may have better luck there since it's a specialized support group.
You measure democracy by the freedom it gives its dissidents, not the freedom it gives its assimilated conformists.
-
Hi all, I am new to opencv and I want to use it. But Before the application starts an error appears: "The application was unable to start correctly (0x0150002).Click OK to close the application" Please help me(I am using opencv2.0 and running windows vista) Thanks.
Every new thing you learn,Gives you a new personality.
i have the same problem...did you find any solution? /David
-
i have the same problem...did you find any solution? /David
I am facing same problem.. Has any body found solution for same
-
Hi all, I am new to opencv and I want to use it. But Before the application starts an error appears: "The application was unable to start correctly (0x0150002).Click OK to close the application" Please help me(I am using opencv2.0 and running windows vista) Thanks.
Every new thing you learn,Gives you a new personality.
hi, maybe already is late, but like aditional information, i got the same problem and i solved, a had put cv210d.lib; cvauxd.lib; etc. in the entry of Link in properties window, I erased the letter 'd' cv210.lib; cvaux.lib; etc. and the message "The application was unable to start correctly (0x0150002)" no appeared other time. Regards.