| Thread | Last Post | Replies |
|
| Limit buffer size | 03 Jun 2006 04:35 GMT | 1 |
How can I limit the buffer size for an I/O port (serial port) via C++?
|
| Why is this a C2327? | 03 Jun 2006 03:04 GMT | 2 |
I'm getting a C2327 on something along the lines of this: public ref class A { public:
|
| Bind an object to a ListBox | 02 Jun 2006 23:34 GMT | 2 |
Can I bind an object of a class to a ListBox?
|
| GetMessage Function MFC Mixed mode dll link problems... | 02 Jun 2006 21:04 GMT | 7 |
All, I have a MFC Mixed mode dll which is working well. I am now tring to use a regular C++ class from another DLL which has a method called GetMessage. When I link I get 2 error messages:
|
| basic language chr$ | 02 Jun 2006 18:20 GMT | 3 |
simple...what does basic chr$ used in visual c++ ???? i need to send chr$(5) to serial port/comm port but using visual c++ language... thanks in advanced....
|
| Visual studio 2005 | 02 Jun 2006 17:20 GMT | 5 |
I have a solution with many projects. I want to automate the process of compilation , so i want to run the build process on command line. What should i do for the same ? I have visual studio 2005 installed on my PC.
|
| LNK2005 | 02 Jun 2006 11:13 GMT | 2 |
i have got a linker problem, i don't know how to handle; there are three projects in my workspace. In the Project called modules_common is a class called Features. In the second project there's a class called FeaturesFromPng, which contains an instance of Features. The third
|
| static instance of a class optimized out of existence... | 02 Jun 2006 03:12 GMT | 6 |
I am running into something I haven't ever encountered before. I have a static instance of a class declared in a cpp file, which seems to be optimized (or for some other reason) out of existence. It is something like the following:
|
| ArrayList | 02 Jun 2006 00:32 GMT | 3 |
Why does the following code not work? I get the error Compiling... cl : Command line error D8016 : '/MT' and '/clr:oldsyntax' command-line options are incompatible
|
| Open Application With ShellExecuteEx | 01 Jun 2006 23:10 GMT | 2 |
I have an issue and I don't know if this is the correct group to post to. If it isn't, just tell me the correct group, and I will post there. I wrote a Visual C++ application that will open a Word doc using ShellExecuteEx based on the filename. When a user tries to close the
|
| Dialog created within a thread | 01 Jun 2006 21:49 GMT | 4 |
could anybody kindly give me a clue in dealing with a following problem
I create a modeless dialog by means of CreateDialogIndirect(). The call executes within a thread and the returned HWND is assigned to a global
|
| VC language | 01 Jun 2006 21:22 GMT | 1 |
I have a solution with many projects. I have a class which will be used by various projects. I have done the implementatio of that class in common.h file. Now each project is creating the dll using the common.h file. What is the right way to share a class among multiple projects?
|
| .Cab Signing problem | 01 Jun 2006 18:15 GMT | 1 |
This should be something simple or not possible at all, I have a ‘.pvk’ file and I want to generate a corresponding .spc file, I have followed the instructions on http://msdn2.microsoft.com/en-us/library/9sh96ycy.aspx but failed to generate an adequate cet/spc file, following are ...
|
| how icon associated with extension? | 01 Jun 2006 17:34 GMT | 1 |
please tell me, how get icon structure associated with extension? if my file extention is (Doc) then how and where i get icon of document file? regards,
|
| Drawing a Graph (value vs time) | 01 Jun 2006 17:08 GMT | 1 |
I'm new to C++ and i can't seem to find a tutorial on the net for thi one. I have a dialog based MFC app running that reads sensors using a US interface device.
|