Search found 19 matches

by rdmaia
Mon Mar 07, 2016 6:38 pm
Forum: Platform Related Issues
Topic: Problems building libraries for wx-3.1.0 for Win10
Replies: 1
Views: 910

Problems building libraries for wx-3.1.0 for Win10

Hi! i built the libraries for shared (dll): debug and release versions (msys / mingw). No problems at this point and they are working Ok. My problem is that libraries' names are the SAME, (no distinction between debug and release names), and so they can't share the same directory. The 'd' suffix, fo...
by rdmaia
Mon Mar 07, 2016 10:27 am
Forum: Compiler / Linking / IDE Related
Topic: Sunken borders doesn't shows on edit widgets.
Replies: 5
Views: 1611

Re: Sunken borders doesn't shows on edit widgets.

Tried with wxWidgets-3.1.0 also.

Same results.
by rdmaia
Mon Mar 07, 2016 9:37 am
Forum: Compiler / Linking / IDE Related
Topic: Sunken borders doesn't shows on edit widgets.
Replies: 5
Views: 1611

Re: Sunken borders doesn't shows on edit widgets.

Can you show the code that wxSmith generated for creating the controls? Generated code: /*************************************************************** * Name: smith1App.cpp * Purpose: Code for Application Class * Author: rdm () * Created: 2016-03-06 * Copyright: rdm () * License: ****************...
by rdmaia
Sun Mar 06, 2016 2:19 pm
Forum: Compiler / Linking / IDE Related
Topic: Sunken borders doesn't shows on edit widgets.
Replies: 5
Views: 1611

Re: Sunken borders doesn't shows on edit widgets.

Perhaps this is a windows problem, W10 since there are substantial changes on it's visual presentation on W7 ==> W8 ==> W10.
by rdmaia
Sun Mar 06, 2016 12:08 pm
Forum: Compiler / Linking / IDE Related
Topic: Sunken borders doesn't shows on edit widgets.
Replies: 5
Views: 1611

Sunken borders doesn't shows on edit widgets.

Hi! i'm using CodeBlocks 16.01 and wxWidgets 3.0.2, running on a W10/32bits. Compiler: gcc version 5.3.0 (i686-posix-dwarf-rev0, Built by MinGW-W64 project) This a small test buit with wxSmith: projeto.png as we can see widgets with raised borders are correctly displayed, BUT sunken borders does not...
by rdmaia
Fri Mar 04, 2016 8:42 am
Forum: Compiler / Linking / IDE Related
Topic: Problems using wxWidgets 3.0.2 with CodeBlocks 16.1
Replies: 21
Views: 7485

Re: Problems using wxWidgets 3.0.2 with CodeBlocks 16.1

For DDE problem, at "C:/msys/mingw32/i686-w64-mingw32/include/windows.h" there is an unconditional include to dde.h And dde.h itself lacks a declaration for wxDDEConnectListing, an this is not found at any other include in ALL: wxWidgets, mingw32 and msys include directories. So, if not cr...
by rdmaia
Fri Mar 04, 2016 8:17 am
Forum: Compiler / Linking / IDE Related
Topic: Problems using wxWidgets 3.0.2 with CodeBlocks 16.1
Replies: 21
Views: 7485

Re: Problems using wxWidgets 3.0.2 with CodeBlocks 16.1

Perhaps, but at ../include/wx/msw/setup.h we find: ... // ---------------------------------------------------------------------------- // debugging settings // ---------------------------------------------------------------------------- // wxDEBUG_LEVEL will be defined as 1 in wx/debug.h so normally...
by rdmaia
Fri Mar 04, 2016 7:21 am
Forum: Compiler / Linking / IDE Related
Topic: Problems using wxWidgets 3.0.2 with CodeBlocks 16.1
Replies: 21
Views: 7485

Re: Problems using wxWidgets 3.0.2 with CodeBlocks 16.1

Solved! First problem: Execution error It was originated from unicode use (wxUSE_UNICODE) without the specific target ambient header: Solution: To include ../../lib/wx/include/msw-unicode-3.0 as first search directory at "Search directories" list Second problem: wxDDEConnectListing It was...
by rdmaia
Thu Mar 03, 2016 10:25 pm
Forum: Compiler / Linking / IDE Related
Topic: Problems using wxWidgets 3.0.2 with CodeBlocks 16.1
Replies: 21
Views: 7485

Re: Problems using wxWidgets 3.0.2 with CodeBlocks 16.1

I tried with all directories found at the directory tree from my dll/release path: c:\wx302\libs-dll-rel\... No changes. Same error: wxDDEConnectionList not found (it doesn't surprises me since i didn't find this symbol at anyone of wxWidgets directory files, and not also at msys and mingw include d...
by rdmaia
Thu Mar 03, 2016 9:15 pm
Forum: Compiler / Linking / IDE Related
Topic: Problems using wxWidgets 3.0.2 with CodeBlocks 16.1
Replies: 21
Views: 7485

Re: Problems using wxWidgets 3.0.2 with CodeBlocks 16.1

After the inclusion of my target ambient specific directory ( msw) in the compiler includes list: c:\wx302\include\wx\msw the error changed from a link error to a compile error: -------------- Build: Release in text (compiler: GNU GCC Compiler)--------------- windres.exe -IC:\wx302\include -J rc -O ...
by rdmaia
Thu Mar 03, 2016 9:34 am
Forum: Compiler / Linking / IDE Related
Topic: Problems using wxWidgets 3.0.2 with CodeBlocks 16.1
Replies: 21
Views: 7485

Re: Problems using wxWidgets 3.0.2 with CodeBlocks 16.1

Finally!! it worked!! i created an empty project, as advised, and replicated the manual makefile parameters, on it. -------------- Clean: Debug in text (compiler: GNU GCC Compiler)--------------- Cleaned "text - Debug" -------------- Build: Debug in text (compiler: GNU GCC Compiler)------...
by rdmaia
Thu Mar 03, 2016 4:57 am
Forum: wxDev-C++
Topic: wxDev-Cpp 7.4.2 - blank main window (?)
Replies: 3
Views: 17152

Re: wxDev-Cpp 7.4.2 - blank main window (?)

Thank you!

I'm selecting an IDE for general use, to develop for Win /Lin / Mac.

So i'm testing most used (Code Blocks, Dev-Cpp, ...). CodeLite will be next on my test line.
by rdmaia
Wed Mar 02, 2016 9:24 pm
Forum: wxDev-C++
Topic: wxDev-Cpp 7.4.2 - blank main window (?)
Replies: 3
Views: 17152

wxDev-Cpp 7.4.2 - blank main window (?)

Hi!

I just installed wxDev-Cpp 7.4.2 on a Win10 - 64 bits.

At execution this is the main window showed:

wxDev-7.4.2.png
wxDev-7.4.2.png (14.54 KiB) Viewed 17152 times
Version id:

wxDev-7.4.2-id.png
wxDev-7.4.2-id.png (14.02 KiB) Viewed 17152 times
I installed from full package and also from web: same result.

During installation, text at window panes were not shown also (blank too).
by rdmaia
Wed Mar 02, 2016 11:50 am
Forum: Compiler / Linking / IDE Related
Topic: Problems using wxWidgets 3.0.2 with CodeBlocks 16.1
Replies: 21
Views: 7485

Re: Problems using wxWidgets 3.0.2 with CodeBlocks 16.1

Well, i build libraries following the "install.txt" provided at "../wxWidgets-3.0.2/docs/msw", and build libraries through both processes described: "* Using configure" and also "* Using plain makefiles" Same results, no errors and same name on generated libra...
by rdmaia
Tue Mar 01, 2016 10:13 pm
Forum: Compiler / Linking / IDE Related
Topic: Problems using wxWidgets 3.0.2 with CodeBlocks 16.1
Replies: 21
Views: 7485

Re: Problems using wxWidgets 3.0.2 with CodeBlocks 16.1

About libraries names: Last sunday i generated all libraries for wXWidgets (shared & static), for debug and release. Next are directory listings from shared generations (debuf & release). Observe that while library sizes may differ a lot, library names are the same for both versions, the add...