Search found 210 matches

by emarti
Sun Feb 05, 2006 2:51 am
Forum: Forum Announcements
Topic: Sorry guys
Replies: 1
Views: 13642

Not at all, Jorg.
by emarti
Wed Jan 11, 2006 11:05 pm
Forum: C++ Development
Topic: PATH DIRECTORY
Replies: 7
Views: 1613

Sorry
by emarti
Wed Jan 11, 2006 10:55 pm
Forum: Compiler / Linking / IDE Related
Topic: imported *.dll
Replies: 3
Views: 1043

Thanks. For Linux??
by emarti
Wed Jan 11, 2006 10:51 pm
Forum: C++ Development
Topic: PATH DIRECTORY
Replies: 7
Views: 1613

Add....


Click to Help/About menu.
by emarti
Wed Jan 11, 2006 10:49 pm
Forum: C++ Development
Topic: PATH DIRECTORY
Replies: 7
Views: 1613

Hi, Please, found minimal sample at the wx sample folder & edit. ///////////////////////////////////////////////////////////////////////////// // Name: minimal.cpp // Purpose: Minimal wxWidgets sample // Author: Julian Smart // Modified by: // Created: 04/01/98 // RCS-ID: $Id: minimal.cpp,v 1.67...
by emarti
Wed Jan 11, 2006 10:28 pm
Forum: Compiler / Linking / IDE Related
Topic: imported *.dll
Replies: 3
Views: 1043

imported *.dll

How to know that which imported *.dll (*.so) files are using for your application? Tools?

Respectly
by emarti
Wed Jan 11, 2006 10:13 pm
Forum: Compiler / Linking / IDE Related
Topic: problem compiling samples with VC++ express edition 2005
Replies: 11
Views: 5692

Hi priyank_bolia, When compile then occur warning. ............. c:\wxwidgets-2.6.2\include\wx\buffer.h(96) : warning C4996: 'strdup' was declared deprecated c:\program files\microsoft visual studio 8\vc\include\string.h(205) : see declaration of 'strdup' Message: 'The POSIX name for this item is de...
by emarti
Mon Jan 09, 2006 11:04 pm
Forum: C++ Development
Topic: pop-smtp
Replies: 3
Views: 1382

Fifty-fifty. smtp is ok but pop?
by emarti
Mon Jan 09, 2006 12:18 am
Forum: C++ Development
Topic: pop-smtp
Replies: 3
Views: 1382

pop-smtp

how to send / receive email with using wxwidgets?

Thanks.
by emarti
Sun Jan 08, 2006 11:01 pm
Forum: General Development
Topic: this
Replies: 3
Views: 1030

Same. No different. :?:

it doen't make any difference probably. :roll:
by emarti
Sun Jan 08, 2006 3:11 am
Forum: C++ Development
Topic: Convert image to greyscale
Replies: 8
Views: 2266

Ok.

Code: Select all

wxImage image; 
image.LoadFile("test.jpg"); 
image.SetOption(wxIMAGE_OPTION_BMP_FORMAT,wxBMP_8BPP_GREY); 
image.SaveFile("test.bmp",wxBITMAP_TYPE_BMP);
wxBMP_8BPP_GREY is defined in imagebmp.h

Reference: From Upcase;
by emarti
Sat Jan 07, 2006 11:30 pm
Forum: C++ Development
Topic: Convert image to greyscale
Replies: 8
Views: 2266

Hi, again. Please, go to line 988 at image.cpp & Edit it. void MyFrame::OnAbout( wxCommandEvent &WXUNUSED(event) ) { m_canvas->my_horse_asciigrey_pnm->SaveFile(_T("c:\\deneme.bmp"),wxBITMAP_TYPE_BMP ); /* (void)wxMessageBox( _T("wxImage demo\n") _T("Robert Roebling (...
by emarti
Sat Jan 07, 2006 9:49 pm
Forum: C++ Development
Topic: Convert image to greyscale
Replies: 8
Views: 2266

Hi,
Look at this wx sample (X:\wxWidgets-2.6.2\samples\image).

Respectly,
emarti
by emarti
Fri Jan 06, 2006 12:11 am
Forum: Announcements and Discoveries
Topic: wxVisualIntegration - Project Wizard Visual Studio.Net 2003
Replies: 10
Views: 3602

You're right! Thank you. I am connecting link... Bye.
by emarti
Tue Jan 03, 2006 9:56 pm
Forum: Announcements and Discoveries
Topic: wxVisualIntegration - Project Wizard Visual Studio.Net 2003
Replies: 10
Views: 3602

Hi,
Are you releasing it for VC++ 2005 Express?

:cry: :?: