qPCR4vir / nana-docs

A Nana offline doxygen dodocumentation project
54 stars 6 forks source link

Visual Studio Documentation and Error #8

Closed Morvalyn closed 4 years ago

Morvalyn commented 6 years ago

Please provide better details into setting up visual studio I followed the steps to my best ability and receive this error. Step 1 is not detailed enough to example what you are doing? LNK2019 unresolved external symbol _WinMain@16 referenced in function "int __cdecl invoke_main(void)" (?invoke_main@@YAHXZ) nanaTest D:\Development\Playground Projects\nanaProj\nanaTest\nanaTest\LIBCMTD.lib(exe_winmain.obj) 1

this is using the basic hello world example in your documentation. x64 both release and debug .lib built fine.

Morvalyn commented 6 years ago

Fixed this must change it to the console subsystem not a application subsystem