stdafx not being found in wine gcc

Questions about Wine on Linux
Locked
ahnnexter
Newbie
Newbie
Posts: 1
Joined: Sun Aug 05, 2012 4:52 pm

stdafx not being found in wine gcc

Post by ahnnexter »

When compiling codes that has #include <stdafx.h> or #include "stdafx.h" in wine gcc, it shows me "stdafx.h: no such file or directory".

I am wondering what has gone so wrong...


Can anyone help me with this?
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: stdafx not being found in wine gcc

Post by vitamin »

This is precompiled header file. You can safely remove it from our project.
Locked