Compiling dll issue.

2014-08-25 Thread Taylor Hillegeist via Digitalmars-d-learn
So i have been trying to follow the instructions on: http://wiki.dlang.org/Win32_DLLs_in_D but when i get to the step where i compile the dll dmd -ofmydll.dll -L/IMPLIB mydll.d dll.d mydll.def I get this output: OPTLINK (R) for Win32 Release 8.00.15 Copyright (C) Digital Mars 1989-2013 All

Re: Compiling dll issue.

2014-08-25 Thread Taylor Hillegeist via Digitalmars-d-learn
On Monday, 25 August 2014 at 15:09:59 UTC, Taylor Hillegeist wrote: So i have been trying to follow the instructions on: http://wiki.dlang.org/Win32_DLLs_in_D but when i get to the step where i compile the dll dmd -ofmydll.dll -L/IMPLIB mydll.d dll.d mydll.def I get this output: OPTLINK (R)

Re: Compiling dll issue.

2014-08-25 Thread fenom via Digitalmars-d-learn
On Monday, 25 August 2014 at 15:09:59 UTC, Taylor Hillegeist wrote: So i have been trying to follow the instructions on: http://wiki.dlang.org/Win32_DLLs_in_D but when i get to the step where i compile the dll dmd -ofmydll.dll -L/IMPLIB mydll.d dll.d mydll.def I get this output: OPTLINK (R)