October 14 Issues » [Issue 24815] New: betterC can not use alloca() | |||
|---|---|---|---|
| |||
...cc alloca1.o -o alloca1 -m64 -Xlinker --export-dynamic -L/usr/lib/x86_64-linux... | |||
October 14 Issues » [Issue 24814] New: betterC not able to use core.stdc.stdarg | |||
|---|---|---|---|
| |||
...cc stdarg1.o -o stdarg1 -m64 -Xlinker --export-dynamic -L/usr/lib/x86_64-linux... | |||
October 10 General » betterC and core.stdc modules; betterC and varargs routines | |||
|---|---|---|---|
| |||
...cc stdarg1.o -o stdarg1 -m64 -Xlinker --export-dynamic -L/usr/lib/x86_64-linux... | |||
September 26 General » Re: Meaningful identifiers and other multi-token keywords | |||
|---|---|---|---|
| |||
...a definition. It comes with or implies `export`, or at least implies `static`. So, if... | |||
August 22 Announce » Re: LDC 1.40.0-beta1 | |||
|---|---|---|---|
| |||
...wasm -z stack-size=1048576 --stack-first --export-dynamic --gc-sections lld: error: entry symbol... | |||
August 17 General » Re: Override assert handler | |||
|---|---|---|---|
| |||
...pull in modules from the library that export those missing symbols. Therefore, the easiest way... | |||
August 04 General » Port of the maximize plugin for GVim by kAtremer (2007) in D. Interested? | |||
|---|---|---|---|
| |||
...enumeration
}
return TRUE; // Continue enumeration
}
extern (C) export LONG Maximize(LONG param) {
HWND vimwin = null... | |||
June 23 DIP Ideas » Re: "all functions are templates" flag | |||
|---|---|---|---|
| |||
...are templates except marked as extern or export? Because some functions can be called implictly... | |||
May 17 General » Re: Big picture on shared libraries when they go wrong, how? | |||
|---|---|---|---|
| |||
...question is what happens when you have ``export int foo;`` in a file passed to... | |||
May 16 General » Re: Big picture on shared libraries when they go wrong, how? | |||
|---|---|---|---|
| |||
...a switch exists.
We do?
export void foo(); // dllimport
export void foo() { } // dllexport
I get... | |||
Copyright © 1999-2021 by the D Language Foundation