Microsoft Visual C++ (often abbreviated as MSVC or VC++) is a commercial, integrated development environment (IDE) product from Microsoft for the C, C++, and C++/CLI programming languages.
0
votes
1answer
13 views
vc++ 6.0 testing an unlicensed Activex ctrl by dlg application
I am using vc++ 6.0. I Have made an unlicensed activex ctrl application from app wizard (MFC activeX ctrl wizard for generating random drawing). When I am testing this Activex by ActiveX control test ...
0
votes
0answers
40 views
using C# DLL in vc6
I have a c# dll that i can call it in vc.net (VS2010), when i try to run to run same source code in VC6 it gives error on
IMyTestDLLPtr pIMYTESTDLL(__uuidof(CMYTestDLL));
and following is the ...
0
votes
0answers
12 views
How to run macro in Excel with C++?
So my problem is this:
1) I have to export some data to excel (this is already done).
2) On that exported data I have to run a macro in the Excel.
And i have to do this in Visual C++ 6 !!!
I can use ...
-1
votes
2answers
23 views
Why VC2010 tries to link the MFC42 dll after I upgraded my VC6 project
I upgraded my Win32 project from VC6 to VC2010, and fixed a lot of codes which only work on VC6, compiling is OK, but when the project began linking, it failed with the following message
LINK : ...
0
votes
1answer
47 views
c++ initialize a struct type with array in it
i.m using vc6, i made a struct like this:
struct FileInfo
{
char filename[200] = {0};
char ext[20] = {0};
int f_size=0;
int offset=0;
char* pData=0;
};
but I got a ...
1
vote
1answer
38 views
resolve_initial_references causes a SystemException
We use an ActiveX control in our client, developed with Visual C++ 6.0, in our application. We also use omniORB 2.7 to provide the connection to the server app. It's been working fine; but right now ...
0
votes
0answers
45 views
CDatabase.OpenEX Connection String issue
I want to open Access database without displaying any dialog box ( incase of an error )
The code that I use is
CDatabase DB;
CString conString;
CString dbPath = _T("c:\TestDB.mdb");
...
0
votes
0answers
38 views
VC++ 6 “unresolved externals” on Python embedding project
I'm getting this bizarre linker errors on Visual C++ 6 (I didn't choose the tool). I don't even know where to start looking on this one (I have little C++ experience). These are the errors:
...
0
votes
0answers
80 views
Visual C++ 6.0 on Windows 8 won't apply code changes
I've installed VC6 on Win8 ok, applied sp6, didn't have too much trouble. Everything compiles, don't even have to run it in any compability mode or as administrator. The only thing which (I have so ...
0
votes
1answer
115 views
Post-build event can't be executed
I've converted an old Visual C++ 6.0 project to a new Visual C++ 2010 one. It functions but I have a problem with the post build event which I took from the old project. It registered the target file ...
0
votes
2answers
56 views
how to sort a structure array in VC 6.0
here's the question. i've defined a struct:
typedef struct {
long t;
long M;
long double coeff;
} Info;
and i can only know the number of the structures in the following ...
-1
votes
2answers
35 views
Why the pointer to function gets value 0x00000000?
Why proc which is a function pointer gets null value?
EDITED:
0
votes
0answers
60 views
Compiler reports a false template definition
I'm trying to convert a Visual C++ 6.0 project to Visual C++ 2010. There are some errors reported by the new compiler. One of them results from the following code:
template <> void AFXAPI ...
0
votes
0answers
15 views
What is causing MFC application to stop
I have inherited a Visual C++ 6.0 application and am trying to add some tokenizing code to it. I have already discovered that CString.Tokenize does not work for VC++ 6.0, so I am going back to basic ...
2
votes
1answer
86 views
Supporting Unicode-only languages in Visual C++ 6.0 (preferably without using Unicode!)
We need to decide whether and how we can support the Georgian language in a large, legacy Visual C++ 6.0 application.
We already support the major east European languages through setting the ...
0
votes
2answers
54 views
vc6 to vs2010 porting error
i am stuck in a porting of my project from VC6 to VS2010. Please can any one help me out.
void CEdchLoop::ReceiveSdu(UINT8* Sdu, UINT32 BitLength, int Fn)
{
UINT8* pPdu = Sdu;
int Bit = ...
0
votes
1answer
255 views
Visual C++6 MFC MapViewOfFile returns error code 8
I have a program that is creating a map file, its able to do that call just fine, m_hMap = CreateFileMapping(m_hFile,0,dwProtect,0,m_dwMapSize,NULL);, but when the subsequent function call to ...
0
votes
1answer
76 views
C VC8 project executable is not executing in machine where vc8 is not installed
Executable generated by vc8 C project (in windows 7) is running in all windows machine (both win xp and 7) in which vc8 is installed. But its not running in one win xp machine where vc8 is not ...
2
votes
1answer
186 views
Safely growing a memory mapped file in C++ application
I have an ancient C++ application originally built in Visual C++ 6.0, that uses a very complex shared-memory DLL to share data among about 8 EXEs and DLLs that all have a pool of values that could be ...
0
votes
1answer
123 views
Most variables not displayed when debugging VC6 code in VS 2005 and 2010
Visual Studio 2010 is unable to display anything but the values of local concrete variables (i.e. int, bool, etc.) when debugging code that was built using Visual Studio 6.
The Visual Studio 6 build ...
2
votes
1answer
193 views
Is it possible to use the VC++ 6 compiler in Visual Studio 2012?
I am using Visual Studio 2012 to develop my projects, and I also have installed Visual Studio 2010 - which gives me the option to use the VC++10 compiler in Visual Studio 2012 (project properties), ...
0
votes
1answer
90 views
Boolean - Optimized bool
Traditionally, C did not have a Boolean defined until C99. Thus, searching headers files to know the optimized way of creating Boolean found are:
Windows.h [Microsoft C++]
---------
typedef int ...
0
votes
0answers
97 views
Exporting data from c++ to calc
I would like to export some data to calc (LibreOffice) like i did for Excel. I am programming in ancient Visual C++ 6
This is how i was doing it for Excel:
_ApplicationPtr pXL(L"Excel.Application");
...
0
votes
1answer
86 views
Call javascript or set element focus from CHtmlView
I have a CHtmlView instance that will always load a known page. There is an edit box element on the page, and I would like to be able to set the keyboard focus to the element programmatically in ...
1
vote
2answers
112 views
C++ Parameter type conversion
I have an issue where we have a number of overloaded functions, but when they are called with different types for the second parameter they always call into the CString version and not the appropriate ...
0
votes
1answer
26 views
VC6: List compiler errors
I need to update an old dll file that was written in VC6 by a former collegue.
I have never worked with VC6.
I don't want to update the project to VC2010 because I am afraid that I might get into ...
2
votes
1answer
263 views
How to check value of radio button in Visual C++ 6.0
I recently took over a project at work that has a GUI written in Microsoft Visual C++ 6.0, which I am not familiar with. The original developer of the GUI is no longer with us, and nobody else here is ...
1
vote
0answers
1k views
Visual C++ 6.0 on Windows 8
Visual C++ 6.0 is not supported on Windows 8, but we have a couple of legacy apps that still needs to be compiled with Visual C++ 6.0. :-(
It is possible to install Visual C++ 6.0 on Windows 8 by ...
0
votes
0answers
81 views
stop unpacking an exe file created by installshield
I write programs by using VC 6.0, and pack these programs to be a executable file(dbt.exe) by using installshield 12.
how to stop other person to unpack the executable file to the oraginal ...
1
vote
1answer
107 views
eclipse and VC++6: NMAKE fatal error U1073
I keep getting this error when I try to conifg my Eclipse to debug my VC6 program:
NMAKE : fatal error U1073: don't know how to make 'LN_BASE.CPP'
Any advice?
-1
votes
2answers
200 views
GetSaveFileName() how to update the file extension in the “File name:” control?
I have the following code (extract) to display Save As dialog:
char FileName[MAX_PATH] = "TestImage.jpg"
...
lpofn.lStructSize = sizeof(OPENFILENAME);
lpofn.hwndOwner = hWnd;
lpofn.hInstance = ...
0
votes
2answers
428 views
Add a Timer (WM_TIMER) handler to a Visual C++ 6.0 when Class Wizard is broken?
I have an MFC Visual C++ application which seems to not be able to work within the Class Wizard, nevertheless, I have a view (CServerView) which I would like to add a WM_TIMER event handler to.
I ...
5
votes
2answers
1k views
VS2012 C++ warning C4005: '__useHeader': macro redefinition
While migrating an old C++ project from Visual Studio 6 up to Visual Studio 2012, we came across an odd set of warnings from inside the standard Microsoft platform headers:
warning C4005: ...
1
vote
1answer
71 views
Error with CString when I import into VC++2005?
I wrote code in VC++6.0 and imported it into VC++2005.
I get an ambiguous error with the unicode insertion now?
CString s;
s.Format("%f\r\n", (double)timebTime.time + (double)timebTime.millitm / ...
-1
votes
1answer
141 views
“error C2065: 'ON_WM_THEMECHANGED' : undeclared identifier” [closed]
I'm using VC6.How to solve the error?
error C2065: "error C2065: 'ON_WM_THEMECHANGED' : undeclared identifier"
Class Definition Code:
#include "stdafx.h"
#include "ConfigListCtrl.h"
...
1
vote
1answer
98 views
Can I use Dll from VS 6.0 in VS 2010 C++ project?
I am not pro in C++ programming and I am not sure if I am asking the right question.
I have a DLL from which I have to use a few functions and types. This DLL was created in Microsoft VisuaL Studio ...
0
votes
0answers
77 views
COM Exception BAD VARIABLE TYPE
I am performing an update query through COM Connection pointer.
Let
szQuery is the update query
rs is recordset pointer
var is variant
so statement is this.
rs = m_pConnection->Execute(szQuery, ...
0
votes
2answers
80 views
Can a CString be safely treated like it was a simple type and not a class, in Visual C++ 6.0 MFC?
Unfortunately the documentation I have is either (a) original product documentation without any errrata (MS VC++ 6.0 help files) or (b) later MSDN help that applies to later MFC versions.
In ...
0
votes
1answer
282 views
InterlockedExchange vs. InterlockedExchangePointer
What is the difference between InterlockedExchange and InterlockedExchangePointer?
Are
if( 0 != InterlockedCompareExchange( ( void** ) &_myVariable
, temp
...
1
vote
1answer
257 views
Send binary data as parameter to a method in Web Service?
In server side (C#.NET,Windows 2003) I have a web service with a method and in client side (Visual C++ v6, WinINet, POST) I want to call that method and pass binary data as a parameter to it.
when I ...
1
vote
1answer
87 views
Converting C-style series of casts on AfxGetMainWnd from VC6/MFC6 to operate in modern MFC version (VC++2008 and later)
An application I'm porting from Visual C++ 6.0 to the MFC version in VC++2008, does a lot of get-AfxGetMainWnd()-and-do-C-Style-casts on it like this:
CUserInterfaceDoc *m_pDoc = ...
0
votes
1answer
95 views
i have win32 dll in vc6 and call on c# with parameter char*?
This vc6 code :
MCASMARTMANAGER_API int __stdcall reqeustKey_test(char* prKey)
{
Xhandeler.GetPrimaryKey(prKey);
return 0;
}
prKey = "AB472EDB9012"
And this C# code:
...
0
votes
1answer
135 views
Docking CDialogBar Horizontally with CToolbar
I need to display a CToolbar (m_wndToolBar) and a CDialogBar (m_wndDlgBarSid1) horizontally (i.e. next to each other, not above one another). The parent frame is derived from CMDIFrameWnd.
I've ...
0
votes
1answer
23 views
VC6 fopen mode paramter
I am trying to understand some legacy VC6 code, and see a call to fopen using a mode paramter of "ra". What mode is this?
0
votes
1answer
85 views
insert values into a binary search tree in C?
I have a .h file that contains my struct and I must NOT edit this file:
struct KnightTree
{
int key;
int level;
int balance; //will be used in AVL only, and be ignored in ...
0
votes
1answer
64 views
Warning MIDL2346 in Visual C++ 6 source: The specified lcid is different from previous specification
I have a strange warning in some code I'm trying to maintain. I'm currently testing it out in its current environment (Visual C++ 6.0, yes, I know, ancient) before moving it up to a more modern VC++ ...
0
votes
2answers
129 views
Flashing the result even of system pause C++
Here is my code ... I want to stop it on the result, but result is showing after pressing a key ... It is flashing the result after pressing the key ... I'm using Microsoft Visual C++6.0 and windows ...
0
votes
0answers
62 views
CDC capture fails on citrix server
I am working on VC6 platform and have written a code for capturing CDC in to png. While running this code snippet from desktop and on the network drive this code is working fine and generating the ...
1
vote
0answers
58 views
Is there any way to create a stack traceback and log the call stack to a trace log file that will work with visual C++ 6.0?
I have a legacy codebase that has binary-library dependencies on Visual C++ 6.0 and I cannot obtain source code for those binary libraries. So I am stuck debugging crashes on a Visual C++ 6.0 ...
0
votes
1answer
62 views
Import COM interfaces from an olb file into VC6
Please don't tell me not to use VC6, it's a legacy project.
I have an olb file that contains COM interfaces, and I need to create a header and cpp file containing wrapper classes derived from ...


