Gammasoft

Results 50 comments of Gammasoft

Porting is underway. The `xtd.core` and `xtd.tunit` libraries will be ported, but `xtd.drawing` and `xtd.forms` will not for the time being. This means that console applications and unit tests will...

Hi @theokeist , you're right, it's HaikuAPI. We welcome your contributions.

Hi @theokeist, You welcome. don't hesitate to send me your feedback. G_

Hi, You are right, when wxwidgets (the actual default backend used by xtd) is generated and installed with CMake, the `.pdb` files are not copied with the `.lib` files. (See...

Hi again, For point 1, are you sure you've selected the right target? By default, the `ALL_BUILD` target is selected. Right-click on the `console_app1` project and select `Set as Startup...

As far as the wxWidgets `pdb` files are concerned, don't let this stop you from working on and debugging your project and, if necessary, xtd. After all, wxWidgets isn't accessible...

Visual Studio can manage multiple projects in a single solution. CMake can also manage multiple projects within a single project. The same applies to VS Code and Xcode with CMake...

For your information, I found the problem when xtdc-gui tries to open a selected xtd example. The problem comes from the new version of CMake, since version 3.30, it generates...

For point 2. of your questions. You're right you can't edit and use the xtd examples installed under `c:\Program Files (x86)\xtd\share\xtd\examples`. This is to ensure that the examples are not...

Indeed, StackWalker (a thierce library) uses `execinfo.h which is unfortunately not portable and is specific to gnulib. I added a correction (I hope) in the commit https://github.com/gammasoft71/xtd/commit/072f080c0b53eba981c2930d4c002190e0c15b14. As I never...