Page 1 of 1

error to compile pol (fatal error RC1015)

Posted: Wed Jun 01, 2011 11:54 am
by guialtran
Hi there
I’m having some troubles to compile pol source code (VS Express 2010 C++)
I’ve downloaded the source from https://polserver.svn.sourceforge.net/s ... ver/trunk/ and I got following error message when I try to compile the code
4>pol.rc(1): fatal error RC1015: cannot open include file 'afxres.h'.
4>
========== Build: 3 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

can anyone help me to solve this problem?

thanks in advance

Re: error to compile pol (fatal error RC1015)

Posted: Thu Jun 02, 2011 1:01 am
by OWHorus
Hello,

please look here.

This is a well known problem with the free Express packages, and easily solved. since the reason is, that the MFC libraries are not included in the Express compilers, which you do not need anyway...

OWHorus

Re: error to compile pol (fatal error RC1015)

Posted: Fri Jun 03, 2011 3:42 am
by Yukiko
See my post. You might be able to get a free copy of VS 2010 Professional. That would solve the issue too.