Günther,
> there is a function call in an external library (glut32.dll) which
> expects 2 arguments, the first one to be the *pointer* to an integer.
>
> Aparently the function will manipulate the value.
>
> How do I do that?
>
> I've tried passing things like:
>
> 5 yourAdress
> 5 asDword
> ... etc
>
> nothing worked, that doesn't seem to do the trick.
Try creating a DWORD, put any seed value you want in it, and then pass
the DWORD as the argument. Do not take the address yourself; the VM
will do that for you.
Have a good one,
Bill
--
Wilhelm K. Schwab, Ph.D.
[hidden email]