Author Topic: HalVisionX Beta  (Read 165323 times)

rlederer

  • Jr. Member
  • **
  • Posts: 65
    • View Profile
    • http://www.evcomputers.com
HalVisionX Beta
« Reply #60 on: May 17, 2009, 01:38:36 am »
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

  • Jr. Member
  • **
  • Posts: 65
    • View Profile
    • http://www.evcomputers.com
HalVisionX Beta
« Reply #61 on: May 17, 2009, 01:50:34 am »
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

  • Hero Member
  • *****
  • Posts: 956
  • Ai + Feelings + Supercompter = End of World
    • View Profile
    • http://www.MinervaAi.com
HalVisionX Beta
« Reply #62 on: May 17, 2009, 01:51:00 am »
You just passed my knowledge when you made that last comment...
Live long and prosper or die trying.

rlederer

  • Jr. Member
  • **
  • Posts: 65
    • View Profile
    • http://www.evcomputers.com
HalVisionX Beta
« Reply #63 on: May 17, 2009, 02:01:37 am »
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

  • Hero Member
  • *****
  • Posts: 956
  • Ai + Feelings + Supercompter = End of World
    • View Profile
    • http://www.MinervaAi.com
HalVisionX Beta
« Reply #64 on: May 17, 2009, 02:01:43 am »
I usually double click on the errors to see where it leads me too in the code.

Live long and prosper or die trying.

rlederer

  • Jr. Member
  • **
  • Posts: 65
    • View Profile
    • http://www.evcomputers.com
HalVisionX Beta
« Reply #65 on: May 17, 2009, 02:04:04 am »
 

snowman

  • Hero Member
  • *****
  • Posts: 956
  • Ai + Feelings + Supercompter = End of World
    • View Profile
    • http://www.MinervaAi.com
HalVisionX Beta
« Reply #66 on: May 17, 2009, 02:10:25 am »
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
« Last Edit: May 17, 2009, 02:12:18 am by snowman »
Live long and prosper or die trying.

rlederer

  • Jr. Member
  • **
  • Posts: 65
    • View Profile
    • http://www.evcomputers.com
HalVisionX Beta
« Reply #67 on: May 17, 2009, 02:13:26 am »
how bout you...im finding other posts...check this out at the very bottom..

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

rlederer

  • Jr. Member
  • **
  • Posts: 65
    • View Profile
    • http://www.evcomputers.com
HalVisionX Beta
« Reply #68 on: May 17, 2009, 02:15:33 am »
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

  • Hero Member
  • *****
  • Posts: 956
  • Ai + Feelings + Supercompter = End of World
    • View Profile
    • http://www.MinervaAi.com
HalVisionX Beta
« Reply #69 on: May 17, 2009, 02:20:31 am »
I'm add them right now...
Live long and prosper or die trying.

rlederer

  • Jr. Member
  • **
  • Posts: 65
    • View Profile
    • http://www.evcomputers.com
HalVisionX Beta
« Reply #70 on: May 17, 2009, 02:25:37 am »
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!!
« Last Edit: May 17, 2009, 02:31:11 am by rlederer »
 

snowman

  • Hero Member
  • *****
  • Posts: 956
  • Ai + Feelings + Supercompter = End of World
    • View Profile
    • http://www.MinervaAi.com
HalVisionX Beta
« Reply #71 on: May 17, 2009, 02:30:44 am »
Give me one moment and I'll have you test it.... ok?


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

Download it from the first post... this is the modified version
« Last Edit: May 17, 2009, 02:33:59 am by snowman »
Live long and prosper or die trying.

rlederer

  • Jr. Member
  • **
  • Posts: 65
    • View Profile
    • http://www.evcomputers.com
HalVisionX Beta
« Reply #72 on: May 17, 2009, 02:32:05 am »
sorry i'm gettin so jumpy...its just so close...i can taste it.
 

snowman

  • Hero Member
  • *****
  • Posts: 956
  • Ai + Feelings + Supercompter = End of World
    • View Profile
    • http://www.MinervaAi.com
HalVisionX Beta
« Reply #73 on: May 17, 2009, 02:36:07 am »
I just removed the signing part... but its not in the version I just released.
Live long and prosper or die trying.

snowman

  • Hero Member
  • *****
  • Posts: 956
  • Ai + Feelings + Supercompter = End of World
    • View Profile
    • http://www.MinervaAi.com
HalVisionX Beta
« Reply #74 on: May 17, 2009, 02:47:12 am »
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?
« Last Edit: May 17, 2009, 02:48:24 am by snowman »
Live long and prosper or die trying.