www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - SFML-D working example

reply "Zhenya" <zheny list.ru> writes:
Hi!I have a little problem with building example.I downloaded 
SFML-D working example at this adress 
https://github.com/krzat/SFML-D/downloads.But then I tried to 
build it myself,I received many errors like that:
  Symbol Undefined 
_D2sf8graphics7Texture6__ctorMFPxaPS2sf8graphics7IntRectZC2sf8graphics7Texture

I don't understand why compiler isn't satisfied,becouse I include 
all .lib files,that is in example.Can anybody help my?
Oct 20 2012
parent reply "Ellery Newcomer" <ellery-newcomer utulsa.edu> writes:
On Saturday, 20 October 2012 at 20:25:09 UTC, Zhenya wrote:
 Hi!I have a little problem with building example.I downloaded 
 SFML-D working example at this adress 
 https://github.com/krzat/SFML-D/downloads.But then I tried to 
 build it myself,I received many errors like that:
  Symbol Undefined 
 _D2sf8graphics7Texture6__ctorMFPxaPS2sf8graphics7IntRectZC2sf8graphics7Texture

 I don't understand why compiler isn't satisfied,becouse I 
 include all .lib files,that is in example.Can anybody help my?
dmd_build.bat works for me. Are you using it?
Oct 20 2012
parent reply "Zhenya" <zheny list.ru> writes:
On Sunday, 21 October 2012 at 03:37:20 UTC, Ellery Newcomer wrote:
 On Saturday, 20 October 2012 at 20:25:09 UTC, Zhenya wrote:
 Hi!I have a little problem with building example.I downloaded 
 SFML-D working example at this adress 
 https://github.com/krzat/SFML-D/downloads.But then I tried to 
 build it myself,I received many errors like that:
 Symbol Undefined 
 _D2sf8graphics7Texture6__ctorMFPxaPS2sf8graphics7IntRectZC2sf8graphics7Texture

 I don't understand why compiler isn't satisfied,becouse I 
 include all .lib files,that is in example.Can anybody help my?
dmd_build.bat works for me. Are you using it?
No,but I created VisualD solution,and configured its import path and lib path.
Oct 21 2012
parent "Zhenya" <zheny list.ru> writes:
On Sunday, 21 October 2012 at 07:34:29 UTC, Zhenya wrote:
 On Sunday, 21 October 2012 at 03:37:20 UTC, Ellery Newcomer 
 wrote:
 On Saturday, 20 October 2012 at 20:25:09 UTC, Zhenya wrote:
 Hi!I have a little problem with building example.I downloaded 
 SFML-D working example at this adress 
 https://github.com/krzat/SFML-D/downloads.But then I tried to 
 build it myself,I received many errors like that:
 Symbol Undefined 
 _D2sf8graphics7Texture6__ctorMFPxaPS2sf8graphics7IntRectZC2sf8graphics7Texture

 I don't understand why compiler isn't satisfied,becouse I 
 include all .lib files,that is in example.Can anybody help my?
dmd_build.bat works for me. Are you using it?
No,but I created VisualD solution,and configured its import path and lib path.
Oh,I'm sorry I made some mistakes. Thank you for your answer)
Oct 21 2012