Skip to content

Commit eeed340

Browse files
committed
C3D USAGE fix
1 parent 56caefb commit eeed340

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

QtCellLifeSimulationApp/C3D_USAGE.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
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

README.md

+17-1
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,29 @@ Project of 2D cell life simulation with C++ and C#
44

55
I 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

0 commit comments

Comments
 (0)