structure field with embedded space



I am modifying some Matlab code that accesses a .dll.
The .dll returns a structure. Some of the fields in the
structure have embedded spaces. (The name of the
structure is frameformat, so, for example, when I type
frameformat on the command line, one of the fields that is
returned is 'y offset'. Any attempts to change this
field, e.g. frameformat.y offset = 1
produce an error, obviously. So....how do I modify these
fields? Thanks!
.



Relevant Pages

  • Re: structure field with embedded space
    ... The .dll returns a structure. ... structure have embedded spaces. ... frameformat on the command line, one of the fields that is ... returned is 'y offset'. ...
    (comp.soft-sys.matlab)
  • Re: Which assembler can handle the BIG stuff ?
    ... their right mind is going to make jmps to jmp tables to jmp to internal ... Now let's say you have a DLL with a function called SOME_FUNCTIONat ... to know where offset 0h is in memory, ... Now everyone and their dog knows that an EXE file is loaded at 400000h ...
    (alt.lang.asm)
  • Re: using XS for calling exported methods from a DLL
    ... >Is there a way to call exported methods from a DLL without using win32::API. ... static int ppdrv_read(pTHX_ U32 func_addr, int base, int offset) ...
    (perl.beginners)
  • Re: CString * in a call to a dll
    ... I followed your advise and really showed that the dll was configured to link ... with static mfc library and the exe with shared mfc. ... >> displaying the dialog box more than once and modifying the value ...
    (microsoft.public.vc.mfc)
  • Re: InjCode.cpp
    ... >> to the InjCode thread we create in the target process, ... >> pointer to the sendmessgage function in process, ... > I'm no expert on this but the way it works is that each dll has a preferred ... This address is relative to the process (its an offset). ...
    (borland.public.delphi.nativeapi)