![]() |
|
Header files - Printable Version +- LCKB (https://lckb.dev/forum) +-- Forum: ** OLD LCKB DATABASE ** (https://lckb.dev/forum/forumdisplay.php?fid=109) +--- Forum: Programmers Gateway (https://lckb.dev/forum/forumdisplay.php?fid=196) +---- Forum: Coders Talk (https://lckb.dev/forum/forumdisplay.php?fid=192) +---- Thread: Header files (/showthread.php?tid=2994) Pages:
1
2
|
- Nikolee - 05-26-2015 Sorry but i dont have patient for such questions. I would strongly recommend to learn basics from C++ his Compiler and Visual Studio, because that is such a question that youve got answered with 15 seconds of googlin and i bet the first result would be stackoverflow. And one more thing: This is the wrong section, this is actually a programming question. - Karmel - 05-26-2015 PROJECT>Properties>Configuration Properties>VC++ Directories>Include Directories... - Wizatek - 05-26-2015 the easiest way to fix the PVOID64 problem is to write this in stdafx.h #define POINTER_64 - macacoloco - 05-27-2015 the easiest way to fix the PVOID64 problem is to write this in stdafx.h #define POINTER_64 thx very much, work fine now PVOID64, but the others erros of number 6, 7 and 8 dont disappear |