|
First
|
Prev |
Next
|
Last
Pages: 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452
Precompiled wxGhostScript Hello, could someone pinpoint precompiled wxGhostScript library (for windows and linux)? I cannot compile its source and this thing stoped my project. I'm desperate, I HAVE to finish this project to pass my semester work :/ Maybe there is something similar to wxGhostScript (ability to render pdf page to image f.... 29 Jul 2006 12:33
my new profile http://www.lovehappens.com/invite/landing.html?email=wx-users%40lists.wxwindows.org&id=nlGXOd-UidOWmlSwFtGXNi00&firstName=wx-users&invId=9.cUJwXvmYCElw2m Need help? If you have any questions about LoveHappens please visit: http://www.lovehappens.com/about/help.html This email was sent by request to ... 26 Jul 2006 16:06
compiling wxWidgets without CRT support please reply Hi Is it possible to compile wxWidgets without the CRT support? To compile my wx library I followed the istructions in this link but I don't see anything about CRT link: http://www.wxwidgets.org/wiki/index.php/Compiling_WxWidgets Best Regards Frank ... 26 Jul 2006 13:54
NOCRT with visual c++ 2005 express doesn't work!!!! URGENT HELP Hi people some time ago I posted a problem with crt of visual c++ 2005 express edition. I want to disable it. An user said to me: use NOCRT and don't link msvcrt(d).lib. I used NOCRT as said and I don't see msvcrt(d).lib in my linked library, but I have the problem yet....I can not make a call to a free() functi... 26 Jul 2006 21:23
wxWidgets and ACE <html> <head> <meta name=Generator content="Microsoft Word 10 (filtered)"> <style> <!-- /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {margin:0in; margin-bottom:.0001pt; font-size:12.0pt; font-family:"Times New Roman";} h3 {margin-top:12.0pt; margin-right:0i... 25 Jul 2006 13:29
wxGLCanvas with antialiasing Greetings. wxMSW 2.6.2 I want to use FSAA (Full Scene Anti-Aliasing) with wxGLCanvas. To do so, I need to override wxGLCanvas::SetupPixelFormat. However, SetupPixelFormat isn't virtual. To make things worse, wxGLCanvas's constructor calls this function. All I need is to call some wglChoosePixelFormatARB ins... 24 Jul 2006 10:52
Dear Executive Dear Executive This mail is on behalf of Mr.Kim Woo-Choong. Mr.Kim wishes to immediately make a TT of monies in excess of $50 Million. And he needs you to act as the title-holder of the sum when it gets out of Asia. Please visit the following links to be better acquainted with Mr.Kim Woo-Choong's current profil... 18 Jul 2006 14:26
Re[2]: wxLocale and (wx)setlocale On Thu, 13 Jul 2006 13:38:41 +0200 G H <guillaumh(a)gmail.com> wrote: GH> > GH> The 2nd solution would be to directly use setlocale to save the GH> > GH> currently used locale and to set the C (=standard) locale before GH> > GH> writing, and re-putting the previous locale (returned by the call to GH> > GH> setlocal... 13 Jul 2006 18:10
How to read a line from text file? Hi, I'd like to read string from a text file line by line. But wxFile or wxFileInputStream only support read data from file byte by byte. How can a read lines from a text file like the following? while (reader.HasMore ()) { wxString line = reader.ReadLine (); // do something. } Thanks in advance. He Ho... 13 Jul 2006 04:18
FreeImage Graphics Library Is anyone using the FreeImage graphics library within a wxWidgets application? I'm looking for some guidance as to how to create a wxBitmap from a FIBITMAP (and eventually to go the other way too) --------------------------------------------------------------------- To unsubscribe, e-mail: wx-users-unsubscribe@... 13 Jul 2006 04:18 |