Search found 10 matches

by vjedlicka
Thu Jan 02, 2020 10:22 am
Forum: Platform Related Issues
Topic: which makefile to use on mac?
Replies: 8
Views: 1552

Re: which makefile to use on mac?

I plan to use the latest versions:
macOS: 10.15.2
XCode: 11.3
I plan to make just one executable using static linking.

Thanks
Vaclav
by vjedlicka
Sun Dec 29, 2019 8:39 am
Forum: Platform Related Issues
Topic: which makefile to use on mac?
Replies: 8
Views: 1552

Re: which makefile to use on mac?

I installed and build wxWidgets 3.1.3 (using these instructions: https://wiki.wxwidgets.org/Compiling_wxWidgets_using_the_command-line_%28Terminal%29#Download_and_Install_wxWidgets ). The samples work. I would like to test if my app (developed on Windows) works on mac. The plan was to copy a makefi...
by vjedlicka
Sat Dec 28, 2019 4:28 pm
Forum: Platform Related Issues
Topic: which makefile to use on mac?
Replies: 8
Views: 1552

Re: which makefile to use on mac?

I opened the "minimal" sample project in XCode. It complained about the code being 32bit. I rebuilt the project (Product - Build). It said "build succeeded". But I cannot run it, because "Product - Run" is disabled. I am new to Mac and Xcode so obviously I am doing some...
by vjedlicka
Sat Dec 28, 2019 2:55 pm
Forum: Platform Related Issues
Topic: which makefile to use on mac?
Replies: 8
Views: 1552

which makefile to use on mac?

I installed and build wxWidgets 3.1.3 (using these instructions: https://wiki.wxwidgets.org/Compiling_wxWidgets_using_the_command-line_%28Terminal%29#Download_and_Install_wxWidgets ). The samples work. I would like to test if my app (developed on Windows) works on mac. The plan was to copy a makefil...
by vjedlicka
Fri Dec 27, 2019 5:24 pm
Forum: Compiler / Linking / IDE Related
Topic: path included by Visual Studio 2019
Replies: 3
Views: 951

Re: path included by Visual Studio 2019

I followed setup instructions from this video:
https://youtu.be/FOIbK4bJKS8

Anyway, looks like I will have to live with that.

Thanks
Vaclav
by vjedlicka
Fri Dec 20, 2019 4:16 pm
Forum: Compiler / Linking / IDE Related
Topic: path included by Visual Studio 2019
Replies: 3
Views: 951

path included by Visual Studio 2019

I installed wxWidgets the recommended way. I created the system variable WXWIN pointing to the wxWidgets folder. When I right click a project and select "Add" - "Class", and fill in all fields, VS generates the files and in the .h file it generates this line: #include "D:\wx...
by vjedlicka
Sat Oct 26, 2019 7:05 am
Forum: C++ Development
Topic: How to play and stop mp3 asynchronously
Replies: 14
Views: 8468

Re: How to play and stop mp3 asynchronously

Variable ptr in your code is not initialized.
by vjedlicka
Tue Aug 13, 2019 4:03 pm
Forum: Compiler / Linking / IDE Related
Topic: How to switch between static and dynamic link?
Replies: 5
Views: 3377

Re: How to switch between static and dynamic link?

ok, so the samples provided with wxWidgets are pre-configured for static build right?
(the hey the vc.lib in Linker/General/Additional...)
by vjedlicka
Sat Aug 10, 2019 12:04 pm
Forum: Compiler / Linking / IDE Related
Topic: How to switch between static and dynamic link?
Replies: 5
Views: 3377

How to switch between static and dynamic link?

On Windows, using VS 2017, how do I switch between static and dynamic linking of my app?
Thanks!
Vaclav