| Thread | Last Post | Replies |
|
| WinForms Textbox in MFC CDialogBar | 08 Mar 2008 06:10 GMT | 3 |
I posted this on the msdn forums. Sorry for crossposting, but I haven't received any answer and I want to try here before calling someone at Microsoft. We have an MFC application that supports both MFC and .NET plug-ins. If
|
| Microsoft Visual C++ 2008 Redistributable Package (x86), can i redistribute single files of it? | 07 Mar 2008 15:55 GMT | 3 |
until today i always forced users to download/install the complete package of the Microsoft Visual C++ 2008 Redistributable Package (x86), but mostly my applications only need the msvcr90.dll to run. So my question here is
|
| about goto | 06 Mar 2008 20:41 GMT | 2 |
I got this code from some site: #include <stdio.h> int main() {
|
| Compile .c extensions as a C98++ using Visual Studio | 06 Mar 2008 00:54 GMT | 3 |
Right now I have C99 code in .c extensions. I compile it in VSC++ and it complains about a lot of errors. I change the extensions to .cpp and compile in VSC++ and it succeeds. Is there a way to keep my extensions .c, but tell VSC++ (through an
|
| VC Linker Problem | 05 Mar 2008 22:11 GMT | 2 |
I have C99 code (which I changed extensions to .cpp to compile as C+ +98). Which is does fine. I create a Static Library Project (.lib) and Build, and it builds the .obj files (9 of them) and makes the .lib.
|
| Bluetooth programming ? | 05 Mar 2008 14:44 GMT | 1 |
I know this is probably not the correct newsgroup, but I can't find anywhere else that is appropriate to post it in. I need to figure out how to write a bluetooth program to access a bluetooth barcode scanner. After a lot of searching the Internet, I
|
| FSX will not reinstall | 05 Mar 2008 04:30 GMT | 1 |
Hi! I have struggled a while after the game starts up with the messeage: "Your FSX is not registered, try reinstalling to solve the problem", even though it has been registered for a long time. When I try reinstalling I go for "repair" option, and this message pops up
|
| change const property through overloading | 03 Mar 2008 22:30 GMT | 1 |
I have tried compiler allows to change const property of an overloaded method. Here is my proof of concept code. My question, 1. is it good code or good practice?
|
| Windows 2000 Adv to Windows 2003 Ent Print Migration | 03 Mar 2008 20:59 GMT | 2 |
I am migrating a number of printer resources from a Windows 2000 Adv cluster to a Windows 2003 Ent cluster. I have backed up the 2000 printer configuration using print migrator 3.1 but when I try to restore it to the Windows 2003 cluster it only restores the drivers and not the ...
|
| Converting System.Object^ to void* | 01 Mar 2008 10:46 GMT | 5 |
What is the best way to get a void* out of System.Object^? Right now this is the way we go: MyRefClass^ myreftype = ; // from somewhere void* opaqueObj =
|