First  |  Prev |  Next  |  Last
Pages: 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89
deploying mfc-based ActiveX control (VC++ 2005)
I have several activeX controls that were written in VC++ 6.0 and have been distributed via cab files and deployed via IE for years now with no issues. I have now updated these to use VC++ 2005. However, I can find no way to deploy the MFC/C++ Run time files via the cabinet files. Is there a way to distrib... 29 Jan 2007 14:43
Annoying Assertion Failure!
It looks like not finding the root cause of my previous assert (afxwin1.inl Line 24) is coming back to bite me. I got the previous function working fine, but as soon as I moved on to add my next feature, I got the same exact assertion failure in the same exact place! Here is my latest function: void MyMainDlg... 15 Jan 2007 15:19
Error writing file: VS2005
So I'm exploring VS2005 features. I decided to try the C/C++ code analysis option. I get the error Error 1 fatal error C1085: Cannot write precompiled header file: 'Release\openmp.pchast': Insufficient system resources exist to complete the requested service. C:\Program Files (x86)\Microsoft Visual Studio 8\VC... 9 Jan 2007 01:55
Warning message
Hi, While debugging I get: Warning: no message line prompt for ID 0xE001. Anybody any idea where to look for this? Ps. Using VS2005 Tia D. ... 8 Jan 2007 11:13
Running VC program by using service
Dear all,,,, I want to run VC program by using service....SO I wrote code for creating the service. Code is given below.... void main() { SC_HANDLE myService, scm; printf("Installing RRM Service...\n"); scm = OpenSCManager(0, 0, SC_MANAGER_CREATE_SERVICE); if (!scm) { printf("Open... 10 Jan 2007 02:11
MS Visual C++ 2005 Express and olectl.h...
Hi, I am trying to compile an OCX from an example provided with msvc2005 express and I get: ..\ScanServ.odl(7) : fatal error C1083: Cannot open include file: 'olectl.h': No such file or directory Does this olectl.h come in some sort of SDK? Should it have been installed with msvc2005 express? Thanks,... 22 Dec 2006 11:31
upgrade issue: compile error after upgrade from VC7.1 to VC8, may related with import msado15.dll or cdosys.dll
When I upgrade an exe project from VC7.1 to VC8, it says upgrade succeed. But When I try to compile the project, it outputs a lot of errors. c:\dev\main\shared\impress\debugu\msado15.tlh(1024) : error C2327: 'CDO::_ADO::Properties' : is not a type name, static, or enumerator c:\dev\main\shared\impress\debugu\m... 21 Dec 2006 19:07
MODI where do I look
Howdy, I want to use Microsoft Office Document Imaging in a program. I can create the classes from the DLL with no problem, but where do I look for how to use them in C++? What I can find is all for VB. I am given classes like CMiDocView and CMiSelectableItem but searches for these produce zero hits eithe... 19 Dec 2006 15:58
Not able to save image using CWebBrowser2::ExecWB
Hi All, I am using VC++ 6 for this purpose. Shakti wrote: Hi all, I am using CWebBrowser to embedd a brouser in my MFC code. I am Embedding and displaying pic files and other documents on this page. But when i go for using CWebBrowser2::ExecWB with ExecWB(OLECMDID_SAVE, OLECMDEXECOPT_DODEFAULT, NULL, N... 19 Dec 2006 01:40
English-> German and GetNumberFormat()
I have been working with this app which allows users to type in a fixed point value.. liike "1.045982" The files which are sent with the app as samples use a decimal, (English) as the seperator. In Germany, it is a comma. I have used the GetNumberFormat api which will return that value as 1,045982. That ... 14 Dec 2006 19:41
First  |  Prev |  Next  |  Last
Pages: 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89