Search found 10 matches

by Digi
Sun Aug 14, 2005 12:54 am
Forum: C++ Development
Topic: MFC -> WxWidgets
Replies: 1
Views: 937

MFC -> WxWidgets

I'm trying to convert a COMPLEX app to wxWidgets, while i've added the wxwidget libraries to the project, i get a linking error. nafxcwd.lib(viewedit.obj) : error LNK2001: unresolved external symbol __mbctype nafxcwd.lib(filelist.obj) : error LNK2001: unresolved external symbol __mbctype nafxcwd.lib...
by Digi
Mon Jul 11, 2005 4:51 pm
Forum: C++ Development
Topic: How to lower the disk space taken by my programs!
Replies: 26
Views: 7085

@Tyler: Thats for Visual Studio, hes talking MinGW/DevCPP. To optimize in DevCPP, go to Projects -> Project Options -> Click Compiler Tab -> Click Optimiztions -> Make Best Optimizations say Yes For me this is enabled by default. However my Executables still get bloated. The reason for this is GCC, ...
by Digi
Mon Jul 11, 2005 2:36 am
Forum: C++ Development
Topic: FL + MDI?
Replies: 4
Views: 1490

I've seen them, but i'm usign DevCPP, and had nothing but trouble compiling. It just wount show up, i'm using the standard code, running a contrusctor like so.

CMapview *mpview = new CMapview(this);

then

mpLayout = new wxFrameLayout( this, mpview );
by Digi
Sun Jul 10, 2005 5:16 am
Forum: C++ Development
Topic: FL + MDI?
Replies: 4
Views: 1490

FL + MDI?

Is it possible to have MDI and FL working together? I thought i had it working before, but can't get it to work now.
by Digi
Mon Feb 07, 2005 3:36 am
Forum: C++ Development
Topic: Frame Problems.
Replies: 6
Views: 2935

Thanks tons m8. This made my life alot easier =).
by Digi
Sun Feb 06, 2005 9:10 pm
Forum: C++ Development
Topic: Frame Problems.
Replies: 6
Views: 2935

Here it is. My 2 main functions. Tread3D.cpp: ///////////////////////////////////////////////////////////////////////////// // Name: Tread3D.cpp // Purpose: Document/view demo // Original Author: Julian Smart // Modified by: Chris "Digi" Timberlake // Created: 04/01/98 // RCS-ID: $Id: Trea...
by Digi
Sun Feb 06, 2005 5:49 am
Forum: C++ Development
Topic: Frame Problems.
Replies: 6
Views: 2935

Can anyone help me on how to limit the sizze of the MDI Frame, and make the panels ontop?
by Digi
Fri Feb 04, 2005 1:31 am
Forum: C++ Development
Topic: Frame Problems.
Replies: 6
Views: 2935

I found the solution to #4, constructor error, on my part/
by Digi
Thu Feb 03, 2005 6:45 pm
Forum: C++ Development
Topic: Frame Problems.
Replies: 6
Views: 2935

Frame Problems.

Ok, i'm basing my program on the Drawing Frame Samples. However, i'm having problems with it. #1. I can add controls, like a panel, however, when i maximize the frame window, the panel dissappears, and only comes back when i resize/minimize the whole window. How can i solve this, so the frame doesn'...
by Digi
Fri Jan 28, 2005 3:57 am
Forum: wxDev-C++
Topic: wxWidget and DevC++
Replies: 1
Views: 1779

I'd check out here. http://wxdsgn.sourceforge.net/