Topic profile page for VS6.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: VS6.
Topic "Vs6" was discussed 483 times on 119 sites in last 3 months
Started 2 weeks, 2 days ago (2009-11-24 03:18:00)
by SGlover69
This guitar is a 1961' SG Re-issue COPY, NOT THE ACTUAL GIBSON SG! It is a Vintage VS6, looks almost exactly like the SG Re-issue, yet he has somewhat of a thinner neck, no binding on it, and the body is slightly thinner as well. Overall it sounds amazing and it's extremely fun to play, and it looks absolutely gorgeous. There are no problems with it at all I'm just saving up for my next ...
Started 3 weeks ago (2009-11-19 01:17:00)
by Dev-2
Hi, I have asked the same question yesterday but could not get the desired result. My question is "what is the best way to migrate C++ application from vs6 to vs8". 1. If vs8 migrate automatically then what changes have been done? 2. Will I have to change API? 3. Is there other method of migration? Waiting for reply.....
Started 1 month, 4 weeks ago (2009-10-13 14:37:00)
by Alan Williams-Key
My program reads text files and converts them into binary data stored in various CArray structures. When finished, it destroys the data with RemoveAt or RemoveAll function calls. A user has reported that with his files the program always crashes at the end and the stack trace in the crash dump shows this to be caused by a RemoveAt or ...
Started 2 months, 1 week ago (2009-10-01 02:46:00)
by Sh@dow
Hi all, I have Visual Studio 6.0.When i build the project in Release/Debug directory i have .obj/.sbr files.I understand they are necessary when i perform debugging but after closing visual studio i would like to have only .exe/.dll files.Clean command in Build menu removes all files.Is there any way to make Visual Studio clean all files except .exe/.dll on close?
Started 2 months, 3 weeks ago (2009-09-18 06:41:00)
by Nandu_77b
Hi, class Client; Client(const Client&); The above code compiles fine with VSC++6.0, when same is compiled with VSC++ 2008 throw’s the following is the compilation error "error C4430: missing type specifier - int assumed. Note: C++ does not support default-int" Then I have changed the code as below, it got compiled with VSC++ 2008. Client(const &Client); So can any one help me what is the ...
Started 3 months ago (2009-09-10 13:55:00)
by Parker M cCauley
I have a legacy app using VC 6 MFC and Codejjock 9.8 (not really relevant I don't think) The program is broken into several pieces that communicate with each other via COM. I am attempting to add USB support to a custom board. I have written a simple console test program that Uses WinUsb_WritePipe, Read Pipe. All is fine. When I incorporate the headers and calls into my legacy app I can;t get it...
Started 1 day, 2 hours ago (2009-12-09 14:02:00)
by Aquidneck
We have several user programs written via VS6, as well as Access 2003 applications that use the latest VS6 update versions. KB973525 kills several of those controls, with the resulting message in Access, for example, stating that 'the control has no object'. Deleting the control and then inserting it back results in the message ' does not support this control'. Uninstalling KB973525 resolves ...
Started 1 week ago (2009-12-03 14:41:00)
by rick_rice
I recently upgraded a C++ project from VS6 to VS2K5 (.NET). All works perfectly fine on my development box, but when I install it on the target machine, I get an error stating: Faulting application poller.exe, version 2.1.2.1, faulting module msvcr80.dll, version 8.0.50727.4053, fault address 0x000489bc (where poller.exe is my application name) while it is processing data. In other words, it ...
Started 6 days, 3 hours ago (2009-12-04 13:19:00)
by MrViggy
Quote: Originally Posted by righteous VS6 should create the lib as well as the dll. I have never come across this before. If you have solved the problem please explain how. If not have you tried compiling the files using the command line compiler? Try the cl.exe at http://codediaries.blogspot.com/2009...mple-with.h tml to see if ...
Started 1 day, 2 hours ago (2009-12-09 13:41:00)
by xwb
I haven't got a VS6 installation anywhere so I'm just doing this from memory. 1) When it hits the breakpoint and asks you if you wish to attach a debugger, click yes, choose VS. 2) You will probably have to click through a few windows before it breaks inside VS. 3) Inside VS. It will probably stop at some assembler instruction unless you have the .pdb file in the same directory as the .exe. ...
Started 6 days ago (2009-12-04 16:29:00)
by Xiphias3
No problem, remember to mark the thread resolved. Type Libraries can not only be .tlb files, but also .dll, .exe and .ocx. To view pretty much all COM information on your system, check out the OLE View app. Start -> Programs -> Microsoft Visual Studio 6.0 -> MS VS6.0 Tools -> OLE View
Started 1 week, 1 day ago (2009-12-01 19:59:00)
by ray05
Zitat: Zitat von oasis Mann eyh, RAY, führe mich nicht in Versuchung!!! Ääh ... da isses. ;) [Ich bin das Walross ... das Walross ... ] Zitat: Zitat von oasis Ich seh schon, Du hast nicht rückgelesen und darum especially for you: http://de....
Started 1 week, 1 day ago (2009-12-01 17:10:00)
by gibra
You can use a free OCX shipped with VS6 or VB6. These tools wasn't installed by setup, then you must install manually See here: :\Common\Tools\vb\Controls where is the third CD of VS6 You can find two tools: 1) Graphics Server Graph32.ocx, GSW32.EXE, gswdll32.dll 2) MSChart mschart.ocx See README.txt file for istructions how to install and ...