Re: Noesis documentation and few question about 2.1.0 verison (C++)
Are those information relevant to 2.1 version?
I am trying this
Edit:
I discover how is bin tools used, I guess. But to be clear, I don't want use this tool for load xaml files. Not now, because I think it is good idea to have xaml files in exe (if I understand this tool correctly).
I am trying this
Code: Select all
Noesis::Ptr<Noesis::XamlProvider> xpr = Noesis::GUI::LoadXaml("Main.xaml"); // compiler stop at this beacuse he can't convert baseComponent class to XamlProvider
I discover how is bin tools used, I guess. But to be clear, I don't want use this tool for load xaml files. Not now, because I think it is good idea to have xaml files in exe (if I understand this tool correctly).
Re: Noesis documentation and few question about 2.1.0 verison (C++)
Yes, it makes sense. We are embedding resources in our samples because that way it is easier to debug and deploy. But, in your case, you can use the local implementations (LocalXamlProvider, LocalTextureProvider and LocalFontProvider) to load resources from disk.I discover how is bin tools used, I guess. But to be clear, I don't want use this tool for load xaml files. Not now, because I think it is good idea to have xaml files in exe (if I understand this tool correctly).
Re: Noesis documentation and few question about 2.1.0 verison (C++)
Ok, thanks. Finally I resolve it and now it load xaml from hdd, I hope. Now I need resolve RenderDevice.
I want only inform, LocalXamlProvider needs add aditional directory Src\Packages\App\Launcher\Include and then #include <NsApp\LocalXamlProvider.h> and use NoesisApp namespace.
Jsantos please keep in mind when you creating documentation for this details, because who is new in this, he does not have to think about it (to better understand, he can not come up with such a thought - use aditional direcoty and include *.h from noesis), because other library have one header where is all included and then doesn't need thinkink to include another headers, or is mentioned in documentation what it needs.
I want only inform, LocalXamlProvider needs add aditional directory Src\Packages\App\Launcher\Include and then #include <NsApp\LocalXamlProvider.h> and use NoesisApp namespace.
Jsantos please keep in mind when you creating documentation for this details, because who is new in this, he does not have to think about it (to better understand, he can not come up with such a thought - use aditional direcoty and include *.h from noesis), because other library have one header where is all included and then doesn't need thinkink to include another headers, or is mentioned in documentation what it needs.
Who is online
Users browsing this forum: Semrush [Bot] and 4 guests