after an unsuccesfull login: mytsqlconnection->Open(); if(mytsqlconnection->ConnectionState == cs开发者_JS百科StateOpen)
I downloaded the latest hashlib++ 0.32 version and tried to use hash functions but it says Unsupported compiler.
/* CreateProcess initialization */ STARTUPINFO si; PROCESS_INFORMATION pi; memset(&si, 0, sizeof(si));
I do have many data files. They looklike 1.dat 2.dat .... .... 1000.dat I want to make a movie using these files plotting them in sequence.
I have a function that is part of a utilities library and it is failing unit tests created when compiled and run in C++ Builder. The problem functi开发者_JAVA技巧on is below. When running the unit tes
So the question is how to add to c++ builder 2010 some external .exe file? Let\'s say that i made some program in visual basic and have the exe file, so that does not need to make the same code in c++
I am using a 3rd party control which is descended from TComponent and I want it to have scrollbars, preferably autoscrollbars.
I have to port a project from Borland C++ Builder 5.0 under Windows XP to Qt 4.7.1 using g++ under Windows 7/mingw. The libraries and command-line utilities are done, and now I have to tackle the GUI
I have found one site where there is an instruction on how to build Shockwave ActiveX in C++ Builder but with errors. It comes from Chinese ... http://hi.baidu.com/luoshupeng/blog/item/c5bdaf446aed098
I want to add some functio开发者_JS百科nality to another directx application(game). I am creating new thread in DllMain, in thread i create my TForm1 and use its method ShowModal(). And it works! But