0

I have the following folder structure:

enter image description here

Basically, I tried the following commands to compile my C++ code:

mkdir build
cd ./build
cmake-G "MinGW Makefiles"
make 

When I compile the C++ library code for my model, I get this error.

enter image description here

Please help me figure out what I am doing wrong.

Sushmita
  • 21
  • 2
  • The error is not about project's structure. It is about your **code**. Without viewing that code we cannot help you. See also [ask]. – Tsyvarev Oct 02 '22 at 10:20
  • If you put `undefined reference to WinMain@16` into your favorite search engine, you should be getting plenty of hits. – Some programmer dude Oct 02 '22 at 10:41

0 Answers0