WICHTIG: Der Betrieb von goMatlab.de wird privat finanziert fortgesetzt. - Mehr Infos...

Mein MATLAB Forum - goMatlab.de

Mein MATLAB Forum

 
Gast > Registrieren       Autologin?   

Partner:




Forum
      Option
[Erweitert]
  • Diese Seite per Mail weiterempfehlen
     


Gehe zu:  
Neues Thema eröffnen Neue Antwort erstellen

.NET Assembly Event und Matlab Listener

 

Ranzi

Gast


Beiträge: ---
Anmeldedatum: ---
Wohnort: ---
Version: ---
     Beitrag Verfasst am: 07.04.2011, 15:41     Titel: .NET Assembly Event und Matlab Listener
  Antworten mit Zitat      
Hallo,

hat sich schon jemand mit diesem Gebiet beschäftigt?

Ich habe in C# eine funktion geschrieben die ein Event auslöst, das als Assembly verpackt und mit Matlab (2010a) eingebunden.

Matlab hört mit addlistener auf das Event und löst eine Funktion aus.

Allerdings bekomme ich beim ausführen irgend einen Matlab Error, sodass mein Matlab abschmiert.

Das nicht benutzen von delegates hat dieses Problem auch nicht gelöst.

Lösungsvorschläge, oder eigene Beispiele gerne erwünscht Smile

Gruß,
Ranzi


_Peter_
Moderator

Moderator


Beiträge: 537
Anmeldedatum: 08.12.10
Wohnort: ---
Version: 7.10, 2010a
     Beitrag Verfasst am: 07.04.2011, 16:54     Titel:
  Antworten mit Zitat      
Hallo Ranzi,
Ranzi hat Folgendes geschrieben:

irgend einen Matlab Error,


Ich kenne mich da zwar nicht aus, aber diese Fehlerbeschreibung ist mehr als schlecht. Du solltest die genaue Fehlermeldung posten, damit die Leute dir einfacher helfen können.
_________________

Gruß
Peter
_________________
goMatlab-Knigge - dran gehalten?!
Schon in den FAQ gesucht? Oder der MATLAB Hilfe?
Ist vielleicht bei den Skripten oder den Tutorials was für dich dabei?
Private Nachricht senden Benutzer-Profile anzeigen
 
Ranzi

Gast


Beiträge: ---
Anmeldedatum: ---
Wohnort: ---
Version: ---
     Beitrag Verfasst am: 07.04.2011, 17:43     Titel:
  Antworten mit Zitat      
Entschuldigung, hier der Fehler:
Code:

------------------------------------------------------------------------
       Segmentation violation detected at Thu Apr 07 17:40:32 2011
------------------------------------------------------------------------

Configuration:
  MATLAB Version:   7.10.0.499 (R2010a)
  MATLAB License:   ******
  Operating System: Microsoft Windows XP
  Window System:    Version 5.1 (Build 2600: Service Pack 3)
  Processor ID:     x86 Family 6 Model 5 Stepping 2, GenuineIntel
  Virtual Machine:  Java 1.6.0_12-b04 with Sun Microsystems Inc. Java HotSpot(TM) Client VM mixed mode
  Default Encoding:  windows-1252

Fault Count: 1

Register State:
  EAX = 00000000  EBX = 00000003
  ECX = 1b03be28  EDX = 7a9f8c9c
  ESI = 1b03be28  EDI = 1a98ae90
  EBP = 00c2be90  ESP = 00c2be1c
  EIP = 7a725dc7  FLG = 00210206

