Hi, some useful info for you:<br><br>MFC is highly windows specific library which deals mainly with GUI classes (windows, buttons etc).<br><br>All that BOOL, DWORD, HANDLE etc are from windows.h which you'll also miss on Linux.<br>
<br>If you don't need GUI but just basic types and posix functions, you can still build you program, but need to rename your types to standard ones (bool, int, long and so on.)<br>If you need MFC GUI you can also have that, there are some tools that allow to build MFC applications for Linux, for example, Mainwin.<br>
But it's a bit buggy and very expensive.<br><br>It depends on what do you have and how much effort and resources can you spend. Anyway, you may just run your application with Wine.<br><br>And, all this is really offtopic in KDevelop mailing list.<br>
<br><div class="gmail_quote">On Tue, Jun 28, 2011 at 2:51 PM, Milian Wolff <span dir="ltr"><<a href="mailto:mail@milianw.de">mail@milianw.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<a href="mailto:burinic@tiscali.it">burinic@tiscali.it</a>, 28.06.2011:<br>
<div class="im">> Hi,<br>
><br>
> i'm translating a windows based application in linux base<br>
> applciation.<br>
<br>
</div>Hi. Just a note: this is pretty much unrelated to KDevelop and hence off-topic<br>
for this list.<br>
<div class="im"><br>
> Source code uses afx.h library and others MFC library.<br>
><br>
> So when i compile, afx.h and these libraries aren't found. If i remove<br>
> reference i got lot of errors (for example BOOL unknow word, DWORD unknow<br>
> word, . )<br>
><br>
> So now i'm wondering.how can i solve this problem?<br>
><br>
> Is there a new library that includes the MFC words like previous ones?<br>
><br>
> Can you give me suggestions please?<br>
<br>
</div>MFC is as the name suggests something windows specific. Look at alternatives<br>
like Qt or even GTK, but don't expect copies that give you the exact same<br>
feature set.<br>
<br>
Also: bool (lowercase) is the keyword for boolean types.<br>
<br>
bye<br>
<font color="#888888"><br>
--<br>
Milian Wolff<br>
<a href="mailto:mail@milianw.de">mail@milianw.de</a><br>
<a href="http://milianw.de" target="_blank">http://milianw.de</a><br>
</font><br>_______________________________________________<br>
kdevelop mailing list<br>
<a href="mailto:kdevelop@kdevelop.org">kdevelop@kdevelop.org</a><br>
<a href="https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop" target="_blank">https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Best regards,<br>Konstantin.<br>