Jump to content

Supposing...


John S

Recommended Posts

I think I have a working version of the BoE source code. Now, how can I turn that source code into a BoE application? What program do I use?

 

Sorry if this looks like a foolish question. I'm very unfamiliar with coding utilities in general; my furthest experience is with Avernumscript, in Wordpad. So if the program's name has appeared previously in the discussion on these forums, I probably didn't recognize it for what it was.

Link to comment
Share on other sites

You need a compiler. There is a free one for Windows called Dev C++ that would work.

 

You'll also need to set up project settings, though. I can't help you with that since I don't have Dev C++ or any other Windows-based compiler.

 

(If you were using a Mac, it would be another story...)

 

There are versions where this already has been done, by the way. With some minor improvements, too.

Link to comment
Share on other sites

No, because there is no fixed set of calls for C++. You want to look for library reference – since you use Windows, you could take a look at MSDN . You'll want to look at the Win32 calls, although I think BoE uses Win16, so if those are there they may be more helpful.

 

Keep in mind that if you're not using MS Visual Studio, some of the information presented there may not be 100% correct.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...