Simple BeamUI project won't link

Ferhat Kurtulmuş aferust at gmail.com
Fri Dec 18 19:39:13 UTC 2020


On Friday, 18 December 2020 at 19:15:16 UTC, Daren Scot Wilson 
wrote:
> On Wednesday, 16 December 2020 at 07:45:50 UTC, Ferhat 
> Kurtulmuş wrote:
>> On Wednesday, 16 December 2020 at 07:40:45 UTC, Ferhat 
>> Kurtulmuş wrote:
>>
>> This may be not your issue, but I could manage it to work by 
>> adding this line:
>>
>> subPackage "examples/myproject"
>>
>> to the dub.sdl of the beamui. I simply put my project in 
>> examples/ folder.
>>
>> And compile and run using:
>>
>> dub run :myproject
>
> The thought crossed my mind to try putting my source under 
> examples/ but that's not a good way to organize a real project. 
> I'd like it be under ~/projects/, naturally. What I want to 
> make will involve a lot more than just a GUI.

İf you don't need a fancy look and can live with simple widgets, 
Adam D. Ruppe's arsd repository has minigui. On windows it uses 
native Win32 API, so it doesn't need any dependency. 
https://github.com/adamdruppe/arsd



More information about the Digitalmars-d-learn mailing list