Errors compiling Minimal App - wxWidgets 2.6.3/embedded C++ Topic is solved

Do you have a typical platform dependent issue you're battling with ? Ask it here. Make sure you mention your platform, compiler, and wxWidgets version.
Post Reply
cd_hodges
Earned some good credits
Earned some good credits
Posts: 145
Joined: Thu Feb 03, 2005 4:46 pm

Errors compiling Minimal App - wxWidgets 2.6.3/embedded C++

Post by cd_hodges »

I have just followed the instructions on getting my environment set up to build apps for WinCE. After successfully building the wx libraries I am having problems compiling the minimal app. Here is the error that I'm getting:

\..\..\include\wx/chkconf.h(832) : fatal error C1189: #error

wxUSE_CRASHREPORT requires wxUSE_ON_FATAL_EXCEPTION

Anyone have any ideas what I'm doing wrong?

Thanks
giro
Knows some wx things
Knows some wx things
Posts: 41
Joined: Fri Sep 01, 2006 7:47 am

Post by giro »

i have same problem with compiling wxsqlite3 on wince, and dont find any solution.

Giro.
cd_hodges
Earned some good credits
Earned some good credits
Posts: 145
Joined: Thu Feb 03, 2005 4:46 pm

Post by cd_hodges »

I was able to get my code compiled and running correctly after I realized that I needed to compile in Unicode.

And I've never used wxsqlite but I am successfully using the sqlite code in my application.
giro
Knows some wx things
Knows some wx things
Posts: 41
Joined: Fri Sep 01, 2006 7:47 am

Post by giro »

And how you change to compile in Unicode, i use EVC 4.

thk.
Giro.
User avatar
ABX
Can't get richer than this
Can't get richer than this
Posts: 810
Joined: Mon Sep 06, 2004 1:43 pm
Location: Poznan, Poland
Contact:

Post by ABX »

giro wrote:And how you change to compile in Unicode, i use EVC 4.
Are we talking about building wxWidgets for WinCE? wxWinCE is designed to be build _only_ in Unicode so the question looks strange to me.

ABX
CVS Head, 2.8.X
wxMSW, wxWinCE, wxPalmOS, wxOS2, wxMGL, bakefile
gcc 3.2.3, bcc 5.51, dmc 8.48, ow 1.6, vc 7.1, evc 3/4, pods 1.2
giro
Knows some wx things
Knows some wx things
Posts: 41
Joined: Fri Sep 01, 2006 7:47 am

Post by giro »

If wxwidgets for wince compile in unicode by default. Wxsqlite dont compile with wince.

I can solve the problem.
Somebody has been able to compile wxsqlite for wince?

I compile sqlite3wince this work, but is not same that using wxsqlite.

Giro.
Post Reply