-
I have noticed some issues regarding the 2 dimensional parameters displaying default values in the Shared when viewing it in Parameters GUI. There 2 dimensional parameters have one dimension for HRU a…
-
Supporting OMF would also open objdiff to being used with Borland, really old MSVC, and Watcom targets
There are probably a lot of other lesser used compilers that use OMF, probably everything very o…
-
I have noticed that there are several modules in crhmcode to handle debris cover glacier. They are:
1. glacier_debris module, compiled from Classglacier_debris
https://github.com/srlabUsask/crhmco…
-
Hi,
I am trying to get an application that was first written 20 years ago, using the above compiler, to compile with a more modern compiler.
To do so, I am looking for a Mocking framework that compi…
-
main.c
```
#include "chadstr.h"
int main() {
chadstr test = str("orange apple");
return 0;
}
```
The result when I try to compile it:
```
D:\workspace\chadstr>cl /I. main.c
Microsoft …
-
Start 33: CppUTestTests.TestHarness_c
2/3 Test https://github.com/cpputest/cpputest/issues/33: CppUTestTests.TestHarness_c ......***Failed 0.20 sec
C:\Cardno\Oceansense\cpputest\tests\CppUTest\Tes…
-
I have two executables which produce errors when running `mzmap` on them. Both executables have been built using Borland C compilers, and contain only 8086/8088 instructions. I can't reproduce the pro…
-
**Describe the bug**
im trying building and fail
```
PS C:\GIT\rizin> meson --native-file=meson-native.txt compile
The Meson build system
Version: 1.3.1
Source dir: C:\GIT\rizin
Build dir: …
-
I already had c:\Boost, so I renamed it to c:\boost.2 and attempted to follow the instructions for building Boost. When running bootstrap.bat, I get an error:
```
C:\boost_1_74_0>bootstrap
Build…
-
```
OS version: Win7 SP1 x86
ConEmu version: 121101
sham (http://sham.sourceforge.net) or tup (http://gittup.org/tup) are make
utilities. These utilities executes external programs (like cl.exe)…