Search found 15 matches

  • 1
  • 2
by z0rg77
21 May 2020, 15:30
Forum: Official Announcements
Replies: 50
Views: 70423

Re: [Release Candidate] NoesisGUI v3.0.0rc7

Hello, Is it normal that for some controls (Label and ListView for example), I get a pink background and border around the control ? This behavior applies to both windows builds and wasm builds (Debug Profile and Release). It can be hidden by overriding the template but it's not the sandard xaml beh...
by z0rg77
15 May 2020, 20:20
Forum: Official Announcements
Replies: 50
Views: 70423

Re: [Release Candidate] NoesisGUI v3.0.0rc7

I finally made it to compile wasm flawlessly once the mv command fixed :p. If it can be useful here's the way I fixed it Added a mv.bat file with this code : @echo off set a=%1 set b=%2 set a=%a:/=\% set b=%b:/=\% move %a% %b% Add MV = ..\..\..\..\..\Tools\mv.bat to the makefile Then calling it the ...
by z0rg77
14 May 2020, 23:36
Forum: Official Announcements
Replies: 50
Views: 70423

Re: [Release Candidate] NoesisGUI v3.0.0rc7

I get the error that "mv isn't recognized as a command" when running make all on NoesisApp makefile, a simple replacement with "move" does not work either due to forward slashes in the paths.

Cool for the licence :), I won't hesitate to ask once I'm there.
by z0rg77
14 May 2020, 22:35
Forum: Official Announcements
Replies: 50
Views: 70423

Re: [Release Candidate] NoesisGUI v3.0.0rc7

Hi there, it seems that you're using the mv command in your makefile for wasm even in the windows version. Maybe it's not intended ? Edit: On RC7 Edit2: I managed to compile wasm samples on linux, this is great ! But after a few seconds of running it I get "Invalid Licence" isn't the WebGL...
by z0rg77
13 May 2020, 00:03
Forum: Official Announcements
Replies: 34
Views: 40805

Re: WebAssembly

Hi there ! Great thing that you support web assembly ! I'm trying to build the samples (Button and IntegrationGLUT) but unfortunately I have some issues with Noesis.bc being rejected as not a wasm32 file, switching to a pre 1.39 version of emscripten leads to fastcomp incompatibility, The rest of th...
  • 1
  • 2