Search

October 14
Issues »
...cc alloca1.o -o alloca1 -m64 -Xlinker --export-dynamic
-L/usr/lib/x86_64-linux...
October 14
Issues »
...cc stdarg1.o -o stdarg1 -m64 -Xlinker --export-dynamic
-L/usr/lib/x86_64-linux...
October 10
General »
...cc stdarg1.o -o stdarg1 -m64 -Xlinker --export-dynamic -L/usr/lib/x86_64-linux...
September 26
General »
...a definition. It comes with or implies `export`, or at least implies `static`. So, if...
August 22
Announce »
...wasm -z stack-size=1048576 --stack-first --export-dynamic --gc-sections
lld: error: entry symbol...
August 17
General »
...pull in modules from the library that export those missing symbols.

Therefore, the easiest way...
August 04
General »
...enumeration
    }

    return TRUE; // Continue enumeration
}

extern (C) export LONG Maximize(LONG param) {
    HWND vimwin = null...
June 23
DIP Ideas »
...are templates except marked as extern or export?

Because some functions can be called implictly...
May 17
General »
...question is what happens when you have ``export int foo;`` in a file passed to...
May 16
General »
...a switch exists.

We do?

    export void foo();    // dllimport
    export void foo() { } // dllexport

I get...
1 2 3
Next ›   Last »