-
Notifications
You must be signed in to change notification settings - Fork 0
Build and develop
- Download source from here on GitHub.
- Use 7-zip to unpack the contents of the following archive files to the same directory of each archive file.
- Open the Windar solution file in Visual C# 2008 Express Edition, or other 2008 edition if you already have it. You should find the 2008 Express edition as a free download here.
- You can allow the modified TrayApp project file to load normally and ignore the initial warning, which is due to the included build task. The build task is used to auto-increment the main TrayApp version number. This is particularly useful when building the installer package.
- Click on “Set as StartUp Project” in the context menu for the TrayApp project in Solution Explorer.
- Rebuild Solution to build plugins, so they’re ready to be used in next step.
- Start Debugging (F5)
- Click on the Shutdown option in the Windar tray icon context menu to end.
If there are problems preventing a gracefull shutdown, or other software crash, you’ll likely find that you need to kill the erl.exe and epmd.exe processes which are related to Erlang and playdar-core.
It is normal for the epmd.exe process to remain running, however it will lock files in the Windar solution folder, so you may need to kill that process to have a clean start or when deleting or moving the folder.
It is possible to compile Windar and build the installer without Visual Studio using the supplied build.bat file (in the Installer sub-folder). You’ll need the following:
- .NET Framework 2.0 (x86 or x64) or .NET Framework 3.5.
-
NSIS, a scriptable win32 installer/uninstaller system.
- Copy
nsis\nsis_processes\bin\Processes.dllto the NSIS Plugins folder, which may have a path same or similar toC:\Program Files\NSIS\Plugins.
- Copy
A suitable version of the .NET Framework will typically be already available on XP, Vista, and Windows 7.
7-zip must still be used to unpack the contents some pre-compiled software as described above.