Hi! Welcome to the forum for Platinum Arts Sandbox Free 3D Game Maker. I currently have the forums locked as I am attempting to properly update them.

In the meantime please join the new Discord Server!

If you have any questions please e-mail me through the Platinum Arts website.

rpgobject.cpp

Having issues not related to a specific Sandbox game mode? Get help here!
Please also read the rules for support when posting support requests.
Failure to comply with the forum rules may result in your topic being locked without resolution.
Locked
cmig
Member
Member
Posts: 3
Joined: October 28th, 2011, 9:06 pm

rpgobject.cpp

Post by cmig »

got the source code of pesochnici 2.7 from a site, not going Windows Version and Multiplatform , represents ..\..\..\rpggame\rpgobject.cpp: No such file or directory



I am from Russia, use a translator you will excuse if that
cmig
Member
Member
Posts: 3
Joined: October 28th, 2011, 9:06 pm

Re: rpgobject.cpp

Post by cmig »

I utillize VS2010 expres
Hirato
Developer
Developer
Posts: 689
Joined: May 30th, 2009, 1:23 pm
IRC Username: hirato

Re: rpgobject.cpp

Post by Hirato »

the visual studio solutions aren't maintained
you will need to at the very least remove rpgobject.cpp from the list and add rpgcontainer, rpgtrigger, rpgobstacle and rpgplatform in its place
This is not a url, clicking it is pointless
cmig
Member
Member
Posts: 3
Joined: October 28th, 2011, 9:06 pm

Re: rpgobject.cpp

Post by cmig »

clearly, rocking is senseless, assembling without necessary files, here think where on a forum to write
I inserted a file from a project 2,6 and to me gave out yet more errors
------ Построение начато: проект: RPG, Конфигурация: Debug Win32 ------
rpgobject.cpp
..\..\..\rpggame\rpgobject.cpp(3): error C2653: rpgobject: it is not the name of class or space of the names
..\..\..\rpggame\rpgobject.cpp(5): error C2065: temp: undeclared identifier
..\..\..\rpggame\rpgobject.cpp(5): error C2228: expression on the left of ".mdl" must present a class, structure or association
тип: 'unknown-type'
.\..\..\rpggame\rpgobject.cpp(8): error C2653: rpgobject: it is not the name of class or space of the names
et cetera, much to translate into English
assembling 2,6 going without problems
Locked