On Mon, Oct 16, 2017 at 01:04:40PM -0700, Michael C wrote:
> Hi all:
>
>
> I don't understand this part about the memory:
>
> if I used VirtualQueryEx to find out if a region of memory is ok to scan,
> and it
> says it's ok, are the values in the region arranged like this:
>
> short,int,double,
On 16/10/17 21:04, Michael C wrote:
> I don't understand this part about the memory:
And I'm not sure I understand your question but...
> if I used VirtualQueryEx to find out if a region of memory is ok to scan,
> and it
> says it's ok, are the values in the region arranged like this:
>
> short
Hi all:
I don't understand this part about the memory:
if I used VirtualQueryEx to find out if a region of memory is ok to scan,
and it
says it's ok, are the values in the region arranged like this:
short,int,double,long,char, double, short in
as in, random?
I am asking this because, if it's
On 2017-10-15, boB Stepp wrote:
> Some things I am still pondering:
>
> 1) If I adopt the incremental approach to creating and
> initializing the working db, then it seems that the list,
> "sql_scripts", should not be hard-coded into the program. It
> seems to me it should be off somewhere by it