| Thread | Last Post | Replies |
|
| CString -> LPCWSTR | 03 Feb 2005 11:30 GMT | 5 |
Any one knows how to convert CString to LPCWSTR? Please advice, thanks! -P
|
| a bug in vc.net | 02 Feb 2005 23:49 GMT | 2 |
for the following code, gcc compiler will display it is new day: 20040201 while, VC.NET will display "20040131". It seems that other comiler will get the same output as gcc.
|
| Sometjing to solve my problem | 02 Feb 2005 20:34 GMT | 4 |
I need something an algorithm or something else to help me with this function when a and b are given from functions before. (1-(1/(1+r))^b)/r=a this is the function is there anything that can help me? Is there any function that can search for the value of r when r 0<r<1? IF
|
| .Net Remoting with a VB6 App | 02 Feb 2005 19:39 GMT | 1 |
Can anyone give me some ideas on how to use .Net Remoting to communicate between a VB6 application and a .Net app. Any help or sample code would be great. IF .Net Remoting can not be used, do you have other suggestions?
|
| graphics programming with tiff | 02 Feb 2005 18:03 GMT | 2 |
May I know how to use VC++ to write a program that can read a TIFF image file? thanks alot --
|
| Unamanged types in managed interface generates TypeLoadException | 02 Feb 2005 17:59 GMT | 2 |
This is a quite involved question concerning two dll's that are consumed from a console application. The first dll is called base.dll and is compiled in mixed mode (managed and unmanaged C++). One native class and one managed interface is declared and defined in base dll. The ...
|
| Adding ListBox to ActiveX control | 02 Feb 2005 17:45 GMT | 1 |
How can we show a listBox in a activeX control. Is dialog is necessary to do so. regards, Vinay
|
| Bluetooth API calls (not using Sockets) | 02 Feb 2005 16:10 GMT | 1 |
I am trying to make this simple code work but I have no success doing so: BLUETOOTH_DEVICE_SEARCH_PARAMS btsp = { sizeof(btsp) }; BLUETOOTH_DEVICE_INFO btdi = { sizeof(btdi) };
|
| Including headers in my project | 02 Feb 2005 14:42 GMT | 1 |
Hi guys, this *should* be a simple problem, but I've never really got my head around it. I'm hoping somebody on this message board could help me out? I don't really have any experience with VS.NET, which is probably why I'm having so much trouble!
|
| Visual Studio .NET 2003 cannot build Proxy/Stub project | 02 Feb 2005 14:20 GMT | 1 |
I am using Visual Studio .NET 2003 on both a desktop computer and a laptop computer with Windows XP SP2. I have an ATL project with interface implemented. Both the main project and PS project can be built on my desktop computer.
|
| algorithms | 02 Feb 2005 04:54 GMT | 3 |
I need help!!! What should i do if i want to get out r from this function where i already have a and b. (1-(1/(1+r))^b)/r=a is there any logarithm and if there is in what library
|
| On Standards Compliance and Visual C++ 2005 | 01 Feb 2005 23:09 GMT | 1 |
Does anyone know if Visual C++ 2005 will support the 'export' keyword in template definitions ? Or alternatively, the use of seperate modules in template declarations ? Like, I can declare a templated class in 'class.h', then include this file
|
| Using system() to get rid of Command Line | 01 Feb 2005 14:08 GMT | 1 |
1. I have a small dialog based MFC application. 2. In this application, I want to invoke an external application (EXE). When I tried using system () or exec () functions I am getting black
|
| MFC VC++ .NET Newbie Help | 01 Feb 2005 13:35 GMT | 1 |
For reasons beyond my control, I've been coerced into transitioning from VBA to VC++ .NET. My question is simple. When using Forms in VBA, I can reference a variable defined in the UserForm (say strName for example) from my main Module by using the following statement
|
| What project property controls the setting of '/RTC1' option? | 01 Feb 2005 07:40 GMT | 6 |
Could any one tell me what project property controls the setting of '/RTC1' option? Now I have a project which has this build error "Command line error D2016 : '/RTC1' and '/clr' command-line options are incompatible". But when I view the .vcproj file, I cannot find the '/RTC1' ...
|