Page 2 of 2

Re: I am having trouble compiling RFeditpro using Visual Stu

Posted: Mon Jun 15, 2015 4:18 am
by aicd99
and if you help me I could add some cool new features

Re: I am having trouble compiling RFeditpro using Visual Stu

Posted: Mon Jun 15, 2015 8:25 am
by Allanon
aicd99 wrote:and if you help me I could add some cool new features
Are you a C/C++ programmer? If so then you should be able to look at the errors from the compiler and figure out why it's not compiling. If you are not then you won't be able to make changes and you should just use the binary files that came with RF.

If you are getting errors about mfc100.dll or msvcr100.dll when running RFEditPro then download and install the Microsoft Visual C++ 2010 Redistributable Package (x86).

Re: I am having trouble compiling RFeditpro using Visual Stu

Posted: Mon Jun 15, 2015 9:43 am
by aicd99
Allanon wrote:
aicd99 wrote:and if you help me I could add some cool new features
Are you a C/C++ programmer? If so then you should be able to look at the errors from the compiler and figure out why it's not compiling. If you are not then you won't be able to make changes and you should just use the binary files that came with RF.

If you are getting errors about mfc100.dll or msvcr100.dll when running RFEditPro then download and install the Microsoft Visual C++ 2010 Redistributable Package (x86).
Just help me I want it to compile please do it

Help me please

Re: I am having trouble compiling RFeditpro using Visual Stu

Posted: Thu Jun 18, 2015 4:05 am
by lekeoi
If you upload the source code I will see to compiling it myself.

Re: I am having trouble compiling RFeditpro using Visual Stu

Posted: Thu Jun 18, 2015 4:15 am
by aicd99
lekeoi wrote:If you upload the source code I will see to compiling it myself.
It's up for download in this site

Go to : http://www.realityfactory.info/cms/down ... -code.html
and download the zip file RFEdit Pro 0.71.0 - Source Code.zip and then try to compile it

I am having trouble compiling RFeditpro using Visual Studio

Posted: Fri Nov 11, 2016 12:59 pm
by aicd99
Allanon wrote:
aicd99 wrote:and if you help me I could add some cool new features
Are you a C/C++ programmer? If so then you should be able to look at the errors from the compiler and figure out why it's not compiling. If you are not then you won't be able to make changes and you should just use the binary files that came with RF.

If you are getting errors about mfc100.dll or msvcr100.dll when running RFEditPro then download and install the Microsoft Visual C++ 2010 Redistributable Package (x86).
I am now using Visual Studio 2015
Image
Can you help me with the two errors ?

I am having trouble compiling RFeditpro using Visual Studio

Posted: Sat Nov 12, 2016 4:44 am
by aicd99
I made a post at stackoverflow to get my answers

http://stackoverflow.com/questions/4055 ... tudio-2015

Re: I am having trouble compiling RFeditpro using Visual Stu

Posted: Sat Nov 12, 2016 10:33 am
by QuestOfDreams
Locked, as this thread is leading nowhere.

You really should acquire some basic knowledge first, e.g.,
a) learn how to search for answers to your problems on the Internet
b) learn how to program
c) learn how to use your IDE