08-04-2007, 09:52 PM
At present, I'm unable to run any Mirage-Based Engines, or Mirage itself becasue whenever I try to run or compile, It tries to initialize DirectDraw, and causes me to get RTE 429.
I have all DLLs needed, I did alot of googling up till this point.
I have DirectX 9.0
If I comment out every DD instance, it runs fine, so It's just that I suppose.
Code:
Set DD = DX.DirectDrawCreate("")
I have all DLLs needed, I did alot of googling up till this point.
I have DirectX 9.0
If I comment out every DD instance, it runs fine, so It's just that I suppose.