Help|CN Base...

Posts 18 of 8 · Page 1 of 1
Help|CN Base...
when I do Build Solution that say that fucking error

Code:
1>------ Build started: Project: Base, Configuration: Debug Win32 ------
1>Compiling...
1>lolz.cpp
1>c:\documents and settings\רמי\my documents\visual studio 2008\projects\project1\base\base\lolz.cpp(45) : fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "stdafx.h"' to your source?
1>Build log was saved at "file://c:\Documents and Settings\רמי\My Documents\Visual Studio 2008\Projects\Project1\Base\Base\Debug\BuildLog.htm"
1>Base - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
and if you want the code i typed is in the CN Base thread...

HELP ME PLS!
Did you forget to add '#include "stdafx.h"' to your source?


it says that right there
Quote Originally Posted by jake1919199 View Post
Did you forget to add '#include "stdafx.h"' to your source?


it says that right there
I Loled...if you did not make it a empty project add

Code:
#include "stdafx.h
before any other include/code otherwise you will get different/more errors.
I see that ... i added that to start and i try again and that saying other error...
Did you make it a Dll Project or Empty....
Lolz i forgot that ty ^^

Edit:after i inject the dll that crashing when the man running
Just a heads up, you're compiling in debug mode.
change it to empty .dll

put this at the top

Code:
#include <windows.h>
then make sure you change it to ' release ' instead of debug

it should look like this

Posts 18 of 8 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?