Search found 8 matches

by Andy
Sun Jul 12, 2020 2:30 am
Forum: General Development
Topic: NetCDF(network Common Data Form)
Replies: 1
Views: 1709

NetCDF(network Common Data Form)

Hi,Is there any way to output the data in NetCDF format in wxWidgets?I did not find any method about NetCDF (network Common Data Form) from the help documentation and forum search.
by Andy
Tue Jun 30, 2020 2:20 am
Forum: C++ Development
Topic: How to find specific usage of function.
Replies: 2
Views: 534

Re: How to find specific usage of function.

mode it's file access mode for C-style I/O so for details use cppreference fopen
wxWidgets just provide useful wrapper (but not only) for them.
Thank you for your help, which convinced me that my program will not have unknown errors in the future.
by Andy
Mon Jun 29, 2020 2:21 pm
Forum: C++ Development
Topic: How to find specific usage of function.
Replies: 2
Views: 534

How to find specific usage of function.

Recently, I use official documents https://docs.wxwidgets.org/ for ind the implementation of some functions,for example the function of class wxFile.But,It is not enough to fully understand the meaning of each parameter. Question1: wxFFileInputStream::wxFFileInputStream ( const wxString & filena...
by Andy
Sun Jun 28, 2020 3:16 am
Forum: C++ Development
Topic: How can the best output and storage of large amounts of data
Replies: 3
Views: 793

How can the best output and storage of large amounts of data

My project creat a struct,As follows: struct rawdatdata { uint8_t record[24]; uint8_t data[469]; }; I try to save into txt file,then some strange symbols and blank appear in the file.Why???????? " TU4SECU4査?BD#2df5@?0?" Worse more,The data is too much to result to the txt file is stuck. I ...
by Andy
Sun Dec 29, 2019 1:28 pm
Forum: Compiler / Linking / IDE Related
Topic: About lib/vc_lib/mswuwx/setup.h
Replies: 10
Views: 10039

Re: About lib/vc_lib/mswuwx/setup.h

I use DLL Debug /DLL Release can run the minimal project. Thank you!!! :)But my aims is to build own wxWidgets project .Why there is without DLL Debug /DLL Release in my own project.There is only Debug/Release and it not work. :oops:
by Andy
Sun Dec 29, 2019 1:17 pm
Forum: Compiler / Linking / IDE Related
Topic: About lib/vc_lib/mswuwx/setup.h
Replies: 10
Views: 10039

Re: About lib/vc_lib/mswuwx/setup.h

I build the vc_dll not vc_lib,the erro indicate the vc_Lib/mswud/wx/setup.h
by Andy
Sun Dec 29, 2019 1:12 pm
Forum: Compiler / Linking / IDE Related
Topic: About lib/vc_lib/mswuwx/setup.h
Replies: 10
Views: 10039

Re: About lib/vc_lib/mswuwx/setup.h

It still has old problem C1083: Cannot open include file: '../../../lib/vc_lib/mswud/wx/setup.h when I Build Solution from the <wxdir>/samples/minimal/ and open "minimal_vc9.vcproj".
by Andy
Sun Dec 29, 2019 12:49 pm
Forum: Compiler / Linking / IDE Related
Topic: About lib/vc_lib/mswuwx/setup.h
Replies: 10
Views: 10039

About lib/vc_lib/mswuwx/setup.h

:oops: I use VisualStdio 2015 set the "Hello world"project in the windows system project,but it always exit error C1083 :Cannot open include file: '../../../lib/vc_lib/mswud/wx/setup.h': No such file or directory. Then I do some work according to the solution from online forum. What's wors...