| Thread | Last Post | Replies |
|
| What operate system is better for a developer? | 10 Dec 2004 10:00 GMT | 3 |
Just wondering what operation system is the better one for a developer? Windows 2000 server, 2003 server or XP? Target clients may use Win98, Win2000, or XP in small business network. Applications could be windows application, web application, and some just within Access.
|
| debugging question in VS.NET 2003 | 10 Dec 2004 05:31 GMT | 1 |
likely a stupid question. when debugging how does one return back to the current (yellow) executed line of code without having to execute that line of code? For instance if I went looking around somewhere else in another file (i.e.
|
| Table formatting on a web form | 09 Dec 2004 19:19 GMT | 1 |
Greetings. I am having some difficulty with formatting a table on a web form and hope someone can help. Currently the table has a single column. Desired output format (X = text , X = number) XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
|
| Printing with MSDN Library and VS.NET doesn't work | 09 Dec 2004 05:47 GMT | 7 |
I'm trying to print from MSDN Library (the Oct 2004 version, in this case). When I am viewing a topic, I right click and hit Print, select the printer I want, and after more "thinking" time than it really oughta take it will eventually show something in the print queue that
|
| Building for AMD64 from Microsoft Viusal Studio .Net 2003 | 09 Dec 2004 03:25 GMT | 5 |
I have followed step by step the instructions on how to set up Visual Studio so that it can compile and deploy 64-bit binaries for AMD64. These include: 1- Launch VS with /useenv switch from a "Set Win Svr 2003 AMD64 Build
|
| Comparing two EXE files | 09 Dec 2004 02:12 GMT | 1 |
I notice when I build an EXE file from my source code one day and then build it (from the same source code) again the next day that the two EXE files does not match. I learn this by doing a compare (comp ) command from the DOS prompt. Does anybody know what changes?
|
| migrating from VS 6.0 automated builds | 09 Dec 2004 01:19 GMT | 1 |
In VS 6.0 I could build from a bat file/command line by performing the following: msdev Myprogram.dsw /MAKE "Myprogram- Win32 Debug" /REBUILD >> ..\build.log Now in visual studio .net I can not find the equivalent of "msdev.exe", so
|
| code files corrupted | 08 Dec 2004 22:22 GMT | 1 |
I write a piece of code in a file that is located on a network drive.With the code window open I save and build and all looks fine. If I close the code window and build the project again I get build errors. I open the file I just edited and I see that a part of the code (always at ...
|
| How can I detect the type of project? | 08 Dec 2004 22:19 GMT | 3 |
I have a question regarding DTE. I have selected a project from solution in VS IDE. I developed an AddIn and I want to detect if the selected project is a web project or is a windows project.
|
| Mysterious Value Dissapears :( | 08 Dec 2004 18:43 GMT | 2 |
Last night (12/07/04) I modified a code (MFC & DirectX9) and after that, at a specific loop one of the values (a pointer) gets set to NULL: for (int iPaletteEntry = 0; iPaletteEntry < pMesh->m_dwNumPaletteEntries; iPaletteEntry++)
|
| Can VC7 register ActiveX controls? | 08 Dec 2004 18:42 GMT | 2 |
When I rebuild a VC6 ActiveX control project under VC7 I get an error during the registration process. It is: Project : error PRJ0019: A tool returned an error code from "Performing registration"
|
| VS.NET 2005 install breaks VS.NET 2003 web projects | 08 Dec 2004 00:25 GMT | 2 |
I Installed VS.NET 2005 beta on my machine with the assumption that it would run Side by side with VS 2003. So foolish to assume. . . When I open existing Web projects, I get an error that the (local) web server is not using ASP version 1.1.
|
| linking errors VC++ 7.1 | 07 Dec 2004 15:51 GMT | 1 |
I get the following error messages during the linking phase with VC++ 7.1. LNK2001: unresolved external symbol __RTC_InitBase However, not with VC++ 6 I guess that the version 7.1 is trying to linking to different librarys, but don't understand why this isn't working as both
|
| VS 2005 Arch Installation Issue... | 07 Dec 2004 10:34 GMT | 1 |
Trying to install VS Studio 2005 Arch. Error Message says it can find file DELETETEMP.EXE. Found a file named DELETETE.EXE in setup directory, changed name to DELETETEMP.EXE and I now get to the setup start page.
|
| Get rid of floating windows | 07 Dec 2004 10:24 GMT | 4 |
Visual Studio 2003 drives me really crazy because of all these docked and/or floated windows. Although one can select the MDI paradigm in the options, this does not apply to all windows! I have the choice either to dock them - with the effect that half of my display space gets ...
|