hello bloodshed friends~

first thank you for creating good ide for gcc and free pascal.

because of bloodshed and you friends I have been working for developing some good softwares.

nothing but~ hmm I have a question

I have a trouble with making dll in using gcc compiler in command line mode.

Compile is done very well.  but Error Occurred in Linking stages

Link Error message is following

E:\mdi\functionplot\freegcc\dllwrap: installation problem, cannot exec `dlltool'
: No such file or directory

of course dlltool Exists.

my gcccanmakedll.bat file is following

E:\mdi\functionplot\freegcc\dllwrap --add-stdcall-alias --output-def E:\mdi\functionplot\mchamber\3GD-2.def -o e:\mdi\functionplot\mchamber\3gd-2.dll e:\mdi\functionplot\mchamber\3gd-2.o

of course Compile and Linking is done very well when I use your IDE

But in this time I must success making dll using only one source code without project file in command line mode.

please help me~