Thank for everything! I don' want to disrespect your help, but this project will be postponed for now. I did not have time to post or I would have told you later.
Type: Posts; User: ArakelTheDragon
Thank for everything! I don' want to disrespect your help, but this project will be postponed for now. I did not have time to post or I would have told you later.
It works! Finally :D :D :D :D :D :D :D :D :D :D.
EDIT: don't put "" on the end of the path, for example the path can not finish as
"D:\wxWidgets-3.1.3\lib\gcc_dll\mswud", it must be...
Thanks to everyone for the help an patience!
Ok part of the problems:
On Windows 10, wxWidgets did not compile. I don't know why, it shows that it has, but it didn't.
On Windows 7, the...
I followed this tutorial for the installation.
Build log:
-------------- Build: Debug in OS.wxWidgets.Setup.7 (compiler: GNU GCC Compiler)---------------
g++.exe -pipe -mthreads...
Why do you randomly switch the build commands? I tried all options.
Why did you use static wx before and are now using shared wxWidgets? Yes.
Why did you not post a build log? I did in post #39....
Sorry if letters or words are missing, I don't have the strength anymore.
I installed Windows 7, reinstalled CodeBlocks and still the same problem. There is something new in the setup of...
I am working on 4 projects, don't take it personal. I am making mistakes already, and didn't even check. There is a reason why you should not work more than 48 hours per week and I work 84.
Here...
Its even worst :D.
||=== Build: winDebug in wxVLC (compiler: GNU GCC Compiler) ===|
||WARNING: Can't read file's timestamp: C:\Users\CFCbazar\Downloads\wxVLC\wx_pch.h|
||WARNING: Can't read...
Sorry for the double post, I am afraid no one will check the thread if I don't post a new post.
The new Codeblocks-20.03mingw-nosetup.portable does not work. I build wxWidgtets 3.13, unpacked them...
The reason is that there is a new version from recently. Since I installed CodeBlocks on Ubuntu a week ago, it was the latest version. But on Windows I have not noticed that there is a new release.
...
On the picture CodeBlocks shows wx 2.8.12, post 26. Is this the version with wich CodeBlocks was built?
Sorry for the double post, if I edit the images might bug.
It says wx 2.8.12 on CodeBlocks, but I have built C:\wxWidgets-3.1.3
I used the following commands:
gcc -v
mingw32-make -v
...
I have the following.
OS:
Windows 10, x64.
Compiler and IDE:
16097
Environmental variables:
16098
Thats a good idea, first I have to setup wxWidgets and that is like configuring the intel i7 with 1s and 0s instead of programming.
I get this error:
fatal error: wx/wxprec.h: No such file or...
Unfortunately I only have Windows 10, x64.
I am rebuilding wxWidgets based on this tutorial. After its finished I will check again.
Full build log:
-------------- Clean: Debug in wxVLC (compiler: GNU GCC Compiler)---------------
Cleaned "wxVLC - Debug"
-------------- Build: Debug in wxVLC (compiler: GNU GCC...
First the commands:
wx-config --cflags --toolkit=gtk3
-I/usr/local/lib/wx/include/gtk3-unicode-static-3.1 -I/usr/local/include/wx-3.1 -D_FILE_OFFSET_BITS=64 -D__WXGTK__ -pthread
wx-config...
I am using Ubuntu 20.04 LTS and CodeBlocks with MiniGW latest version. I am also using wxWidgets 3.1.3. I upload the zip file, but I believe the problem comes from Ubuntu not being able to start the...
Hi to everyone!
I am facing a difficult problem. I am using CodeBlocks latest, GCC with codeblocks, wxWidgets 3.13, Ubuntu 20.04 and get this error. Can someone please tell me what does it means?...
Thanks for that. By logic I should replace the last character with a terminating zero?
Like this:
cpMediafileName [uiSize] = '\0';
I tried and tried, but it does not work:
Expected behaviour:
Since there is no code to wait for the mp4 to finish, all mp4s will be loaded and only the last from the file will be played.
...
Sorry, I did not mean to dump a truck on you. It was suppose to be very well organized and a big help to someone else. I can't edit the post, or I would have. Please delete that post.
Here is...
With 1, 2 and EOF the software does not enter the loop cycle.
Full code:
#if defined(UNICODE) && !defined(_UNICODE)
#define _UNICODE
#elif defined(_UNICODE) && !defined(UNICODE)
...
When I use EOF, I receive ISO++ does not allow conversion between pointer and integer. How do you suggest I make it?
EDIT:
For some reason the EOF works now, but still the software does not enter...
Hi guys!
After I managed to make the MP3 player, not I am stuck on scanning a list of FilePath/FileName from a database file and using it to play the music.
Scanning the directory and recording...