Mirage Source
My Race System - 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: My Race System (/showthread.php?tid=2092)

Pages: 1 2


Re: My Race System - Robin - 20-09-2008

Ewww, William you lied to me xD

Don't register them directly in the folder, it fucks up.

Copy them to system32 first.


Re: My Race System - Mattyw - 20-09-2008

Robin Wrote:Ewww, William you lied to me xD

Don't register them directly in the folder, it fucks up.

Copy them to system32 first.

Ad I said, fixed now. =-p

Except Race system, well, still need one & I get a strange error when Exiting the Server. >.>

Quote:Run-time error '340':
Control array element '1' doesn't exist

The following is highlighted:

Code:
If frmServer.Socket(Index).State = sckConnected Then

Inside "Function IsConnected(ByVal Index As Long) As Boolean" in modServerTCP.

Doesn't break anything though.


Re: My Race System - William - 20-09-2008

Robin Wrote:Ewww, William you lied to me xD

Don't register them directly in the folder, it fucks up.

Copy them to system32 first.
I didn't lie, that button runs a bat file with the regsvr32 command in it. I can't help that his so stupid that he don't put them in the system32 folder, but players of my game dont need to do that because they dont program in VB. So to make it simple for people on my forum, I added the dlls to the game folder, and they can register it using regsvr32. But mattyw needs to learn a few things before starting programming, for example how dll and ocx files should be handled.


Re: My Race System - Robin - 20-09-2008

It's nothing to do with programming Tongue

If your users then delete your game, they won't be able to run any other program that uses any of those dependencies.