Search found 49 matches
- 29 May 2019, 11:43
- Forum: General Discussion
- Replies: 10
- Views: 418
Re: is SettingsMenu.xaml.h ViewModel.h auto generated by somewhere?
I see.. that is my mistaken.thank youYou don't generate those files. You need to write them by hand.
- 29 May 2019, 11:41
- Forum: General Discussion
- Replies: 10
- Views: 418
Re: is SettingsMenu.xaml.h ViewModel.h auto generated by somewhere?
so how to generate the following files?Yes, that's correct. Bin2h generates a C header file for a binary file.
App.xaml.cpp
MainWindow.xaml.cpp
ViewModel.cpp
- 29 May 2019, 11:11
- Forum: General Discussion
- Replies: 10
- Views: 418
Re: is SettingsMenu.xaml.h ViewModel.h auto generated by somewhere?
here is the Buttons of Samples "generated" file /* MainWindow.xaml, 10781 bytes */ const uint8_t MainWindow_xaml[] = { 60,87,105,110,100,111,119,32,120,58,67,108,97,115,115,61,34,66,117,116,116,111,110,115,46,77,97, 105,110,87,105,110,100,111,119,34,13,10,32,32,32,32,32,32,32,32,120,109,108,110,115,...
- 29 May 2019, 11:07
- Forum: General Discussion
- Replies: 10
- Views: 418
Re: is SettingsMenu.xaml.h ViewModel.h auto generated by somewhere?
I used bin2h.exe bin2h xx.xaml targetfile.hThey are automatically generated each time the XAML changes. Our sample projects are setup that way, using the tool Bin2H included in the SDK.
but targetfile.h onlycontents binary array data,maybe my usage is wrong..
- 29 May 2019, 09:08
- Forum: General Discussion
- Replies: 10
- Views: 418
is SettingsMenu.xaml.h ViewModel.h auto generated by somewhere?
I was confused about that is this auto generated or manully written..
regards.
regards.
- 28 May 2019, 10:42
- Forum: General Discussion
- Replies: 6
- Views: 349
Re: Newbier want to knows can noesis package layout files to exe ?
ok next time,thanksPlease, open a new thread for new topics. Thanks!
- 28 May 2019, 08:02
- Forum: General Discussion
- Replies: 6
- Views: 349
Re: Newbier want to knows can noesis package layout files to exe ?
one more question is: is there a tool generate xaml to c++ headerfiles? and will the headfiles be recoverd everytime when generate? thanks Hi, Yes, it is possible, our samples are doing exactly that. In C++ we convert the xaml files to a header file that is compiled along with the exe. In C# we use ...
- 27 May 2019, 10:33
- Forum: General Discussion
- Replies: 6
- Views: 349
Re: Newbier want to knows can noesis package layout files to exe ?
understand..thank you very much. loving this.
- 26 May 2019, 17:16
- Forum: General Discussion
- Replies: 6
- Views: 349
Newbier want to knows can noesis package layout files to exe ?
guess needs an exe file with layout files packaged in binarry file,not in folder.