Search found 15 matches

by cecil
Sun May 06, 2012 2:18 am
Forum: Platform Related Issues
Topic: mingwm10.dll crash
Replies: 13
Views: 5825

Re: mingwm10.dll crash

1 ) I use the dll that comes with MinGW. I believe that seems to be the correct. 2 ) My program don't call this dll explicitly, I don't have a code that I made for loading this dll. However, I build a simple project and tried the same configs that I put in my real project. It run normally in the fol...
by cecil
Sat May 05, 2012 11:42 pm
Forum: Platform Related Issues
Topic: mingwm10.dll crash
Replies: 13
Views: 5825

Re: mingwm10.dll crash

Someone can help me?
by cecil
Sat May 05, 2012 6:52 pm
Forum: Platform Related Issues
Topic: mingwm10.dll crash
Replies: 13
Views: 5825

Re: mingwm10.dll crash

Manolo, I made the changes that you suggested. The erros of iconv implementation don't appear, but the program still requires mingwm10.dll. When I put this dll, the program crash. I compiled my code with the configurations that I quoted earlier. Compile defining the flags, libs and other configs dir...
by cecil
Sat May 05, 2012 4:53 pm
Forum: Platform Related Issues
Topic: mingwm10.dll crash
Replies: 13
Views: 5825

Re: mingwm10.dll crash

I used CodeBlocks with MinGW file, because it's come without the problem with inconv implementation. After your post, I've tried install MinGW separately again, but without success. I'd have tried place dll file of libconv in MinGW directory and after replacing the cc1plus.exe( what seems the cause ...
by cecil
Fri May 04, 2012 1:14 pm
Forum: Platform Related Issues
Topic: mingwm10.dll crash
Replies: 13
Views: 5825

Re: mingwm10.dll crash

I use a wxWidgets pack( http://wxpack.sourceforge.net/ ). I downloaded the Codeblocks with MinGW together. I don't need compile wxWidgets. My wxWidgets version is 2.8.0. My CodeBlocks version is 10.0.5. I'm making a project now and I want finish, it is close to the end. Probably sunday, I will test ...
by cecil
Thu May 03, 2012 10:16 pm
Forum: Platform Related Issues
Topic: mingwm10.dll crash
Replies: 13
Views: 5825

Re: mingwm10.dll crash

I have the following configurations: In subtab Compiler Options, of tab Compiler Settings: -pipe -finput-charset=iso-8859-1 [[if (PLATFORM == PLATFORM_MSW && (GetCompilerFactory().GetCompilerVersionString(_T("gcc")) >= _T("4.0.0"))) print(_T("-Wno-attributes"));...
by cecil
Thu May 03, 2012 8:54 pm
Forum: Platform Related Issues
Topic: mingwm10.dll crash
Replies: 13
Views: 5825

Re: mingwm10.dll crash

I put the mingwm10.dll in the folder and this is the cause of crash. When I remove this dll, the program asks the dll.
by cecil
Thu May 03, 2012 7:24 pm
Forum: Platform Related Issues
Topic: mingwm10.dll crash
Replies: 13
Views: 5825

mingwm10.dll crash

Hi. When I run my project in the folder in that it was created, it crash. I notice that this is because mingwm10.dll. That work if I run my project in CodeBlocks. I've tried remove -mthreads, but this don't work. Someone can help me, please?
by cecil
Wed Mar 21, 2012 4:19 am
Forum: C++ Development
Topic: Too Small Sreen.
Replies: 8
Views: 2859

Re: Too Small Sreen.

I don't know other form to solve this question with methods supplied originally for wxWidgets. If your toolbar don't fit on screen, I think that the more natural solution is to use the scrollbar. I think that to obtain this result, you might place the toolbar over the scrollbar, showing only the but...
by cecil
Wed Mar 21, 2012 2:55 am
Forum: C++ Development
Topic: Too Small Sreen.
Replies: 8
Views: 2859

Re: Too Small Sreen.

A ToolBar WIth a scrollbar , I don't think they have a nice appearance .
What I want say is make a scrollbar to the entire frame, not a scrollbar to a toolbar. Naturally, it works for all elements contained in frame, including the toolbar.
by cecil
Tue Mar 20, 2012 2:35 pm
Forum: C++ Development
Topic: Too Small Sreen.
Replies: 8
Views: 2859

Re: Too Small Sreen.

You can use a scrollbar. See this: http://wiki.wxwidgets.org/Scrolling
by cecil
Tue Mar 20, 2012 2:30 pm
Forum: C++ Development
Topic: How to get value from wxPanel?
Replies: 1
Views: 626

Re: How to get value from wxPanel?

When you say that you want get the value of wxPanel, what do you expect? The class don't have this function. Why you need of this function?
by cecil
Mon Mar 19, 2012 12:36 am
Forum: C++ Development
Topic: Question on tooltips
Replies: 1
Views: 761

Re: Question on tooltips

Hi, jorrit. wxWidgets only have the option to relate a tooltip with a window. But, I think that you can catch events from listctrl and popup menu and when both matches your conditions, you redefines the text of tooltip to text related with the specific item.
by cecil
Sat Mar 17, 2012 8:42 pm
Forum: Compiler / Linking / IDE Related
Topic: Linker errors in Visual Studio 2010
Replies: 2
Views: 3457

Re: Linker errors in Visual Studio 2010

I am using the wxPack. Only used the minimal project as a basis and made such modifications that I wrote. I corrected the problem according to what you said. I removed the wxbase28d.lib and the project compiled normally. Thanks for your help.
by cecil
Sat Mar 17, 2012 4:50 pm
Forum: Compiler / Linking / IDE Related
Topic: Linker errors in Visual Studio 2010
Replies: 2
Views: 3457

Linker errors in Visual Studio 2010

Hi. I use wxWidgets with GCC a long time ago, where I don't had no problem. However, as my project is too large, some errors appeared with GCC compiler that prevented me from continuing with using this compiler. I did some tests with the cl compiler, of Visual Studio, which satisfied my needs. Howev...