prototype wont run on my windows 8 it has intel core i5 and a video card

  • Thread starter Thread starter JuNeSuperio
  • Start date Start date
J

JuNeSuperio

ERROR: Could not load DLL ‘prototype2engine.dll’. You probably have a static initializer that is crashing.

The most common cause is forgetting

core: :Name5tringAllocationstatic in a static core: :Name:

static const engine: Name Foo( “Bar”,

core:: NameStringAllocationStatic);

Or verily that the DLL exists. You can debug the issue by running your ‘main’ project with the command line: >><<

Continue reading...
 
Back
Top