R.Wieser
2024-04-17 15:40:12 UTC
Hello all,
I've been using Borlands Tasm32 v5 for a while now, but have a bit of a
problem with declaring strings and values inside a dll.
For instance, CRTDLL.DLL exposes "_iob", which is/should be (a pointer to)
an array of stdio control structures.
And I have no idea how to define it. :-|
Worse: when I checked _IOB points to a "JMP [...]" (indirect jump) byte
sequence (and not a pointer to the actual data).
The question is, does anyone (stil) know how to declare such an external
value / string ?
Regards,
Rudy Wieser
I've been using Borlands Tasm32 v5 for a while now, but have a bit of a
problem with declaring strings and values inside a dll.
For instance, CRTDLL.DLL exposes "_iob", which is/should be (a pointer to)
an array of stdio control structures.
And I have no idea how to define it. :-|
Worse: when I checked _IOB points to a "JMP [...]" (indirect jump) byte
sequence (and not a pointer to the actual data).
The question is, does anyone (stil) know how to declare such an external
value / string ?
Regards,
Rudy Wieser