Zabaware Support Forums

HalVisionX Beta

Started by snowman, May 14, 2009, 04:26:31 PM

Previous topic - Next topic

rlederer

so now i got emgucv workin great...and from what i can see, it is a UAC error...vista uses UAC for access control, windows xp does not..how do i remove the UAC settings from this code?
 

rlederer

and when trying to debug yer code straight, i get:

"first chance exception of type "System.Threading.ThreadAbortException' occured in mscorlib.dll"

"first chance exception of type "System.TypeInitializationException' occurred in Emgu.CV.dll"

"first chance exception of type "System.TypeInitializationException' occurred in Emgu.CV.dll"

"first chance exception of type "System.TypeInitializationException' occurred in Emgu.CV.dll"

...just like that....hrrrmpppphhhh
 

snowman

You just passed my knowledge when you made that last comment...
Live long and prosper or die trying.

rlederer

ok...so the threadabortexception in mscorlib.dll is form a response not getting redirected properly...usually adding a ", False" into yer code in getresponse type situations helps..or at least thats what i read...now for the emgucv.dll errors...
 

snowman

I usually double click on the errors to see where it leads me too in the code.

Live long and prosper or die trying.


snowman

#66
I didn't reference those particular files with my code because I didn't see a need...

I think there is a need....

do you want me to do it.. or are you......


Come to think of it I couldn't reference them like the other files...
that's why I didn't add them
Live long and prosper or die trying.

rlederer

how bout you...im finding other posts...check this out at the very bottom..

http://sharpmap.codeplex.com/Thread/View.aspx?ThreadId=18994
 

rlederer

yer building on vista, right?  what does vista have that makes yer compile work?  what is XP missing?  can you run halvisionx in the VS2008 debugger fine?  cos i can't.  i keep throwing exceptions.. and what exactly is this oneclick thing?
 

snowman

I'm add them right now...
Live long and prosper or die trying.

rlederer

#70
got it...add the emgucv dll's from the examples bin folder into yer release folder then redo the publish then it works for XP...yay!

this stuff....OpenCV dll's (cv110.dll, cxcore110.dll etc) are in the same folder as your executable. If you download the SourceAndExample.ZIP file, copy everything from the bin folder to the folder of your executable.'


OHHHH..one more thing...ya gotta turn off signing on the clickonce manifests....then it werks a charm on XP...Phewww..


BUT IT WON'T RUN OUTSIDE THE DEBUGGER!!
 

snowman

#71
Give me one moment and I'll have you test it.... ok?


***************

Download it from the first post... this is the modified version
Live long and prosper or die trying.

rlederer

sorry i'm gettin so jumpy...its just so close...i can taste it.
 

snowman

I just removed the signing part... but its not in the version I just released.
Live long and prosper or die trying.

snowman

#74
It's not opening up in Vista... it did seem to install correctly.. which is a small miracle in itself

but it will work in the debugger.... hmmmmm?
Live long and prosper or die trying.