XEngine V9 Version example
The example code of the engine contains the following examples, and the corresponding component module examples can be found through the following directory structure as needed
please use vs2022 open it,and use x86 or x64 and debug mode.
- XEngine_AVCodec audio and video
- XEngine_Client client
- XEngine_Core service
- XEngine_HelpComponents help
- XEngine_BaseLib base library
- XEngine_NetHelp nethelp
- XEngine_RfcComponents rfc protocol
- XEngine_StreamMedia stream media
- XEngine_SystemSdk system
To use our code example. You may need to make some modifications. WINDOWS can be opened and compiled directly with VS, and LINUX or MacOS can be compiled with commands
To use it under WINDOWS, you need to install VS. You can directly to compile,provided that your engine directory is configured, and you need to modify the engine directory of the loaded header file to your own directory.
To use under LINUX Or MacOS. You can use the command to compile, gdb debugging. The compiled command is in the code. You can directly copy the commented compilation command, open the terminal, switch to the current directory, and type directly to compile.
Before using our example, you need to install it first according to the engine's README instructions.