Search found 34 matches

by kursist
Fri Aug 29, 2008 6:42 am
Forum: C++ Development
Topic: MultiThread problem
Replies: 1
Views: 1076

MultiThread problem

Hi, I have problem with the multithreading. I have looked at wxThread example. I am not sure if I am doing it the right way. Here is the Steps in application: Collect some data from a Grid, Arrange it in a PDU Send it via COM port, Receive the answer, Update the Grid. The first tow step is done once...
by kursist
Thu Aug 21, 2008 8:36 am
Forum: C++ Development
Topic: Is there something I forget?
Replies: 1
Views: 740

It works now,

Finally it works.

By including "TestApp.h" in "TestFrame.h" and using #ifndef in header files to avoid class redefination errer.
by kursist
Thu Aug 21, 2008 7:33 am
Forum: C++ Development
Topic: Fastest way to load image in StaticBitmap?
Replies: 7
Views: 2375

I don't know if I am right.
It may be, because of loading an array of images from server or drive. You may preload images, before selecting.
by kursist
Thu Aug 21, 2008 6:56 am
Forum: C++ Development
Topic: Is there something I forget?
Replies: 1
Views: 740

Is there something I forget?

Hello all, After looking many places and examples, and reading wxWidgets tutorials, still I have problem with wxGetApp() function. The problem is, when class declaration and implementation is in same file, It works. But if they are not in the same file, so wxGetApp funktion is not known... What I ha...
by kursist
Tue Jul 22, 2008 11:54 am
Forum: C++ Development
Topic: Is it possible?
Replies: 3
Views: 1013

Right now I have to manually analyse the incoming data and then make an order. This process is very slow, because I have to analyse the coming data which is spread actross the grid, and then decide if I have to issue an order. There isn't any automation tool aviable at this time. I don't want to man...
by kursist
Tue Jul 22, 2008 10:15 am
Forum: C++ Development
Topic: Is it possible?
Replies: 3
Views: 1013

Is it possible?

Hi, It may be a strange question, but I think it good to ask expert than just going around and thinking over it. I am using a business application which get data from a database on internet and prensent it in a grid. Now the question is: It is possible to develop an application which read the cells ...
by kursist
Mon Apr 07, 2008 12:31 pm
Forum: Compiler / Linking / IDE Related
Topic: Configuer VS2003 , Error after establishing TCP connection.
Replies: 1
Views: 709

The problem has been corrected. The first was configuration error.
The second problem was with the custom protocol I am using. It was a pointer problem.

It works now... ;)
by kursist
Tue Apr 01, 2008 12:37 pm
Forum: C++ Development
Topic: Get library error.
Replies: 4
Views: 1858

Re:

Thank very much,,,
I have to just replace _DEBUG_ with _NDEBUG_ in release.
by kursist
Mon Mar 31, 2008 1:58 pm
Forum: C++ Development
Topic: Get library error.
Replies: 4
Views: 1858

Have already checked the release library

Have already checked the release library, it is OK.
by kursist
Mon Mar 31, 2008 12:52 pm
Forum: C++ Development
Topic: Get library error.
Replies: 4
Views: 1858

Get library error.

Hi, I have problem with some libraries. Can anyone explain what does these error mean. And from where can I get any idea which library I need to include. Linking... CommController.obj : error LNK2019: unresolved external symbol "void * __cdecl operator new(unsigned int,int,char const *,int)&quo...
by kursist
Mon Mar 31, 2008 12:30 pm
Forum: C++ Development
Topic: How would you make an Image Editor.
Replies: 2
Views: 1098

Check the samples projects in your wxWidgets directory. It realy helps.

Check Image project.
by kursist
Tue Mar 25, 2008 1:25 pm
Forum: Compiler / Linking / IDE Related
Topic: Configuer VS2003 , Error after establishing TCP connection.
Replies: 1
Views: 709

Configuer VS2003 , Error after establishing TCP connection.

Hi, I am trying to compile a project which I had successfully compiled in VisualStudio 2003 and using wxWdigets28 and Windows 2000. But now I installed Windows XP and When I compile the same project here. The compiler produce some extra lines in output about DLL libraries. Configuration: The RunTime...
by kursist
Wed Mar 12, 2008 3:37 am
Forum: C++ Development
Topic: Connecting to mysql without ODBC
Replies: 7
Views: 1959

Thank very much for reply, I have tried mysql++ and Databaselayer. "mysql++" Simple1 compilation went good, but when the program was loaded, it came with an error "The application has fialed to start because LIBMYSQL.DLL was not found. Re-installing the application my fix the problem....
by kursist
Thu Mar 06, 2008 12:28 pm
Forum: C++ Development
Topic: Connecting to mysql without ODBC
Replies: 7
Views: 1959

The mysql++ zip file is corrupt.

Thanks for reply, I have downloaded mysql++. But it seems that the Zipped file I am downloading is corrupt. I tried serveral times, but I am not succeeded in unzipping it successfully. The package is .tar, and I am using winrar. I may try with another unzipping application.

kursist,
by kursist
Thu Mar 06, 2008 9:28 am
Forum: C++ Development
Topic: Connecting to mysql without ODBC
Replies: 7
Views: 1959

Connecting to mysql without ODBC

Hello there,
I want to use mysql database with my application. I don't want to use ODBC.

Any idea please?

thanks,

kursist