One more thing I discovered is that if I use explorer and find the exe under the debug directory and double-click on it, the app comes up instantaneously. So, it is not the app, it must be the...
Thanx for the help all. I still have the problem, though. I uninstalled my NetScreen VNC. I also turned off AVG.
Let me give more details. The app that I am running is just the default form that...
Using VS.Net2003. I create a new project based on "Windows Forms Application (.NET)" I build the project. When I run the app, it takes 25 seconds for the form to appear! :( That is brutally slow...
I want to put version information in my About box and an audit table in my db. To do this, I call GetFileVersionInfoSize(), which requires a full path to my exe. Surely there is a MFC or WinAPI...
I just opened this project/workspace that was created in vc6. All I do is just build. I wonder where the midl compiler is kicked off? Microsoft is not making this easy.... :)
I am kinda new to VS.net 2003, so how do I go in and change the MIDL compiler to use the target of NT50 rather than NT40? I am going through the properties now and dont see it readily....
Is there #define that has the compiler version? I am porting code from VC6 to VS.Net 2003 and would like to be able to compile using both compilers. I had to make some changes and want to wrap...
Well, much thanks to everyone who has helped me with the port to VS.Net 2003. I have run across another interesting error when compiling. This application compiles under VC6.
I am porting an app to vs.net 2003. The person that originally wrote this app returns afxEmptyString if he wanted to return an empty CString object. Evidently, afxEmptyString is deprecated. What...
Well, I am migrating my project from vc6 to vs.net 2003. The first of several problems that I see is that it cannot find iostream.h. I search and there is no iostream.h in vs.net 2003 directory...
I am starting a new thread because I guess my question is changing. I have an existing project. It does not have a .odl file created. Once I have a .ODL file, I can run mktyplib.exe on it to...
I have an application which is a COM Server. A client wants to write a Delphi app to use my COM Server. He said it would be easier for him if I generated a .TLB file. What are the options I set so...
I have set up my mdi app so that only one instance of my app can run at a time. Now the twist is that when the second app is executed and he sees that there is already an instance running, he needs...
Thanx everyone for all the help. Now that I can have only one instance of my MDI app running, when the user double-clicks on a file of the right type, I want my already running app to open that file...
:confused:
I know this has been answered before, but I am not sure how to search for it....
I want to associate a file type with my program, so that when the user double-clicks on a file of that...
How do I copy a dialog box with numerous controls from one project to another. This seems to be a serious flaw in VC. I want to treat that dialog as a class, but the .rc, resource.h, etc. seems...