Hello everyone. This is my first post here but i've been looking at this great website for some time now out of my interest in making a rom mud.
I downloaded the rom24 file from
http://www.gammon.com.au/downloads.htm
and i was wondering if you guys could help me by answering a few questions.
I used Microsoft Visual C++ Standard to "build" the source and header files. After the build a new folder was created somewhere in my c: drive with these following files:
Debug - folder
rom24 - NCB File
rom24 - HTML DOC
rom24.dsp - Project File
rom24.dsw - Project Workspace
rom24.opt - OPT File
Inside the Debug folder are the same files in the rom24/src folder but they are all .obj and there's also a rom24 application.
I know that these files was created by build in msvc++ but my question is what should i do with these files? Am i supposed to copy/paste it to the rom24 folder?
Oh and the way i used the build i followed the instructions from this link:
http://www.gammon.com.au/forum/bbshowpost.php?bbsubject_id=4020
I have another question : Should i work with both Cygwin and Msvc++ or is it possible to run a mud with just one? And is compiling the same as building?
I downloaded the rom24 file from
http://www.gammon.com.au/downloads.htm
and i was wondering if you guys could help me by answering a few questions.
I used Microsoft Visual C++ Standard to "build" the source and header files. After the build a new folder was created somewhere in my c: drive with these following files:
Debug - folder
rom24 - NCB File
rom24 - HTML DOC
rom24.dsp - Project File
rom24.dsw - Project Workspace
rom24.opt - OPT File
Inside the Debug folder are the same files in the rom24/src folder but they are all .obj and there's also a rom24 application.
I know that these files was created by build in msvc++ but my question is what should i do with these files? Am i supposed to copy/paste it to the rom24 folder?
Oh and the way i used the build i followed the instructions from this link:
http://www.gammon.com.au/forum/bbshowpost.php?bbsubject_id=4020
I have another question : Should i work with both Cygwin and Msvc++ or is it possible to run a mud with just one? And is compiling the same as building?