Stack Trace:
  [0] m_interpreter.dll:void __cdecl inAssignInputArgsToFormals(int,struct mxArray_tag * * const,class Mfh_mp *,int)(3, 0x1b03f128, 3, 0xffffffff) + 119 bytes
  [1] m_interpreter.dll:void __cdecl inRunMfile(int,struct mxArray_tag * *,int,struct mxArray_tag * *,class Mfh_mp *,struct inWorkSpace_tag *)(1, 0x1b04e880, 3, 0x1b03f128) + 454 bytes
  [2] m_interpreter.dll:public: virtual void __thiscall Mfh_mp::dispatch_file(struct _mdUnknown_workspace *,int,struct mxArray_tag * *,int,struct mxArray_tag * *)(0, 1, 0x1b04e880, 3) + 23 bytes
  [3] m_interpreter.dll:public: virtual void __thiscall Mfh_mp::dispatch_file(int,struct mxArray_tag * *,int,struct mxArray_tag * *)(1, 0x1b04e880, 3, 0x1b03f128) + 25 bytes
  [4] m_dispatcher.dll:public: virtual void __thiscall Mfh_file::dispatch_fh(int,struct mxArray_tag * *,int,struct mxArray_tag * *)(1, 0x1b04e880, 3, 0x1b03f128) + 249 bytes
  [5] m_dispatcher.dll:public: void __thiscall Mfunction_handle::dispatch(int,struct mxArray_tag * *,int,struct mxArray_tag * *)(1, 0x1b04e880, 3, 0x1b03f128) + 420 bytes
  [6] mcos.dll:public: virtual void __thiscall mcos::MScopedMethodInfo::invoke(class mcos::COSClient const *,int &,class mcos::COSValue *,int,class mcos::COSValue const *)const (0x02b63014, 0x00c2c1d8, 0x1b0453e8, 3) + 295 bytes
  [7] mcos.dll:public: virtual void __thiscall mcos::MConstructorMI::invoke(class mcos::COSClient const *,int &,class mcos::COSValue *,int,class mcos::COSValue const *)const (0x02b63014, 0x00c2c1d8, 0x1b0453e8, 3) + 122 bytes
  [8] mcos.dll:private: void __thiscall OpaqueMethodCallMetaData::callConstructor(class mcos::COSMethodInfo *,class mcos::COSValue *,class mcos::COSClient const *)(0x1adf1780, 0x1b045498, 0x02b63014, 0x1b030c08) + 283 bytes
  [9] mcos.dll:public: bool __thiscall OpaqueMethodCallMetaData::callMethodOrConstructor(struct mxArray_tag *,bool,int,struct mxArray_tag * * const,int,struct mxArray_tag const * * const,bool,class mcos::COSClient const *)(0x1adf1780, 0, 0, 0) + 1249 bytes
  [10] mcos.dll:public: bool __thiscall OpaqueMethodMetaData::callMethodOrConstructor(struct mxArray_tag *,bool,int,struct mxArray_tag * * const,int,struct mxArray_tag const * * const,bool,class mcos::COSClient const *)(0x1adf1758, 0, 0, 0) + 96 bytes
  [11] mcos.dll:bool __cdecl omCallConstructor(class mcos::COSClassI *,class mcos::COSClient const *,int,struct mxArray_tag const * * const)(0x178931f0, 0x02b63014, 3, 0x1b03e7f8) + 94 bytes
  [12] mcos.dll:bool __cdecl omCallTopLevelConstructor(class mcos::COSClassI *,class mcos::COSClient const *,int,struct mxArray_tag const * * const)(0x1b030c08, 0x02b63014, 3, 0x1b03e7f8) + 50 bytes
  [13] mcos.dll:struct mxArray_tag * __cdecl omConstructObjectWithClient(struct mcos::COSNameID,int,struct mxArray_tag const * * const,class mcos::COSClient const *)(0x1b03e078, 3, 0x1b03e7f8, 0x02b63014) + 847 bytes
  [14] mcos.dll:struct mxArray_tag * __cdecl omConstructObject(struct mxArray_tag *,int,struct mxArray_tag const * * const)(0x17892e00, 3, 0x1b03e7f8, 1) + 35 bytes
  [15] dotnetcli.dll:void __cdecl dotnetcli::throwErrorOrWarning(char const *,unsigned long,struct mxArray_tag *,enum mcos::COSErrorOrWarning,char *)(0x1b339fd0 "MATLAB:NET:CLRException:MethodIn..", 0x00680003, 0x1789d050, 0x1b33cb80 "NET.NetException") + 426 bytes
  [16] dotnetcli.dll:void __cdecl dotnetcli::throwErrorIdTxt(char const *,unsigned long,struct mxArray_tag *,...)(0x1b339fd0 "MATLAB:NET:CLRException:MethodIn..", 0x00680003, 0x1789d050, 0x1ad90c60 "Message: Attempted to read or wr..") + 29 bytes
  [17] mscorwks.dll:0x1b5c1ca7(452144, 0x00c2d53c, 0xe662ab4d, 0)
  [18] 0x1bb6b68f(0x00c2d628, 0x1f7e11cc, 0x1f7e0abc, 0x00c2d690 "¸ÖÂ")
  [19] 0x1f2a079e(0x1b019780, 1, 0x1b019728, 0x1adf1044)
  [20] 0x1b586594(0x1ad3d838, 0x02b63014, 0x1adf1044, 0x1b019728)
  [21] mcos.dll:private: bool __thiscall OpaqueMethodCallMetaData::callCMethod(class mcos::COSMethodInfo *,struct mxArray_tag * * const,class mcos::COSClient const *)(0x1adf1010, 0x1ad3d838, 0x1b02f120, 0x02b63014) + 435 bytes
  [22] mcos.dll:public: bool __thiscall OpaqueMethodCallMetaData::callMethodOrConstructor(struct mxArray_tag *,bool,int,struct mxArray_tag * * const,int,struct mxArray_tag const * * const,bool,class mcos::COSClient const *)(0x1adf1010, 0, 0, 0) + 1438 bytes
  [23] mcos.dll:public: bool __thiscall OpaqueMethodMetaData::callMethodOrConstructor(struct mxArray_tag *,bool,int,struct mxArray_tag * * const,int,struct mxArray_tag const * * const,bool,class mcos::COSClient const *)(0x1adf0fe8, 0, 0, 0x1b02f120) + 96 bytes
  [24] mcos.dll:bool __cdecl mcosCallMethodImpl(struct mcos::COSNameID,struct mcos::COSNameID,class mcos::COSClient const *,int,struct mxArray_tag * * const,int,struct mxArray_tag const * * const,bool,bool)(0x1b023108, 0x1b023810, 0x02b63014, 0) + 116 bytes
  [25] mcos.dll:bool __cdecl omCallMethod(struct mcos::COSNameID,struct mcos::COSNameID,class mcos::COSClient const *,int,struct mxArray_tag * * const,int,struct mxArray_tag const * * const,bool)(0x1b023108, 0x1b023810, 0x02b63014, 0) + 71 bytes
  [26] dotnetcli.dll:public: void __thiscall dotnetcli::NetIndexingOverloadMI::callMethod(class mcos::COSClient const *,char const *,class mcos::COSClass *,struct mxArray_tag const *,class mcos::COSValue *,bool,struct mxArray_tag const *,unsigned int,int)const (0x02b63014, 0x00c2d944 "Start", 0, 0x00c2d8a0) + 527 bytes
  [27] dotnetcli.dll:private: struct mxArray_tag * __thiscall dotnetcli::NetIndexingOverloadMI::subsref(class mcos::COSClient const *,int,class mcos::COSValue *,struct mxArray_tag const *,struct mxArray_tag *,unsigned int,unsigned int)const (0x02b63014, 0, 0x1b0197d8, 0x1b0197d8) + 546 bytes
  [28] dotnetcli.dll:public: virtual void __thiscall dotnetcli::NetIndexingOverloadMI::invoke(class mcos::COSClient const *,int &,class mcos::COSValue *,int,class mcos::COSValue const *)const (0x02b63014, 0x1adf1374, 0x1b0197d8, 2) + 335 bytes
  [29] mcos.dll:private: bool __thiscall OpaqueMethodCallMetaData::callCMethod(class mcos::COSMethodInfo *,struct mxArray_tag * * const,class mcos::COSClient const *)(0x1adf1340, 0x1b027cc0, 0x00c2dd5c, 0x02b63014) + 435 bytes
  [30] mcos.dll:public: bool __thiscall OpaqueMethodCallMetaData::callMethodOrConstructor(struct mxArray_tag *,bool,int,struct mxArray_tag * * const,int,struct mxArray_tag const * * const,bool,class mcos::COSClient const *)(0x1adf1340, 0, 0, 0) + 1438 bytes
  [31] mcos.dll:public: bool __thiscall OpaqueMethodMetaData::callMethodOrConstructor(struct mxArray_tag *,bool,int,struct mxArray_tag * * const,int,struct mxArray_tag const * * const,bool,class mcos::COSClient const *)(0x1adf1318, 0, 0, 0x00c2dd5c) + 96 bytes
  [32] mcos.dll:bool __cdecl omCallMatlabDispatchMethod(struct mxArray_tag *,int,struct mxArray_tag * * const,int,struct mxArray_tag const * * const)(0x1789b140, 0, 0x00c2dd5c, 2) + 361 bytes
  [33] mcos.dll:public: virtual void __thiscall Mfh_opaque_dynamic_all_args::dispatch_mf(int,struct mxArray_tag * *,int,struct mxArray_tag * *)(0, 0x00c2dd5c, 2, 0x00c2dcf8) + 143 bytes
  [34] m_dispatcher.dll:public: virtual void __thiscall Mfh_MATLAB_fn::dispatch_fh(int,struct mxArray_tag * *,int,struct mxArray_tag * *)(0, 0x00c2dd5c, 2, 0x00c2dcf8) + 399 bytes
  [35] m_dispatcher.dll:public: void __thiscall Mfunction_handle::dispatch(int,struct mxArray_tag * *,int,struct mxArray_tag * *)(0, 0x00c2dd5c, 2, 0x00c2dcf8) + 420 bytes
  [36] m_interpreter.dll:void __cdecl mdCallFunction(int,struct mxArray_tag * *,int,struct mxArray_tag * *,class Mfh_MATLAB_fn *)(0, 0x00c2dd5c, 2, 0x00c2dcf8) + 36 bytes
  [37] m_interpreter.dll:_inReferenceSubscriptOverloadFcn(0x17885bc8, 1, 0x00c2e3dc, 0x00c2e5bc) + 200 bytes
  [38] m_interpreter.dll:__catch$?_Buynode@?$_Tree@V?$_Tmap_traits@VCacheKey@inPredictor@@VCacheData@2@U?$less@VCacheKey@inPredictor@@@std@@V?$utStlAllocator@U?$pair@$$CBVCacheKey@inPredictor@@VCacheData@2@@std@@@@$0A@@std@@@std@@IAEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VCacheKey@inPredictor@@VCacheData@2@U?$less@VCacheKey@inPredictor@@@std@@V?$utStlAllocator@U?$pair@$$CBVCacheKey@inPredictor@@VCacheData@2@@std@@@@$0A@@std@@@2@PAU342@00ABU?$pair@$$CBVCacheKey@inPredictor@@VCacheData@2@@2@D@Z$0(0x17885bc8, 1, 0x00c2e3dc, 0x00c2e5bc) + 7999 bytes
  [39] m_interpreter.dll:__catch$?inRunLoadObjFunction@@YAXPAUmxArray_tag@@@Z$1(0x17885bc8, 1, 0x00c2e3dc, 0x00c2e5bc) + 12701 bytes
  [40] m_interpreter.dll:_inComplexReference(0, 0x01000000, 0x17885bc8, 2) + 126 bytes
  [41] m_interpreter.dll:_inMatRefDispatch(36, 0, 0, 0x01000000) + 709 bytes
  [42] m_interpreter.dll:int __cdecl inInterp(enum inDebugCheck,int,int,enum opcodes,struct inPcodeNest_tag volatile *,int *)(1, 91, 7, 0) + 1032 bytes
  [43] m_interpreter.dll:int __cdecl protected_inInterp(enum inDebugCheck,int,int,enum opcodes,struct inPcodeNest_tag *,int *)(1, 91, 4, 0) + 39 bytes
  [44] m_interpreter.dll:int __cdecl inInterPcodeSJ(enum inDebugCheck,int,int,enum opcodes,struct inPcodeNest_tag *,int *)(1, 91, 4, 0) + 251 bytes
  [45] m_interpreter.dll:int __cdecl inExecuteMFunctionOrScript(class Mfh_mp *,bool)(0x1acfd800, 0xffffffff, 0x1a9895a0, 0) + 876 bytes
  [46] m_interpreter.dll:void __cdecl inRunMfile(int,struct mxArray_tag * *,int,struct mxArray_tag * *,class Mfh_mp *,struct inWorkSpace_tag *)(0, 0x00c2ee14, 0, 0x00c2ee74) + 466 bytes
  [47] m_interpreter.dll:public: virtual void __thiscall Mfh_mp::dispatch_file(struct _mdUnknown_workspace *,int,struct mxArray_tag * *,int,struct mxArray_tag * *)(0, 0, 0x00c2ee14, 0) + 23 bytes
  [48] m_interpreter.dll:public: virtual void __thiscall Mfh_mp::dispatch_file(int,struct mxArray_tag * *,int,struct mxArray_tag * *)(0, 0x00c2ee14, 0, 0x00c2ee74) + 25 bytes
  [49] m_dispatcher.dll:public: virtual void __thiscall Mfh_file::dispatch_fh(int,struct mxArray_tag * *,int,struct mxArray_tag * *)(0, 0x00c2ee14, 0, 0x00c2ee74) + 249 bytes
  [50] m_dispatcher.dll:public: void __thiscall Mfunction_handle::dispatch(int,struct mxArray_tag * *,int,struct mxArray_tag * *)(0, 0x00c2ee14, 0, 0x00c2ee74) + 420 bytes
  [51] m_interpreter.dll:int __cdecl inDispatchFromStack(int,char const *,int,int)(891, 0, 0, 0) + 626 bytes
  [52] m_interpreter.dll:_inCallFcnFromReference(0x1ae4b230, 0x1ad9e520, 0, 0) + 86 bytes
  [53] m_interpreter.dll:int __cdecl inInterp(enum inDebugCheck,int,int,enum opcodes,struct inPcodeNest_tag volatile *,int *)(1, 0, 1, 0) + 6320 bytes
  [54] m_interpreter.dll:int __cdecl protected_inInterp(enum inDebugCheck,int,int,enum opcodes,struct inPcodeNest_tag *,int *)(1, 0, 1, 0) + 39 bytes
  [55] m_interpreter.dll:int __cdecl inInterPcodeSJ(enum inDebugCheck,int,int,enum opcodes,struct inPcodeNest_tag *,int *)(1, 0, 1, 0) + 251 bytes
  [56] m_interpreter.dll:int __cdecl inExecuteMFunctionOrScript(class Mfh_mp *,bool)(0x1a484d01, 0xffffffff, 0x1a49d420, 0) + 876 bytes
  [57] m_interpreter.dll:void __cdecl inRunMfile(int,struct mxArray_tag * *,int,struct mxArray_tag * *,class Mfh_mp *,struct inWorkSpace_tag *)(0, 0x00c2f8a4, 0, 0) + 466 bytes
  [58] m_interpreter.dll:public: virtual void __thiscall Mfh_mp::dispatch_file(struct _mdUnknown_workspace *,int,struct mxArray_tag * *,int,struct mxArray_tag * *)(0, 0, 0x00c2f8a4, 0) + 23 bytes
  [59] m_interpreter.dll:public: virtual void __thiscall Mfh_mp::dispatch_file(int,struct mxArray_tag * *,int,struct mxArray_tag * *)(0, 0x00c2f8a4, 0, 0) + 25 bytes
  [60] m_dispatcher.dll:public: virtual void __thiscall Mfh_file::dispatch_fh(int,struct mxArray_tag * *,int,struct mxArray_tag * *)(0, 0x00c2f8a4, 0, 0) + 249 bytes
  [61] m_dispatcher.dll:public: void __thiscall Mfunction_handle::dispatch(int,struct mxArray_tag * *,int,struct mxArray_tag * *)(0, 0x00c2f8a4, 0, 0) + 420 bytes
  [62] m_interpreter.dll:void __cdecl inEvalPcodeHeaderToWord(struct _memory_context *,int,struct mxArray_tag * * const,struct _pcodeheader *,class Mfh_mp *,unsigned int)(0x7b9dd604, 0, 0x00c2f8a4, 0x00c2f7b0) + 73 bytes
  [63] m_interpreter.dll:enum inExecutionStatus __cdecl in_local_call_script_function(struct _memory_context *,struct _pcodeheader *,int,struct mxArray_tag * * const,unsigned int,bool)(0x7b9dd604, 0x00c2f7b0, 0, 0x00c2f8a4) + 70 bytes
  [64] m_interpreter.dll:__catch$?AnonymousFunction@InterpBridge@@UAEXHQAPAUmxArray_tag@@H0@Z$0(0x7b9dd604, 0x02ad5ad0 "setupSEC\n", 0, 0) + 10886 bytes
  [65] m_interpreter.dll:enum inExecutionStatus __cdecl inEvalCmdWithLocalReturn(char const *,int *,bool,bool,bool (__cdecl*)(void *,char const *))(0x02ad5ad0 "setupSEC\n", 0, 0, 1) + 79 bytes
  [66] m_interpreter.dll:public: virtual enum inExecutionStatus __thiscall InterpBridge::EvalCmdWithLocalReturn(char const *,int *,bool,bool)(0x02ad5ad0 "setupSEC\n", 0, 0, 1) + 25 bytes
  [67] m_interpreter.dll:_inEvalCmdWithLocalReturn(0x02ad5ad0 "setupSEC\n", 0, 0, 1) + 30 bytes
  [68] libmwbridge.dll:enum inExecutionStatus __cdecl evalCommandWithLongjmpSafety(char const *)(0x02ad5ad0 "setupSEC\n", 0, 0x179d1a78, 0) + 67 bytes
  [69] libmwbridge.dll:__catch$_mnParser$0(0x02d24f78, 0, 0x74731301, 1) + 294 bytes
  [70] mcr.dll:private: void __thiscall mcrInstance::mnParser_on_interpreter_thread(void)(0x179d1ab0, 0x7ffdf000 "è¹Â", 0x00c2fa5c, 0x7e42b317) + 51 bytes
  [71] mcr.dll:public: void __thiscall boost::function0<void>::operator()(void)const (0, 0x179d1a78, 0, 0x179d1a78) + 63 bytes
  [72] mcr.dll:public: virtual void __thiscall mcr::runtime::InterpreterThread::Impl::NoResultInvocationRequest::run(void)(0x7a0ee820, 0x7c90e473, 0x00c2fa90, 48) + 53 bytes
  [73] mcr.dll:private: static void __cdecl mcr::runtime::InterpreterThread::Impl::invocation_request_handler(int)(0x179d1a78, 0, 0x00030000 "Actx ", 0x00c2fbd4) + 40 bytes
  [74] uiw.dll:bool __cdecl UIW_DispatchUserMessage(int,int)(9224, 0x179d1a78, 0x00c2fbd4, 0x02f5f328) + 81 bytes
  [75] uiw.dll:long __stdcall HandleUserMsgHook(int,unsigned int,long)(0, 1, 0x00c2fbd4, 0x7e42a340) + 95 bytes
  [76] USER32.dll:0x7e431923(0x00030000 "Actx ", 1, 0x00c2fbd4, 0x7b2563e0)
  [77] USER32.dll:0x7e42b317(0x00c2fbc4, 0x00c2fbd4, 0x00c2fbf0, 0)
  [78] USER32.dll:0x7e4278d0(0x00c2fbc4, 48, 0x00030000 "Actx ", 1)
  [79] ntdll.dll:0x7c90e473(0x00c2fc40, 0, 0, 0)
  [80] uiw.dll:void __cdecl UIW_GetAndDispatchMessage(struct tagMSG *)(0x00c2fc40, 0x02d5d2d0, 0, 0x00c2fc88 " üÂ") + 20 bytes
  [81] uiw.dll:void __cdecl UIW_GetAndDispatchMessage(void)(0x192e5308, 0x192e5300, 0, 9224) + 15 bytes
  [82] uiw.dll:public: virtual void __thiscall uiw_ppeHook::pollingDuringFcn(bool)(0, 0, 0x00c2fd0a, 0x192e5300) + 53 bytes
  [83] libuij.dll:??$for_each@V?$_Vector_iterator@PAV?$wsfcn_proxy@PAVws_ppeHook@sysq@@@sysq@@V?$allocator@PAV?$wsfcn_proxy@PAVws_ppeHook@sysq@@@sysq@@@std@@@std@@U?$during_F@PAV?$wsfcn_proxy@PAVws_ppeHook@sysq@@@sysq@@@sysq@@@std@@YA?AU?$during_F@PAV?$wsfcn_proxy@PAVws_ppeHook@sysq@@@sysq@@@sysq@@V?$_Vector_iterator@PAV?$wsfcn_proxy@PAVws_ppeHook@sysq@@@sysq@@V?$allocator@PAV?$wsfcn_proxy@PAVws_ppeHook@sysq@@@sysq@@@std@@@0@0U12@@Z(0x00c2fd0a, 0x192e5300, 0x192e5308, 0) + 41 bytes
  [84] libuij.dll:??$ppe_for_each@U?$during_F@PAV?$wsfcn_proxy@PAVws_ppeHook@sysq@@@sysq@@@sysq@@@sysq@@YA?AU?$during_F@PAV?$wsfcn_proxy@PAVws_ppeHook@sysq@@@sysq@@@0@U10@@Z(0x00c2fd0a, 0, 0x02d62c60, 0x7b990f43) + 70 bytes
  [85] libuij.dll:void __cdecl sysq::ppeMainLoop(int,int,bool)(1, 0xffffffff, 0, 2) + 243 bytes
  [86] libuij.dll:void __cdecl sysq::ppeLoopIfOK(int,int,bool)(1, 0xffffffff, 0, 0) + 118 bytes
  [87] libuij.dll:void __cdecl



