| Thread | Last Post | Replies |
|
| Retrieving drive letter using device name | 02 Mar 2007 18:08 GMT | 3 |
Could someone tell me how to retrieve a drive's drive letter from user mode given its device name? Any information is greatly appreciated. Thanks, Priya
|
| C++ -> fatal error LNK1181: cannot open input file 'strmiids.lib' | BaseClasses | 02 Mar 2007 14:49 GMT | 4 |
When i build the sample app baseclasses (that came with winfx sdk) i get an error: Error 1 fatal error LNK1181: cannot open input file 'strmiids.lib' BaseClasses
|
| GetIDispatchForObject / exposing an object to a scripting client | 02 Mar 2007 05:48 GMT | 2 |
I have an object created within a C++/CLI class library that I want to expose to a VBScript client. The class is declared as: [ClassInterface(ClassInterfaceType::AutoDispatch)] public ref class Foo
|
| Converting unmanaged struct -> CLI value struct | 01 Mar 2007 21:19 GMT | 1 |
I'm having an issue converting an unmanaged struct to a CLI managed struct. It's a value struct and this cannot be changed. [StructLayout(LayoutKind::Sequential, CharSet=CharSet::Ansi, Pack=1)] public value struct UpdateItem
|
| build dll from windows application. | 01 Mar 2007 14:46 GMT | 1 |
I have a C++ windows program for control camera by computer(canon camera wrapper). this including some of windows and dialog. I wish summerize this code to requirement functions and build it into a dll file.
|
| SmtpClient problem | 01 Mar 2007 09:54 GMT | 5 |
My program needs to be able to send e-mails back to me. It is all working fine. I use my own SMTP server with username and password given. But on some customers computers I get the error: "Mailbox name not allowed.
|