Skip to content

This is a free to use CLion DLL Example. Use how you like to but make sure to give credits.

Notifications You must be signed in to change notification settings

SleepyFish-YT/CLion-DLL-Example

Repository files navigation

CLion DLL Example

This is a free to use CLion DLL Example. Use it for litterly anything but give credits.

Use Visual Studio Toolchain

settingUp

Additional Information

  • Change the toolchain to Visual Studio to work. If your not doing so you are unable to use any std:: functions.
  • If you don't know how to find mappings use this website: Mappings make sure to apply the right mappings (in this project used: stable_22)
  • If you want to use stuff like PlaySoundA then add this to your CMakeLists: (I already added this on default)
  target_link_libraries(Example PRIVATE winmm)

If you're not using Visual Studio Toolchain read this !

  • You can not use std::cout << "Random text \n"; instead use printf("Random text \n");
  • Don't use std::string random; and instead use char* random;

Why CLion and not Visual Studio ?

  • CLion is for rich kids
  • CLion looks better
  • CLion has refactors that actually work
  • CLion has better functionalities
  • CLion has a better Package manager
  • CLion project files are smaller
Im a IntelliJ Kid

Discord Server:

https://discord.gg/7JXXvkufJK

About

This is a free to use CLion DLL Example. Use how you like to but make sure to give credits.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published