Mirage Source
Client Wont compile... - Printable Version

+- Mirage Source (https://mirage-engine.uk/forums)
+-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61)
+--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18)
+---- Forum: General (https://mirage-engine.uk/forums/forumdisplay.php?fid=17)
+---- Thread: Client Wont compile... (/showthread.php?tid=2232)



Client Wont compile... - halla - 09-10-2008

Just trying to compile both to make sure they do before I do anything. Server went ok. Client says Library is missing and highlights... DX As New DirectX7

I downloaded the latest DX. I have Vista. I dont really see how I am missing DirectX. Any help?


Re: Client Wont compile... - halla - 13-10-2008

Ok I got that fixed. Compiled. Loaded server. Loaded client made test account and character. Logged in with test character and this comes up...

---------------------------
Mirage
---------------------------
Run-time error '429':

ActiveX component can't create object
---------------------------
OK
---------------------------


Whats this mean and what should I do? Am I having these problems cause I have Vista?


Re: Client Wont compile... - Egon - 13-10-2008

Test it in VB6 and tell us there the error is. My guess is picscreen for some reason.


Re: Client Wont compile... - halla - 13-10-2008

Code:
' Initialize direct draw
    Set DD = DX.DirectDrawCreate("")

Weird. I downloaded the dll said. I put it in my System32 folder and after that it compiled find. I looked and its referenced already.

Any ideas?


Re: Client Wont compile... - Vahz - 14-10-2008

try to register that dll from command prompt...

open Command prompt (run as administrator) -> regsvr32 dx7vb.dll


Re: Client Wont compile... - halla - 15-10-2008

Worked Gracias