| Thread | Last Post | Replies |
|
| Same code build twice => diff binary | 14 Jun 2004 14:51 GMT | 15 |
I am using Win2k, VS. NET 7.1 (MS development Environment 2003 7.1.3088) and I noticed that by building the exact same code twice the generated binaries are different (not much, but they are). To be sure I tried a simple application like void main(){} and 2 times rebuilding the ...
|
| saving a webpage in vc++ | 13 Jun 2004 13:56 GMT | 1 |
The following snippet is part of a software. This software runs on a webpage and the following snippet saves that webpage. The problem is that untill i close down the website on which the software is working the process of saving file is not getting completed. I want the ...
|
| bug? namespace not needed | 11 Jun 2004 19:55 GMT | 1 |
encountered a bug (?) using *template* and *namespace* in MS VC++ .Net 2003 (7.1.3088). After long searches, I could reduce it to the following code: namespace MyNS { struct A {
|
| VS 2005 May Preview: MSVCRT.lib(cpu_disp.obj) : error LNK2005: __set_SSE2_enable already defined in MSVCRT.lib(MSVCR80.dll) | 10 Jun 2004 21:05 GMT | 3 |
I'm trying to get stuff to compile with the May VS 2005 Tech Preview and I get the following error when trying to link a .DLL: MSVCRT.lib(cpu_disp.obj) : error LNK2005: __set_SSE2_enable already defined in MSVCRT.lib(MSVCR80.dll)
|
| key events on browser contained in my application | 08 Jun 2004 08:10 GMT | 1 |
I'm developing a client application to chat with other people. This one has several functionalities that are not important here. My problem is that it contains a web browser where I load a page to chat with other people. I use my own class to implement the browser container. It ...
|
| Porting Code from VC++ 6.0 to VC++.NET | 07 Jun 2004 19:59 GMT | 1 |
I took a code that was written in VC++6.0 using MFC and compiled in VC++.NET. It compiled fine but when I execute the application I get an Debug Assertion Failed Message. The Code works fine in VC++ 6.0 Can someone please tell me what is wrong Debug Assertion Failed File: afxwin1 ...
|
| Visual C++ runtime error - when printing | 04 Jun 2004 18:44 GMT | 1 |
H Am not really that up on computers so not sure if I have posted this to the right newsgroup! I am running Windows XP and find that, sometimes, when I go to print (whether in word, excel, the internet) a box comes up saying "Microsoft Visual C++ Runtime Library. Runtime Error! ...
|
| error LNK2019: unresolved external symbol _main referenced in function _mainCRTStartup | 04 Jun 2004 18:19 GMT | 1 |
I met this error,what's the reason? Thanks in advance.
|