Linker errors and how to catch them

2013-02-18 Thread Lubos Pintes
Hi, I just updated to DMD 2.062. I then tried to recompile somewhat bigger project. After fixing some errors, I received dozens of errors like this: Error 42: Symbol Undefined _D3std6string6formatFYAya (immutable(char)[] std.string.format(, ...)) I didn't see them when compiled with DMD 2.060.

Re: Linker errors and how to catch them

2013-02-18 Thread jerro
On Monday, 18 February 2013 at 12:55:13 UTC, Lubos Pintes wrote: Hi, I just updated to DMD 2.062. I then tried to recompile somewhat bigger project. After fixing some errors, I received dozens of errors like this: Error 42: Symbol Undefined _D3std6string6formatFYAya (immutable(char)[]

Re: Linker errors and how to catch them

2013-02-18 Thread Lubos Pintes
I am playing with library dgui. In 2.060, everything built fine. One of library samples imports std.string. Perhaps the VisualD doesn't include necessary library? I updated the DMD as follows: I deleted the dmd2 from C:\D folder and replaced it with one I downloaded from dlang.org. Is this

Re: Linker errors and how to catch them

2013-02-18 Thread jerro
On Monday, 18 February 2013 at 16:47:00 UTC, Lubos Pintes wrote: I am playing with library dgui. In 2.060, everything built fine. One of library samples imports std.string. Perhaps the VisualD doesn't include necessary library? I updated the DMD as follows: I deleted the dmd2 from C:\D folder

Re: Linker errors and how to catch them

2013-02-18 Thread dennis luehring
Am 18.02.2013 18:37, schrieb Lubos Pintes: Hi, I already did this. I am playing with that library. I converted it so that it uses win32 windows api bindings and fixed a bunch of compile errors. I also converted enum names So_THEY_ARE_NOT_SO_UGLY. :-). Everything worked fine with 2.060. you

Re: Linker errors and how to catch them

2013-02-18 Thread Lubos Pintes
you compiled(bild) the dgui lib yourself with 2.062? i will not work if you use the prebuild ones Yes. And as I said in some previous post, everything worked with 2.060. Quite confused.

Re: Linker errors and how to catch them

2013-02-18 Thread Lubos Pintes
Ahh. I fixed the project dependencies and this probably fixed linker errors... Dňa 18. 2. 2013 18:51 Lubos Pintes wrote / napísal(a): you compiled(bild) the dgui lib yourself with 2.062? i will not work if you use the prebuild ones Yes. And as I said in some previous post, everything worked