Page 2 of 2

Re: While Building Program

Posted: Tue Nov 07, 2017 9:39 am
by doublemax
There should be more entries already present.

E.g. if the old content of PATH it this:

Code: Select all

C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\
Then you add the new path at the end like this:

Code: Select all

C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\MinGw\bin
This is just an example. Don't copy the whole string into your PATH variable! Also, this is only valid for Windows 7. Under Windows 10 you can edit each entry separately.

Re: While Building Program

Posted: Fri Jan 19, 2018 6:20 pm
by Chikwado
How Many Munites Or Hours Will It Take To Complete Building Wxwidget Library And What Would Be The Sign Of Complete Builded Library? I Am Using "mingw Ver4.9.2" And "Wxwidget Ver 3.0.3", After Following The Instruction And Example You Provided, The Commandline Started Reading, Scrolling, Displays Endless Something That I Cannot Figure Out. Although, I Have Not Seen Error Message, But The Reading And Scrolling Could Not Stop Or Completed.

Re: While Building Program

Posted: Fri Jan 19, 2018 7:57 pm
by ONEEYEMAN
Hi,
It all depends on the hardware.

I hope by now it finishes. So when it does, go to c:\wxWidgets\samples\minimal in the same Terminal window and and enter exactly the same command you used to compile the library.
Hopefully all goes well and it won't give you any errors. Then you should type "minimal" (without quotes), press Enter and you will see the minimal sample running.

After that you should continue with C::B.

Thank you.