About Store Forum Documentation Contact



Post Reply 
RPG 2 wont compile
Author Message
MattL Offline
Member

Post: #1
RPG 2 wont compile
This may seem a dumb question but I purchased the source code and went to compile the project so I could play the game got the following errors.

Code:
1>e:\esenthel\projects\_build_\esenthel rpg 2\source\chr.cpp(538): error C3861: 'LerpCube': identifier not found
1>e:\esenthel\projects\_build_\esenthel rpg 2\source\chr.cpp(539): error C3861: 'LerpCube': identifier not found
links to this code
cskel.animate(sac_hold_l, Time.time(), LerpCube(b_hold_l), true);
      cskel.animate(sac_hold_r, Time.time(), LerpCube(b_hold_r), true);

Please advise.
I just recently came to this community. I'm a college student learning how to program wanted a project to work on as well built a portfolio. I look forward asking for project related questions in the future.
07-03-2014 02:56 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: RPG 2 wont compile
Hi and welcome to the forum!

The 'LerpCube' function name was changed recently to 'SmoothCube'
http://www.esenthel.com/community/showth...p?tid=1617

You can change it manually, but I'll update the source package in a moment too.
Thanks for the info! smile
07-03-2014 03:34 AM
Find all posts by this user Quote this message in a reply
MattL Offline
Member

Post: #3
RE: RPG 2 wont compile
Thank you, I went ahead and changed it manually. Everything seems to be working right, thanks for the help.
07-03-2014 07:18 PM
Find all posts by this user Quote this message in a reply
Post Reply