On Friday, 12 June 2015 at 14:20:58 UTC, Alex Parrill wrote:
On Friday, 12 June 2015 at 13:16:32 UTC, Chris wrote:
On Friday, 12 June 2015 at 12:41:23 UTC, weaselcat wrote:
On Friday, 12 June 2015 at 10:54:46 UTC, Chris wrote:
Has anyone run into problems with D on AMD processors? I'm talking about Windows 7 on a HP625 laptop in particular.

Can you be any more specific? What kind of problems?

A DLL in D is loaded into a Python program, but not recognized later. It says: "NoneType doesn't have method called..." It's only on this machine (or processor?). I recompiled it on the machine, but I still get the same error. Unfortunately, we only have Intel processors, so I cannot test it on other AMD processors.

That's an error in your Python code.

I wish it were an error in the Python code so I could fix it, but it works on all other machines (at least those with Intel). It's only on the HP625 with AMD that this error occurs. Another DLL (which isn't mine) also failed to load, although with a different error message. It might be just this particular model, or AMD, I dunno. I couldn't find anything about it on the internet.

Atm I'm using dmd 2.067.1, maybe compiling with GDC or LDC will fix it.

Reply via email to