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 answers
Related Questions in REBOL
- In Red (R2) how to call a function whose name passed by argument?
- A particular diff
- How to make a sequence of functions in REBOL?
- Rebol - How can I append text from a text field to a text list?
- How to evaluate refinement of a function when calling this function in Red/Rebol
- How to construct a function with a default argument
- How to read key from keyboad in red/rebol
- Value of local variables in a function seems not be released post function calling in Red/Rebol language
- How to modify each element of a block by "foreach" in red/rebol
- How does functions of Red/Rebol pass parameters, by value or by reference?
- How to prevent "collect/keep" function from flatting its result
- Tracer function written in Rebol
- how to check if char conforms to charset?
- Remove button faces
- Rebol2/View question: How does the layout function in Rebol2 work?
Related Questions in REBOL3
- How to turn off Rebol3 terminal coloring?
- How to convert a binary in surrogate pairs to unicode?
- Rebol - How can I append text from a text field to a text list?
- How to evaluate refinement of a function when calling this function in Red/Rebol
- How to read key from keyboad in red/rebol
- Value of local variables in a function seems not be released post function calling in Red/Rebol language
- How to make anonymous function work in Red/Rebol
- Tracer function written in Rebol
- Rounding TIME! to a number of days in Rebol
- Red or Rebol 3: choice is hard
- Rebol for android showing very small gui
- Inverse of `split` function: `join` a string using a delimeter
- Breaking out of a recursive function
- how to properly parse paired html tags?
- How to use words from a named module inside another?
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?
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)
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.