Making the project | ||||
|
Add EWin to your include path, turn off 64-bit warnings, and (optionally) switch to /Zi | ![]() |
DEBUG needs to be defined in debug | ![]() |
Need to link the multi-threaded CRT | |
Debug needs RTTI enabled | ![]() |
Add comctl32.lib to the link line. Other ewin functionality may require other os libs as well, such as wsock32.lib, winmm.lib, comdlg32.lib, etc. | ![]() |
I also usually disable Edit-and-continue, C++ exceptions, and Minimg srcal rebuild; but all of these are optional. |
stdafx.h | |
| |
EWinSample.cpp | |
|