digitalmars.D - link error
- sdv (14/14) Dec 01 2011 // a.d
- Jesse Phillips (6/24) Dec 01 2011 You should provide the error. Also your command doesn't resemble the
- sdv (4/28) Dec 02 2011 line <700 is ok work.
// a.d struct demo { char lin1; char lin2; . .. ... .... char lin707; } dmd.exe -c "a.d" -of "a.obj" -gc -debug dmd.exe "a.obj" -gc -debug -L/IMPLIB:a.lib -ofa.dll It does not work
Dec 01 2011
On Fri, 2 Dec 2011 00:58:23 +0800 "sdv" <sdvcn 126.com> wrote:// a.d struct demo { char lin1; char lin2; . .. ... .... char lin707; } dmd.exe -c "a.d" -of "a.obj" -gc -debug dmd.exe "a.obj" -gc -debug -L/IMPLIB:a.lib -ofa.dll It does not workYou should provide the error. Also your command doesn't resemble the example on http://www.d-programming-language.org/dll.html C:>dmd -ofmydll.dll -L/IMPLIB mydll.d dll.d mydll.def
Dec 01 2011
line <700 is ok work. line > 707 It does not work. "Jesse Phillips" <jessekphillips+D gmail.com> ???? news:20111201111632.000066c8 unknown...On Fri, 2 Dec 2011 00:58:23 +0800 "sdv" <sdvcn 126.com> wrote:// a.d struct demo { char lin1; char lin2; . .. ... .... char lin707; } dmd.exe -c "a.d" -of "a.obj" -gc -debug dmd.exe "a.obj" -gc -debug -L/IMPLIB:a.lib -ofa.dll It does not workYou should provide the error. Also your command doesn't resemble the example on http://www.d-programming-language.org/dll.html C:>dmd -ofmydll.dll -L/IMPLIB mydll.d dll.d mydll.def
Dec 02 2011