-
```
git push master exp_map dev_v2
```
* dev_v2 `0cf0a3ae`
* master `4f806c75`
* exp_map `b1a61716`
https://ci.appveyor.com/project/3Fs/mvssln/build/build-19 - master `4f806c75`
https://ci.…
-
For something like this - build.bat:
```bash
set msbuild=tools/msbuild
call gnt /p:ngconfig="packages.config" /nologo /v:m /m:4 || goto err
call %msbuild% -notamd64 "Conari.sln" /v:normal /l…
-
Hi,
in the source code:
The file Configurator/ConfVersion.cs is missing and was probably not checked in..
For the moment the master does not compile.
MFG
-
I'm making a plugin for CorelDRAW with CorelDRAW API in VB.NET.
I have following code that seems to cause the Build process to stall while using DllExport. I had to kill ildasm/MSBuild process just t…
-
```
Starting test execution, please wait...
Command exited with code -1073740940
```
https://ci.appveyor.com/project/3Fs/lunaroad/build/build-22 - `e0765285` - Failed
https://ci.appveyor.com/proj…
-
hmm, just thought that is a good additional variant for: Undecorate functions from C++ compilers #3
Moreover, it will be useful for any other cases like for DllImport
```
[PrefixL]procName -> […
-
just noticed :) maybe this variant will be better:
continued thoughts ... like:
![conari_v1](https://cloud.githubusercontent.com/assets/3246589/17246348/149841b8-5594-11e6-9ab2-c251cb0f0938.png)
sk…
-
I was able to find a work around for these problems, but it is something that should probably be fixed.
I built my C# project with all the DllExport attributes over each method. There were no build e…
-
I think the title says it all.
Ordinal is not as index, thus it should start counting from 1 rather than 0.
Open any native Windows DLL with `dumpbin /EXPORTS` (or use PE explorer program), and you wi…