File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#pragma once
22// You need to copy Kernel and Vision distributions into C3D folder at first
3- // Define C3D_USAGE to use C3D in project
43// Define actual licence key and licence signature
54
6- // #define C3D_USAGE
5+ #define C3D_USAGE
76#define LKEY "qwerty.12345.[WIN][cnv][mdl][slv][vsn][bsh]"
87#define LSIGN "asdfghjkl=="
98
Original file line number Diff line number Diff line change @@ -4,13 +4,29 @@ Project of 2D cell life simulation with C++ and C#
44
55I realised it with MVC pattern
66
7- There are five projects here :
7+ There are six projects here :
88
99- C++ static library for simulation model
1010- C++/CLR DLL wrapper
1111- Qt C++ client
1212- WPF C# client
1313- Web C# ASP.NET / Angular client
14+ - QtVision (Additional project for C3D usage)
15+
16+ This project depends from C3D Toolkit!
17+
18+ If you had it, you need to:
19+
20+ - Copy Kernel and Vision distributions into "C3D" folder
21+ - Define actual licence key and licence signature in "C3D_USAGE.h" file in "QtCellLifeSimulationApp" project
22+
23+ Else, if you haven't access to C3D:
24+
25+ - Delete "` #define C3D_USAGE ` " in "C3D_USAGE.h" file in "QtCellLifeSimulationApp" project
26+ - Open configuration manager and disable "QtVision" build
27+ - Delete "c3d.lib" and "c3dvision.lib" from additional dependencies of "QtCellLifeSimulationApp" project
28+ - Delete "QtVision" dependency "QtCellLifeSimulationApp" project links
29+ - Or you can only switch to commit with v1.3 tag
1430
1531![ WPF] ( https://i.postimg.cc/YCcTkCyb/image.png )
1632
You can’t perform that action at this time.
0 commit comments