link error

sdv sdvcn at 126.com
Fri Dec 2 02:22:56 PST 2011


line <700 is ok work.
line > 707 It does not work.

"Jesse Phillips" <jessekphillips+D at gmail.com> ???? 
news:20111201111632.000066c8 at unknown...
> On Fri, 2 Dec 2011 00:58:23 +0800
> "sdv" <sdvcn at 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 work
>>
>>
>
> You 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 




More information about the Digitalmars-d mailing list