| Thread | Last Post | Replies |
|
| Cannot compile under VS 2003 | 22 Mar 2004 19:31 GMT | 1 |
Hi to All, I am new in VS 2003. So I tried to compile my program that I wrote in the previous version and got the following error
|
| File Placement Options in C# | 22 Mar 2004 15:52 GMT | 1 |
I have an executable and serveral different dlls written in C# in the 2003 environment. I want to have one of the dlls run from a different directory than the default executable directory. (example exe in C:\program files\C Executable and dll in C:\dll directory). Is this ...
|
| Compiler refusing to compile source file with duplicate template instantiations. | 22 Mar 2004 14:35 GMT | 1 |
I know the VC 7.1 compiler has been made more standards compliant, but I have some code that compiled with VC 7.0 and now no longer compiles. The Error is C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xutility(341): error C2084: function 'std: ...
|
| Templated Dialogs | 22 Mar 2004 13:00 GMT | 1 |
Is it possible to use templated dialogs? I think the problem sits with the IMPLEMENT_DYNAMIC macro. I haven't been able to do it. Has anyone a solution? e.g I want to do something like this:
|
| Linker errors (LNK1000: Internal error during Pass2) | 22 Mar 2004 09:06 GMT | 2 |
I am having some problems with the linker and I was wondering if anyone had any suggestions. I am working on a large project (the main .exe file is around 7 mb release, 14 mb debug) and after building a number of debug builds I get a linker error (see below).
|
| Timer Variations | 22 Mar 2004 08:57 GMT | 1 |
I have Visual Studio 6. When I set a timer using SetTimer( ) in MFC for a timegap of 1000msec then in 60 seconds it shows a timegap of 2 seconds i.e. it only shows 58 seconds past Why does this happed and how can I get absolutly accurate time Thanks
|
| mciSendString cause thread handle leak on Win98 Me | 22 Mar 2004 02:26 GMT | 2 |
I have a problem when i use mciSendString on Win98 or WinMe When I call mciSendString to open an avi file, it works but there is an additiona thread handle ( I use sysinternal's process viewer to see this) And after I call mciSendString again using "close" to close the file, the ...
|
| Type object | 21 Mar 2004 23:26 GMT | 2 |
H How can i declare a variable as object data type (like in vb we use: dim varname as object Any help would be apprecaited
|
| Localizing resources to Japanes | 21 Mar 2004 20:31 GMT | 1 |
Help!!! I need to convert an MFC app in VC++ 6.0 to Japanese. I found the app wizard for Japanese and have installed the localized resource files. When I do the app wizard, I select Japanese (and set my machine locale to Japanese and set the settings/resources to Japanese) ...
|
| Execute a dos-cmd ? | 21 Mar 2004 14:32 GMT | 1 |
how can I execute a shell-command (e.g. : dir *.exe) from a .Net app? thnx Chris
|
| service question | 21 Mar 2004 02:16 GMT | 2 |
i am developing a program that has to run on a pc as a service. at this moment i run my code in a thread that i start from a command line app. i do this for testing and debugging. i figured that this is simpler than debugging a service.
|
| Is it possible to delete an event handler using .NET framework? | 20 Mar 2004 10:07 GMT | 1 |
I'm using .NET VC++, and when I add an event handler, everything looks good - it shows up in my class browser, etc. But I could not figure out how to delete the EVENSINK!! The only way seems to be if I go and remove the lines from the .h and .cpp code manually... I
|
| troubles with heap memory! | 20 Mar 2004 03:20 GMT | 4 |
Please help, this is driving me crazy... I'm busy with an application which uses 2 unmanaged dll's, a wrapper class and a c# application. each part is compiled with multi-threaded Debug DLL (/MDd). Each time I run the application, I get an error.
|
| LNK1201 error after debugging with Visual Studio .NET 2003 | 20 Mar 2004 02:10 GMT | 3 |
I hope this is the right group to ask, as I couldn't find a group concerned with Visual Studio .NET only. So here is the problem I constantly experience and I was wondering if this is a Visual Studio bug and whether a workaround
|
| out equivalent in MC++ | 20 Mar 2004 01:11 GMT | 12 |
Hello, All! What is C# "out" keyword equivalent in MC++? Also I need "ref". Regards, 011.
|