stdcall_api
-
-
Hello, I do not know if this is a horror or not, but it was a horror for me. In a project i wrote this little gem:
#define stdcall_api __stdcall
Do not do that ever. Now i cannot build any project in Visual C++ (2008). I think this is really a horror, no?
Dunno, does it conflict with something? If not, what's the problem?
-
Dunno, does it conflict with something? If not, what's the problem?
Judging by the "Now i cannot build any project in Visual C++ (2008).", I'd say that's quite a horror - although I can't see how a #define could affect "any project", unless added to a (very) commonly include header.
-
Judging by the "Now i cannot build any project in Visual C++ (2008).", I'd say that's quite a horror - although I can't see how a #define could affect "any project", unless added to a (very) commonly include header.
Right, but it must conflict with something. And did it work in 2005?
-
Hello, I do not know if this is a horror or not, but it was a horror for me. In a project i wrote this little gem:
#define stdcall_api __stdcall
Do not do that ever. Now i cannot build any project in Visual C++ (2008). I think this is really a horror, no?
Hello thoru, Although I was sure that this issue should not make any error :omg: . I gave it a try in my installed VS2008 in my machine. I made a new C++ project with a precompiled headers and non-empty project, every thing went good :cool:.
Redwan Al-Bougha