Hi
i have just started on the basics of C++ and have already hit a snag with Visual C++ Command line compiler
i recieve this error LINK : fatal error LNK1104: cannot open file 'kernel32....
Hi there,
I have problem about glui library.
I follow the instructions whic are writen in these links : http://www.cs.purdue.edu/homes/cvanegas/cs334/jan16_18.htm and http://web.engr...
I have an mfc dialog application and I'm not using precompiled headers. The app compiles in both release and debug configurations and runs fine in release ... I can even step through it usin...
A C++ Question; Is it possible to have a polymorphic function that returns various types, dependent on the derived object type?
I am trying to write some code to cache a database table. ...
Hello,
I have created a C++ CLI managed class libarary. In one of the methods, I am passing in a managed array of structures from VB.NET. I want to convert this data into an array of Byte...
above sqlite_prepare is reutrning 1 while i was trying to check existence of a table "TEST_SW" in our database.
within
sqlite3_stmt* CppSQLite3DB::compile(const char* szSQL)
int nRet = sqli...
i need code for odd magic square number. coditions - no vectors should be used,arrays and multidimensional arrays sould be used, random number generator should be used to to goverrn which o...
The fun never ends...
I've got one VC++ solution A that I compiled to a lib.
I've got an existing C program B which I'm compiling as C++ solution. I added the lib A into project B and set...
Greetings.
Simple question, really. (I'm fairly new at c++).
I have a win32 project called Squirrel.
In Squirrel.cpp, I have defined at the top a 'global' handle to my app status bar
H...
Hi,
I am looking for a source code that uses FileSystemWatcher
in Visual c++ 6.0.
All the examples I found (in Microsoft MSDN and Codeproject and others) where
either in C# or in C++7.0...
Hello,
I have a small VC++ Program which would take a command line param and based on that, it would load an external program using create process.
The current code of the program is sho...
Hi to all experts,
After reading some posts, it seams that it is possible to use a VS2005 project in vs2008.
The only think that must be saved is the SLN file wich is different from both ...
I am trying to read a file iterate through the file then place it's put in another file but it is not working.
Can some one tell were I am going wrong.
Hi ! I am facing an error while using Visual Studio. Everytime I try to open a file the application crashes and i receive an MSDV.EXE application error : The instruction at "0x73dd11c7" refer...
I'm having trouble accessing the multidimensional array using pointers........(we're not allowed to use the [ ] notation to access an array element)
in the 2nd to last loop for example i'm ...
I want the program to read the data and output it on the screen, as well as to analyze the txt file. the program alrdy is able to analyze the txt file, but i cant get it to output the txt file...
In C++/MFC I use a lot of timers.
I've always wondered:
Is it safe to do a KillTimer on a timer that's already been killed?
Is it safe to SetTimer more than once without killing it first?...
I need to *pass* NaN as one of several other arguments in a function of a 3rd party company's DLL. I'm using the Visual Studio.NET 2008 compiler. My project is in "C", not "C++"; that is, it...
I have created a Windows C++ DLL project in Visual Studio 8. Would it be necessary to create entry points of exported functions from DLL in the form of .DEF file? Or once the DLL is built I ca...
I have not used any of the new Visual Studio's...I've only used version 6.0.
I have to create a simple application that writes messages to a window. I went to create an MFC application wit...
So I'm learning about operator overloading in class, and I totally get the concept, but I'm having syntax issues and such. Here are the methods that aren't compiling. First, I was under the im...
Hi,
In a nutshell: I need to display the location of the cursor when I click somewhere in the Windows Calculator window (or any other app beside my own).
I need to get the cursor positio...
How to get values from MFC dialog box
comboboxes and give to another class variable
How can i access the selected value
please specify how to set and get value from controls in mfc dia...
I need to export certain overloaded functions from the C++ DLL. I need to access these overloaded functions from a C++ executable. When I try to export the functions as extern "C" I can only a...
Hi,
I have first called RegSetValueEx() function to write a value to a registry key. The HKEY was opened using KEY_SET_VALUE access right.
Now, I try to enumerate all values from this regis...