|
|
C.Net Assembly interface and Methods
Hi
After loading a DLL I am able to view the interfaces and methods. I am unable to call the methods (most likely not doing the write thing). I hope someone can help.
When I list the interfaces I get
DTNLib._IHistoryLookup3Events'
DTNLib._IHistoryLookup3Events_Event'
DTNLib.HistoryLookup3'
DTNLib.IHistoryLookup3'
Methods for class DTNILib.IHistoryLookup3:
ReqHistoryDailyDatapoints
When I do methodsview I get
Name : ReqHistoryDailyDatapoints
Argument : (DTNLib.IHistoryLookup3 this, System. String bstrSymbol, uint32 scalar ulMaxDatapoints)
My problem is how do I call this method.
Thanks
|
|
0
|
|
|
|
Reply
|
Mayowa
|
8/12/2010 1:25:08 PM |
|
Kinda new to .Net MatLab myself but I will try to help.
You have instantiate an instance of the class (unless they are static methods?)
instance = DTNILib.IHistoryLookup3;
instance.ReqHistoryDailyDatapoints(x,y,z)
"Mayowa " <MAYOWA@IEEEdotORGremove.this> wrote in message <i40snk$mkt$1@fred.mathworks.com>...
> Hi
>
> After loading a DLL I am able to view the interfaces and methods. I am unable to call the methods (most likely not doing the write thing). I hope someone can help.
>
> When I list the interfaces I get
>
> DTNLib._IHistoryLookup3Events'
> DTNLib._IHistoryLookup3Events_Event'
> DTNLib.HistoryLookup3'
> DTNLib.IHistoryLookup3'
>
> Methods for class DTNILib.IHistoryLookup3:
> ReqHistoryDailyDatapoints
>
> When I do methodsview I get
> Name : ReqHistoryDailyDatapoints
> Argument : (DTNLib.IHistoryLookup3 this, System. String bstrSymbol, uint32 scalar ulMaxDatapoints)
>
>
> My problem is how do I call this method.
>
> Thanks
|
|
0
|
|
|
|
Reply
|
David
|
9/2/2010 6:08:19 PM
|
|
|
1 Replies
316 Views
(page loaded in 1.113 seconds)
Similiar Articles: C.Net Assembly interface and Methods - comp.soft-sys.matlab ...Hi After loading a DLL I am able to view the interfaces and methods. I am unable to call the methods (most likely not doing the write thing). I hop... input & output in assembly - comp.lang.asm.x86Generally speaking such techniques are called "memory mapped I/O ... You only need a minimal OS interface for learning assembly programming (read/write files, read ... Matlab Builder JA - Too many input arguments - comp.soft-sys ...input & output in assembly - comp.lang.asm.x86 You push your arguments, make ... ] Don't worry too much about Herbert's opinions, as ... interface and Methods - comp.soft-sys ... SolidWorks Sucks... - comp.cad.solidworksI remember discussions on this group of large assembly techniques, lightweight parts, just ... The downside is the interface and menus are weak compared to SW and the time to ... improve strlen - comp.lang.asm.x86... Precisely the intention in C, translated into Assembly. ... message was to promote more sound programming techniques ... write this logic in C++, have the frontend and interface ... Global Variable vs Struct Variable Question - comp.lang.asm.x86 ...... type and has static members and pointers to methods) you could link in a new type that implements the interface of ... to all small 10,000 You are not using assembly if you ... LinkDemand equivalent in Java? - comp.lang.java.security ...... myMth2 accepts (recursive) calls from any methods that ... Using C and Assembly code: 64Bit Calling convention ... defined by providing a ... or iterable interface, which ... device handle - comp.lang.asm.x86this is for standard intel assembly language can anyone ... mode ..... have a simulink block diagram that interfaces ... Windows Embedded CE provides several methods for ... instructor's solutions manual for Linear dynamic systems and ...... and S. Ramesh SOLUTIONS MANUAL FOR Assembly Language ... Organization and Design The Hardware Software Interface ... Ed, Arfken SOLUTIONS MANUAL FOR Mathematical Methods ... instructor solution manual for Artificial Neural Networks by B ...... Wheatley solutions manual to Applied Numerical Methods ... Organization and Design The Hardware Software Interface ... and S. Ramesh instructor solution manual for Assembly ... C.Net Assembly interface and Methods - comp.soft-sys.matlab ...Hi After loading a DLL I am able to view the interfaces and methods. I am unable to call the methods (most likely not doing the write thing). I hop... MVP-Submitted: Create Mixins with Interfaces and Extension MethodsBy creating extension methods using the interface, you can inject many more methods into the public definition of the interface, without forcing every developer to re ... 7/27/2012 1:47:58 AM
|
|
|
|
|
|
|
|
|