Mirage Source
Compiling - 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: Compiling (/showthread.php?tid=1568)



Compiling - original - 20-02-2008

I was compiling my client, and it said that a variable wasn't defined in modGameLogic. It highlighted frmChars, heres the Case containing frmChars.

Code:
Case MENU_STATE_NEWCHAR
            frmChars.Visible = False
            Call SetStatus("Connected, getting available classes...")
            Call SendGetClasses

I got the error when trying to compile source.


Re: Compiling - Ramsey - 20-02-2008

Do you have a from called frmChars in your project?


Re: Compiling - original - 20-02-2008

I would think it would come default with MS... i need to look into it..

No i do not. Can someone RAR the default frmChars, cause it wasn't in my package.


Re: Compiling - Stomach Pulser - 20-02-2008

Why bother with us, there are many ways to download it here on the forums...


Re: Compiling - Beres - 22-02-2008

How does it not come with the download. You seem like you have mental difficulties. Go see a doctor.


Re: Compiling - original - 22-02-2008

It did come with the download, but i had to add frmChars manually to the project, cause when i ran VB6, i couldn't find a frmChars in the Forms Box(thingy?). Anyway i fixed this problem.