I am trying to get Rebol 3 to compile in Microsoft Visual Studio 2013, but so far I have been unsuccessful. I am using a Git repo for my source which does not come with a solution. I have tried creating a solution and manually importing all of the code files, but that does not work. I really do not know what I am doing, so any help would be appreciated.
1
There are 1 best solutions below
Related Questions in REBOL
- Pointers returned from dll function when called from rebol
- What is the number of native! in Rebol3
- How to set style on button action
- What is the difference between `context` and `object`?
- Refresh an image in Rebol
- How do I ignore lines that are commented out when parsing?
- Cascade in Rebol
- How to build Rebol 3 in MSVC
- Find/replace string that spans lines in a file with REBOL
- What's the purpose of #[datatype] constructor in Rebol
- PostgreSQL driver for Rebol?
- rebol parsing html: get error "title has no value"
- Compile Rebol code to executable
- Rebol code gui working but not clearing fields
- Red language executable also opening up a console
Related Questions in REBOL3
- What is the number of native! in Rebol3
- What is the difference between `context` and `object`?
- How do I ignore lines that are commented out when parsing?
- How to build Rebol 3 in MSVC
- Find/replace string that spans lines in a file with REBOL
- What's the purpose of #[datatype] constructor in Rebol
- PostgreSQL driver for Rebol?
- How do I get the remote IP-Address of clients connecting to a Rebol3 based server?
- What does the error "word is not bound to a context" mean?
- How to get radio button selection in Rebol 3?
- Replace specific values in a XML file
- Rebol 3 text rendering issue using GOBs
- What's the most efficient way to decode a UTF16 binary?
- How to specify in Rebol3 the open/exe action for the R3 script : the R3 exe
- How to evaluate refinement of a function when calling this function in Red/Rebol
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Please clone my repository: https://github.com/zsx/r3
Once you have cloned the repository, checkout the "atronix" branch (you're probably on it when you first cloned it), and initialize & update the submodule:
Open the ms vs solution file
make/msvc/r3.slnEdit: The old branch "msvc" is merged to "atronix", so use this one instead.