-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With Visual Studio 2017 doesnt work #13
Comments
Could you try this Pr: #12 . |
Hello all, it would be very interesting to fix it because there aren't any
software packet that plotting easily in c++. I'm working in real time
plotting and there are no easy solutions, all the software is no update.
Best regard.
Helí.
El mié., 3 abr. 2019 a las 16:22, Jussi Vatjus-Anttila (<
[email protected]>) escribió:
… Could you try this Pr: #12 <#12> .
I haven’t had time to keep this project up-to-date so most probably it
doesn’t work out of the box anymore with recent visual studio..Originally I
did use code:blocks..
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#13 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/Au8zn-Y-1BrluH4edJZxvzy_bM4ZVWXYks5vdLkQgaJpZM4cZ-VD>
.
|
really? even still no good options ?😯 All help here would be more than welcome ! I also would like to set up CI for this project but unfortunately haven’t free time much... |
Hello, I can help you testing your code, doing the manual, and preparing
commercial specifications, even doing code.
Where are you from?, I live in Spain, maybe we can collaborate in real
projects.
I'm looking for a c++ plotting real-time software, that it has to work in
multitasking. For example, presenting the in time sound wave.
The soft has to present an income data stream.
Even we can try to develop a commercial packet. I tested the all soft that
I found and it is not updated, not compiles, etc..
Muy mobile with WhatsApp is +34629616121, and my skype is helir.rodriguez .
Please, tell me what do you think about..
Helí.
El mié., 3 abr. 2019 a las 19:45, Jussi Vatjus-Anttila (<
[email protected]>) escribió:
… there aren't any software packet that plotting easily in c++
really? even still no good options ?😯 All help here would be more than
welcome ! I also would like to set up CI for this project but unfortunately
haven’t free time much...
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#13 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/Au8znzPOVhKo1qjyzzPe_MPfI1y6PnSbks5vdOi6gaJpZM4cZ-VD>
.
|
I've successfully built the library and the sample with VS2017 (using
Specific changes for the sample project:
When running the sample there are a couple of asserts complaining about the sizer setup - they may be fixed with changes in
|
Hello Anton, many thanks.
I'll try.
Best regards
Helí Rodriguez
El lun., 27 may. 2019 a las 12:50, Anton-V-K (<[email protected]>)
escribió:
… I've successfully built the library and the sample with VS2017 (using v140
toolset version and wxWidgets-3.1.2) with minimal changes to projects:
- Set character set to Unicode
- C++ preprocessor defines are needed:
__WXMSW__;wxMSVC_VERSION_AUTO;wxUSE_UNICODE;WXUSINGDLL;wxMSVC_VERSION=140
- C++ include directories should be specified:
$(WX)\include\msvc;$(WX)\include
Specific changes for the sample project:
- Reset libraries list for the linker - they are choosen automagically
when you specify wxMSVC_VERSION_AUTO and wxMSVC_VERSION=140
- Specify additional libraries directories for the linker:
$(WX)\lib\vc$(PlatformToolsetVersion)_$(PlatformTarget)_dll (the path
may be different for your setup)
When running the sample there are a couple of asserts complaining about
the sizer setup - they should are fixed with changes in gpSizer::Realize()
:
wxBoxSizer *newsizer = new wxBoxSizer(wxHORIZONTAL);
it->Rewind();
while( it->NextWindow(window) )
{
newsizer->Add( window.GetWindow(),
window.GetProportion(),
wxALL|wxEXPAND/*|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL*/, m_border);
}
m_topSizer->Add(newsizer, 1, wxALL|wxEXPAND/*|wxALIGN_TOP|wxALIGN_BOTTOM*/, 0);
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#13?email_source=notifications&email_token=ALXTHH7T3WEKOJSB3YR6WX3PXO4FVA5CNFSM4HDH4VB2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWJPOJI#issuecomment-496170789>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ALXTHH3EJTWOTV5S5LS5UHLPXO4FVANCNFSM4HDH4VBQ>
.
|
with Visual Studio 2017 doesn't work, a lot of problems and identifiers with no definitions, etc
The text was updated successfully, but these errors were encountered: