May 18, 2003 declaring DLL functions | ||||
---|---|---|---|---|
| ||||
i hate the way C++, includes dlls into a program, it is just too complicated. what about including the declaration in the same source like in pascal, something like type name (params..) lib "asd"; or #library dfsd.dll extern type name(params..) lib "asd"; so you don't have to include the .lib file into the linker, making it easier to compile. |
May 19, 2003 Re: declaring DLL functions | ||||
---|---|---|---|---|
| ||||
Posted in reply to Giancarlo Bellido | Yeah, that would be better. "Giancarlo Bellido" <vicentico1@hotmail.com> wrote in message news:ba8fg3$pf9$1@digitaldaemon.com... > i hate the way C++, includes dlls into a program, it is just too > complicated. > what about including the declaration in the same source like in pascal, > something like > > type name (params..) lib "asd"; > > or > > #library dfsd.dll > extern type name(params..) lib "asd"; > > so you don't have to include the .lib file into the linker, making it easier > to compile. > > |
Copyright © 1999-2021 by the D Language Foundation