I need to compile an AES C source code published from MIT university on Windows 7 platform with GCC. At first I got some "missing file" errors, and now that I solved all of them, I receive a linker error "undefined reference to WinMain16".
I am using CodeBlocks.
What I did:
- copied the aes.c code into new project with codeblocks
- copied needed header files
- compiled the aes.c file
What could possibly be the problem?