Welcome to MrOrange - Help Page!
Advanced/Compile options for Windows VB6:
Windows VB6
(win_vb6)
How to compile:
Download source code for client_win_vb6_source_X.XX.rar
Extract client_win_vb6_source_X.XX.rar
Get curl.exe:
you need to place a curl.exe binary in source directory:
Take a look at the curl project:
http://curl.haxx.se
Downlad your "Win32 - Generic" favourite curl.exe edition.
(Need a more small version? compress with
UPX
)
Get NSIS:
you need to install NSIS (Nullsoft Scriptable Install System):
Take a look at the curl project:
NSIS
copy MrOrange.ico to C:\Program Files\NSIS\Contrib\Graphics\Icons
Download KillProcDLL-bin.zip from
http://nsis.sourceforge.net/KillProcDLL_plug-in
Extract KillProcDLL.dll to C:\Program Files\NSIS\Plugins
Build MrOrange.exe:
you need to have some Microsoft Visual Basic 6.0 Windows Development software installed
Double click on MrOrange.vbp
From menus choose "File" , "Make MrOrange.exe"
Compile:
Right click on your MrOrange.nsi file ans select "Compile NSIS Script"
you have your
client_win_vb6_X.XX.exe
installer for Windows ready!
How to build servers name/ips inside installable?
Edit MrOrangeForm1.frm and change in Form_Load():
(you have to remove the trailing ')
'OrderServer=localhost
'EmergencyServer=127.0.0.1
Compile
How to change installable name?
Just rename client_win_vb6_X.XX.exe :)
How to change binary name (MrOrange.exe)?
Edit MrOrange.nsi and change:
(all references to MrOrange.exe)
rename MrOrange.exe file
Compile
Go back to help main page.