| Thread | Last Post | Replies |
|
| Memory stream for bitmap | 01 Aug 2008 00:45 GMT | 2 |
I have the following code w/is working like a champ. Problem is I dont want to write it to file yet. I would rather write it to memory and pass a HBITMAP handle back to the calling process. So far I my attempt has only yeilded memory issues. Can someone point me to the right ...
|
| newbie in C | 31 Jul 2008 15:54 GMT | 10 |
Hi group, lets suppose you do the following int x; int * ptr;
|
| CSharp Web Question | 31 Jul 2008 15:12 GMT | 3 |
i'm not really sure how to word my question because I'm new to CSHarp and Web-Developemnt, so I'm not quite sure how to word my question. But, I'll give it a try anyways. I have inherited a web-site project. One of the tasks I have is to provide a
|
| C++/CLI: Explicit interface property implementation | 30 Jul 2008 19:36 GMT | 4 |
I'm unable to work out the syntax for explicit implementation of an interface property. Example Code: -----
|
| Compiler Intrinsics for "__asm pause" | 30 Jul 2008 19:20 GMT | 2 |
For Win32 application, I could use "__asm pause". However, for X64 platform, the inline assembler is not supported. Is there a compiler intrinsics for "__asm pause"? Thanks
|
| How to dynamically load an exported class? | 30 Jul 2008 17:59 GMT | 4 |
I know that I can use the GetProcAddress to get the proc address of a global exported function from a WIn32 dll. But if I have an exported class in the dll, is there a way to dynamically load this dll and get an instance of this class? (No static linking with the
|
| Where Is the Message Loop? | 30 Jul 2008 15:01 GMT | 9 |
Using Visual C++8.0 Express Edition I created a "Solution " using a "Form" (dialog) of my own design. Without adding any code of my own I compiled the code generated for me by Visual C++. The compiled .exe produced the expected dialog with all the
|
| How to embed meta info for an executable? | 30 Jul 2008 06:40 GMT | 2 |
How can I embed meta information such as "Company", "File Version" as you can see from the property form using "Explorer" for executable using visual c++ 2008? And also, what kind of APIs are available to read the meta info at run time?
|
| LoadImage Problem | 30 Jul 2008 00:17 GMT | 3 |
I am saving images out from a camera to bmp using directshow. I can open these images in mspaint or any other image program without a problem. Using: HBITMAP h_Bitmap;
|
| valid HWND in a Service | 29 Jul 2008 22:27 GMT | 11 |
I've been professionally working on java projects for several years, but have done extremely little C/C++ coding and just a few little things in VB.Net. Right now I'm trying to write a Windows Service in VC++ .Net thats
|
| BeginInvoke on a delegate | 29 Jul 2008 22:14 GMT | 9 |
I'm trying to call a function on a background thread in a C++/CLI (VS 2005) application compiled with /clr. I store a delegate reference in a module-level gcroot. When I call BeginInvoke on the delegate I get a RemotingException. The inner exception says "Pointer types cannot ...
|
| How to iterate a gcroot | 29 Jul 2008 22:03 GMT | 6 |
In C++/CLI (VS 2005) I have a C++ module compiled with /clr that contains a module-level gcroot variable: static gcroot<MyList^> m_myList = gcnew MyList; In the above statement, MyList is a managed class that inherits from
|
| The project is always out of date. | 29 Jul 2008 10:00 GMT | 3 |
Hi, guys, I add some new projects. No source file, but only some copy operation in Post Event. The project is to do some file deployment for some third party
|
| Windows 2003 dhcp do not give ip to routers and switches | 27 Jul 2008 07:14 GMT | 1 |
I'm using dhcp (windows 2003 SP1) on our DC. In dhcp all adresses are excluded we only using reservations. Our routers and switches (cisco and 3com) do not obtain addresses from reservation but PC and printers are able to obtain configuration from dhcp. Any ideas why ?
|
| is there anything in VC can do the job like Reflection in .NET? | 27 Jul 2008 07:13 GMT | 1 |
is there anything in VC can do the job like Reflection in .NET? i mean by setting some attribute and get runtime information?
|