Wtf now? How can I use TBitmap then?Code:GALILEO(1,1) Fatal: Can't find unit Graphics used by GALILEO
Wtf now? How can I use TBitmap then?Code:GALILEO(1,1) Fatal: Can't find unit Graphics used by GALILEO
I think has a different name. Lclintfgraphics or so. Or perhaps you have to add additional lazarus packages to your project because it may not be able to find the graphics source right now.
The best way to contact me is by email, which you can find on my website: http://wizzup.org
I also get email notifications of private messages, though.
Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
Documentation | Source | Simba Bug Tracker on Github and Villavu )
My (Blog | Website)
$(LazarusDir)/lcl/units/$(TargetCPU)-$(TargetOS)
Its in that folder, graphics.o
Your "Other Unit Files" project option should look something like this
Code:$(ProjDir) $(LazarusDir)/lcl/units/$(TargetCPU)-$(TargetOS) $(LazarusDir)/lcl/units/$(TargetCPU)-$(TargetOS)/$(LCLWidgetType) ../Simba/Units/MMLCore ../Simba/Units/Misc $(LazarusDir)/components/mouseandkeyinput
You need to include LCL in your DLL... Just like last time you asked this ;-).
Verrekte Koekwous
Oh dearI did what you told me, and it compiles the file nicely but when I try to build it, it get
C:\Users\Matias\Desktop\galileo\GALILEO(1,1) Fatal: Can't find unit interfaces used by GALILEO
JfgiRecompile your LCL.
http://wiki.lazarus.freepascal.org/L..._solve_this.3F
I made a new script, check it out!.
There are currently 1 users browsing this thread. (0 members and 1 guests)