error to compile pol (fatal error RC1015)

Here you can post threads specific to the current release of the core (099)

Moderator: POL Developer

Post Reply
guialtran
Grandmaster Poster
Posts: 120
Joined: Wed Jul 30, 2008 12:42 pm

error to compile pol (fatal error RC1015)

Post 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
OWHorus
Grandmaster Poster
Posts: 105
Joined: Sat Feb 04, 2006 1:24 pm

Re: error to compile pol (fatal error RC1015)

Post 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
Yukiko
Distro Developer
Posts: 2825
Joined: Thu Feb 02, 2006 1:41 pm

Re: error to compile pol (fatal error RC1015)

Post by Yukiko »

See my post. You might be able to get a free copy of VS 2010 Professional. That would solve the issue too.
Post Reply