Search found 9 matches

by givemeaname
Tue Feb 17, 2009 10:51 am
Forum: C++ Development
Topic: wxWidgets & OpenCV
Replies: 2
Views: 1210

wxWidgets & OpenCV

Hello, i try to use the OpenCV-Library for image-processing and wxWidgets as GUI-Component. (im using OpenCV 1.1pre1 and wxWidgets 2.8.9 MSW;Compiler and IDE: MinGW/Code::Blocks ) But i have 2 problems: 1. If i start the application wxwidgets tells me "Cannot initialize OLE". Ive searched ...
by givemeaname
Fri Nov 14, 2008 1:59 pm
Forum: Platform Related Issues
Topic: wxWidgets & ClearType
Replies: 8
Views: 7663

Thanks for pointing that out. I will give it a try.
by givemeaname
Thu Nov 13, 2008 4:47 pm
Forum: Platform Related Issues
Topic: wxWidgets & ClearType
Replies: 8
Views: 7663

Thanks for your answer. I tried the flags but they dont seem to work. I also found this function: wxFont::SetNoAntiAliasing(bool); But it doesn't work neither. Ive found another solution that might be helpful for others: i develop a tool that draws text and graphics on a monochrome LC-Display. so i ...
by givemeaname
Wed Nov 12, 2008 5:15 pm
Forum: Platform Related Issues
Topic: wxWidgets & ClearType
Replies: 8
Views: 7663

wxWidgets & ClearType

Hello, does someone know how i can disable the cleartype-effect for a MSW-wxWidgets program? i need to draw some fonts without the cleartype-effect. i know that cleartype can be globally turned on/off in windows, but thats not an option. does someone knows a solution for that problem? thanks for you...
by givemeaname
Fri Jun 20, 2008 9:48 am
Forum: C++ Development
Topic: 2 Instances of wxWidget in one Process
Replies: 7
Views: 1732

Thanks for your source code. It was very helpful.
Best Regards
Sid
by givemeaname
Thu Jun 19, 2008 6:45 am
Forum: C++ Development
Topic: 2 Instances of wxWidget in one Process
Replies: 7
Views: 1732

Hey JudyL,

thanks for your answer. Could you please post a simple example source code from the DLL and the wx-app? Specially intresting for me would be the registration process and the wxDynamicLibrary-Implementation.

Thank you a lot!
by givemeaname
Wed Jun 18, 2008 7:53 am
Forum: C++ Development
Topic: 2 Instances of wxWidget in one Process
Replies: 7
Views: 1732

Hello Jorgen, thanks for your fast reply. I will try that way you suggested but one more question: My plugin consist of 2 classes plugApp and plugFrame. In plugFrame are all GUI elements. How can i achieve that if i pass a empty wxFrame to the plugin, that this Frame will be filled with all GUI elem...
by givemeaname
Wed Jun 18, 2008 5:51 am
Forum: C++ Development
Topic: 2 Instances of wxWidget in one Process
Replies: 7
Views: 1732

2 Instances of wxWidget in one Process

Hello, i want to achieve the following goal: i have created a generic dll-based plugin with some gui elements(a dialog etc.) this plugin uses wx. the plugin could be called from any program. so far it works fine if the main-application doesnt use wx. but if i create a simple test-application with wx...
by givemeaname
Wed Jun 11, 2008 11:05 am
Forum: C++ Development
Topic: problems with wxDialog packed in DLL
Replies: 0
Views: 420

problems with wxDialog packed in DLL

Hello, i want to implement a wxDialog into a DLL. The DLL should be called from any application. i found this tutorial: http://wiki.wxwidgets.org/Creating_A_DLL_Of_An_Application the dll works fine with a program that is not implementing wx itself but if i write a simple test application that uses w...