[EMAIL PROTECTED] schrieb:
> Hello,
>
> I'm embedding Python interpreter in a Win32 console application. I use
> C++.
>
> I would like to use the WinAPI LoadLibrary function to load the python
> dll at runtime (followed by GetProcAddress calls), so that I have to
> make no assumptions about the l
Hello,
I'm embedding Python interpreter in a Win32 console application. I use
C++.
I would like to use the WinAPI LoadLibrary function to load the python
dll at runtime (followed by GetProcAddress calls), so that I have to
make no assumptions about the location of the dll.
However I can't use th