Search found 6 matches

by skystar
Sun Feb 12, 2006 5:43 pm
Forum: C++ Development
Topic: Adding wxWidgets to MS Visual Studio ??
Replies: 4
Views: 1276

problem: i got this message:
fatal error LNK1104: cannot open file 'wxmswd.lib'

what to do ??


thanks
by skystar
Sun Feb 12, 2006 5:13 pm
Forum: C++ Development
Topic: Adding wxWidgets to MS Visual Studio ??
Replies: 4
Views: 1276

Thanks so much :D
by skystar
Sun Feb 12, 2006 8:20 am
Forum: C++ Development
Topic: Adding wxWidgets to MS Visual Studio ??
Replies: 4
Views: 1276

Adding wxWidgets to MS Visual Studio ??

Hi


What are the steps i need to do to add wxWidgets to MS Visual Studio ??



Thanks
by skystar
Sun Feb 12, 2006 6:56 am
Forum: C++ Development
Topic: C# to C++ ( simple OCR Code )
Replies: 5
Views: 3146

Are you sure ?? I don't know but i think this is not possible with c# or generally with any other managed code. did you see or have an example ?? all the example i saw in this forum are for loading dll made by eaither borland c++ or VC++. another thing, if this is possible, do i need to have the .ne...
by skystar
Sun Feb 12, 2006 2:21 am
Forum: C++ Development
Topic: ANSMTP ??
Replies: 0
Views: 504

ANSMTP ??

Hi

Did any one try using ANSMTP to send emails ??
by skystar
Sat Feb 11, 2006 10:55 pm
Forum: C++ Development
Topic: C# to C++ ( simple OCR Code )
Replies: 5
Views: 3146

C# to C++ ( simple OCR Code )

Hi. I have a code written in c# that can recognize digits written on an image (bitmap). please, can you help to convert this code to c++ using the greate wxWidgets libraries. Thanks. class Number { public static string GetText(Bitmap map) { Number[] defaultNumbers = BuildDefaultImage(); System.Colle...