[fpc-pascal] Dynamic loading to static?

Ryan Joseph genericptr at gmail.com
Sat Oct 26 14:56:35 CEST 2019



> On Oct 26, 2019, at 4:26 AM, Sven Barth via fpc-pascal <fpc-pascal at lists.freepascal.org> wrote:
> 
> CodePointer(Py_Initialize) := GetProcAddress(handle, 'Py_Initialize');

Thanks that works.

I don’t think I’ve ever cast a left side value before in Pascal and honestly I didn’t think it was even possible. In fact didn’t we just have a big talk about for loop iterators and how they can’t be type cast? I thought that was because casting the left side value was illegal. Very confused now. ;)

Regards,
	Ryan Joseph



More information about the fpc-pascal mailing list