Gruß,
Ranzi
 
Ranzi

Gast


Beiträge: ---
Anmeldedatum: ---
Wohnort: ---
Version: ---
     Beitrag Verfasst am: 08.04.2011, 16:09     Titel:
  Antworten mit Zitat      
Hallo,

Ich hab es endlich geschafft! Es funktioniert.

Was zu dieser Meldung führte war, dass das EventArg null war.

Fall noch jemand für sowas interessiert kann er sich gerne melden.

Gruß,
Ranzi
 
Neues Thema eröffnen Neue Antwort erstellen



Einstellungen und Berechtigungen
Beiträge der letzten Zeit anzeigen:

Du kannst Beiträge in dieses Forum schreiben.
Du kannst auf Beiträge in diesem Forum antworten.
Du kannst deine Beiträge in diesem Forum nicht bearbeiten.
Du kannst deine Beiträge in diesem Forum nicht löschen.
Du kannst an Umfragen in diesem Forum nicht mitmachen.
Du kannst Dateien in diesem Forum posten
Du kannst Dateien in diesem Forum herunterladen
.





 Impressum  | Nutzungsbedingungen  | Datenschutz | FAQ | goMatlab RSS Button RSS

Hosted by:


Copyright © 2007 - 2024 goMatlab.de | Dies ist keine offizielle Website der Firma The Mathworks

MATLAB, Simulink, Stateflow, Handle Graphics, Real-Time Workshop, SimBiology, SimHydraulics, SimEvents, and xPC TargetBox are registered trademarks and The MathWorks, the L-shaped membrane logo, and Embedded MATLAB are trademarks of The MathWorks, Inc.