Tagged Questions
1
vote
1answer
33 views
Compiling Qt 5, getting warning “The build will most likely fail.”
I'm following this tutorial on compiling Qt 5 on Windows, using Visual Studio 2008 as the compiler.
When running configure.bat I get a warning - The build will most likely fail.
This is the complete ...
2
votes
1answer
24 views
Should I compile my VS2008 C++ Win32 applications statically or link them dynamically? [closed]
I'm trying to avoid the dll hell problem and users having to install redistribution packages in case they don't have the dlls.
Is it recommended that I compile my application statically?
0
votes
0answers
41 views
RC2247 : Cannot open Rc file : Resource explorer cannot load resource ; Load failed
I have a win 32 project i am working on and the resource file were working fine till yesterday. Now when i try to open the resource file to edit, it crashes and gives me the following error:
...
0
votes
0answers
22 views
Visual Basic - Check To See If Program Can Edit Registry
I am working on a Visual Basic 2008 program that has to edit the computer's registry, but I want to add a way for the program to check to see if it has permission to edit the registry, and if it ...
0
votes
2answers
161 views
MFC-based project compilation error in Visual C++
I have some problems with the following c++ code
I'm using VC++ and now I'm trying to compile the following MFC-based project
This is a source file winmfcproectum.cpp
#include "stdafx.h"
#include ...
1
vote
0answers
92 views
Program crashes in Windows XP
I code in C# using Visual Studio 2008 on Windows 7. But when I build release and bring it to Windows XP, it crashes and suddenly quits the program with no exception.
Debugging on XP or release at ...
2
votes
3answers
88 views
How to trace used DLL (is it so-called DLL hell ?)
It should be a simple problem, but I do be stumbled on it. The environment is Visual Studio 2008 on Windows 7, the machine also has vs2010, vs2012 installed. (I have to install several VS because ...
0
votes
0answers
51 views
va_arg and wcslen Visual C++ on Windows mobile not working
I am writing small app for Windows mobile 6.5 and I found strange behavior of va_arg and wcslen.
When I ask for length of string passed by va_arg, the whole function does nothing. I think it's whole ...
0
votes
4answers
103 views
I want to use the full range that the 64-bit integer can take. How can I do it in x86 Visual Studio 2008?
I included the stdint.h in my solution and used uint64_t, but the result was not what i wanted. Here is the code that i used.
#include <stdio.h>
#include "./stdint.h"
void main (void)
{
...
2
votes
1answer
278 views
Why does Visual Studio install onto multiple drives?
I'm installing Visual Studio 2008 onto a new machine (yeah yeah, old-fashioned I know but I want to do it) and the installer seems determined to write data to TWO of the three hard drives attached to ...
0
votes
0answers
97 views
VCbuild not running with “accessing a corrupted shared library” under XP cygwin/x64
I am trying to run vcbuild in XP 64 bit and visual studio 2008. The problem is rather puzzling, both because it makes little sense, and because I know very little of windows.
I am actually going to ...
2
votes
1answer
162 views
MSVC2008 c/c++ console application spawns new console
Where does an application decide/cause to spawn a new console window (when linking dynamically)?
Is there some define or pragma I may have overlooked or some change in standard behavior in the ...
0
votes
0answers
43 views
VS 2008 in 64 bit Windows 7
If the memory usage is higher than 4G, I will get this error when compiling,
fatal error C1902: Program database manager mismatch
After I closed some applications and make the memory usage less ...
0
votes
0answers
97 views
vtk unresolved external symbol vtkdatasetreader
I have been stuck with a MFC-related problem for quite some time now. I have read through many forums, VTK-Users posts, etc. without any luck.
My basic problem is that vtkMFC.lib is not getting ...
0
votes
0answers
300 views
When deploying a Windows CE 6 application I get the error: file or assembly system system.data.sqlserverce not found
I am deploying a legacy C# mobile application onto a Windows CE 6 device.
The application compiles within Visual Studio 2008 and deploys onto the device, but an error appears when running my ...
0
votes
1answer
32 views
CDaoRecordSet::Seek error
CString str = "something";
CDaoDatabase db;
//db open
CDaoRecordset rs(&db);
rs.Open(AFX_DAO_USE_DEFAULT_TYPE,"select * from mydb");
COleVariant searched(str);
BOOL bFound = ...
1
vote
0answers
63 views
Visual Studio 2008 C++ Command Line Option for '-mwindows' (from MinGW)
I have been using MinGW for a while to compile programs but decided that I should use an IDE and got Visual Studio 2008 Express Edition. In MinGW whenever I created a OpenGL program or a windows ...
0
votes
0answers
253 views
Issues building OpenCV with CUDA
I have CUDA 4.2 and I downloaded OpenCV 2.4.3. My purpose is to work with openCV along with cuda. After downloading I extracted the contents in my C directory and then I generated the openCV solution ...
0
votes
1answer
121 views
reading tiff images on windows
I want to read tiff images in C (windows 64 bit, visual studio 2008). Is there a place where I can get compiled library for libtiff 64bit? The one available at http://bigtiff.org/libtiff.lib-4.1.zip, ...
0
votes
1answer
44 views
warning LNK4092: shared writable section contains relocations
I use Visual Studio 2008 and have a question regarding this warning.
In one of our libraries, we set the "Fixed Base address" flag (/FIXED) and have a fixed base address defined.
We declare a shared ...
-1
votes
1answer
150 views
Close an open file via Windows.h function
How to close an open file in Windows if I know its name, for example "C:\1.txt" (it is opened vis CreateFile(...))? Thanks
0
votes
0answers
149 views
Using _sprintf_l to format double with thousands_sep
I’m trying to use the Windows specific _sprintf_l to format a double according to a german locale; that is comma as decimal point and period as thousands separator. In short, I’d like “123456.789” to ...
0
votes
1answer
536 views
Do I have to configure tesseract-ocr .NET when I use it ? It fails on basic tests [closed]
I would like to create an application that uses an OCR. I have found that tesseract is very robust.
So I download this tesseract-ocr .NET wrapper. Then I oppen it in visual studio 2008 and build the ...
1
vote
0answers
570 views
Visual Studio 2008 Debugging Windows Embedded CE 6.0 application
I'm trying to debug a Windows CE 6.0 embedded application built with the STANDARDSDK_500 (ARMV4I) SDK using Visual Studio 2008. It builds and deploys however when it gets to the stage of starting the ...
1
vote
0answers
399 views
call was rejected by callee
My application was working fine on my win 7 64 bit machine.
I tried to run the winforms visual studio 2008 .NET C# application on a different win 7 64 bit machine and now I am getting this error:
...
0
votes
1answer
371 views
libpng: writing a png fails: stops at header write error
I can't figure out what is wrong. When I try to write the PNG, I get an error: "Error during writing header".
Do I need to include something else? I took the .lib/.h files from here: ...
4
votes
3answers
412 views
Custom SEH handler with /SAFESEH
I am currently trying to create a compiler in C++, which generates machine code at run time. However, I am currently trying to enable safe exception handling (compiling with /SAFESEH). My custom ...
2
votes
2answers
87 views
Global scope LPWSTR reverts after changing it
This may be a really silly question but it's something I've been struggling with. After changing the LPWSTR in a method it appears to only be changing for that specific method and reverting back ...
1
vote
1answer
49 views
Let the use edit and view an array of text values in C# (Visual Studio 2008)
I'm going to write a small linear programming solver.
The GUI will allow the user to edit a table of string values.
What is the neatest way to accomplish that in a C# Winform?
The development tool is ...
0
votes
2answers
207 views
git extensions causing visual studio buttons to disappear
I have VS 2008 installed and have put Git and Git Extensions on my system. I'm running Windows 7. When I launch my VS and work, the buttons will go grey. If I run the mouse pointer over them, they ...
1
vote
1answer
456 views
IIS debugging in windows 2012 server IIS 8.0
Am trying to debug the web application hosted in windows server 2012 with IIS 8.0. I opened VS2008 with the code and i Attach process but no W3Wp.exe process is listed there.
In task manager i can ...
2
votes
3answers
8k views
LNK2019: unresolved external symbol _main referenced in function ___tmainCRTStartup
I have the following error LNK2019: unresolved external symbol main referenced in function __tmainCRTStartup,
There are a lot of threads relating to this error but none of those solutions worked for ...
1
vote
1answer
259 views
C# The process can't access the file because it is being used by another process (File Dialog)
I have a rich text box that is being updated with log information. There is a button to save the log output to a file. When I use the code below to try to save the output to a file, I receive "The ...
0
votes
2answers
318 views
Can't seem to ignore library in Visual Studio 2010
I'm updating a project from VS2008 to VS2010 and I'm getting this error:
uafxcwd.lib(afxwinappex.obj) : error LNK2005: "public: virtual struct
CRuntimeClass * __thiscall ...
0
votes
0answers
107 views
CToolTipCtrl in windows embbed compact 7
I'm in the process of trying to cross compile a WIN32 desktop application that uses MFC for a target that is a IMX53 QSB.
My target runs Windows Embbeded Compact 7.
I am currently stuck on an error ...
0
votes
0answers
256 views
How to construct an editable pdf template and programmatically populate the fields from C# windows forms
I need an editable pdf(not preferably, any report as we can create with ReportBuilder in Delphi would do), in which the fields should be populated programmatically from the C# code. I'm doing a ...
3
votes
1answer
192 views
Pass extra wParam/lParam parameters?
A standard window procedure function takes this prototype:
LRESULT CALLBACK WndProc (HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam);
When a message such as WM_MOUSEMOVE or WM_CHAR, the WndProc ...
0
votes
2answers
123 views
How to use ATl COM from a windows service
Using the VS2008 wizard, I have created a Service (That does nothing currently other than Start and Stop)
I wish to use an (out of process) COM object
If I add a #import "object.tlb", then ...
1
vote
1answer
478 views
Apache 2.4 linker errors on windows using VS 2008
Question: Is there any manual/steps on how to build Apache for windows? The official documentation isn't sufficient.
I've tried to compile Apache HTTP Server 2.4 on windows using Visual Studio 2008 ...
0
votes
2answers
647 views
combo box drop down is not working even after I changed the height in designer
I am trying to give a fix for a combo box drop down list, since its not listing down properly .Only one item is being shown in the list rest all you can see by using arrow keys. I increased the height ...
0
votes
2answers
175 views
Jenkins build fails when user logs off node
Sometimes, builds done by Jenkins (1.461) will stop at a random spot somewhere in the middle. These builds are manually scripted calls to Visual Studio 2008 SP1's devenv.com for primarily C++ code. ...
1
vote
2answers
132 views
Visual Studio 2008, detecting mem leaks, the symbol '__FILE__' is not defined
I am trying to identify memleaks in my c++ program. I use Visual Studio 2008.
I have found a few tutorials dealing with identifying memleaks while using new, not malloc, for memory allocation and ...
2
votes
3answers
3k views
Error 1001: The Specified Service Already Exists. Cannot remove existing service
I have a service. I installed it a while ago. I need to do an update to the service. I went to the Add/Remove Programs and looked for my service, and it is not installed there. I looked at ...
2
votes
1answer
1k views
Cannot include std header file in visual studio 2008
I am new to c++ programming,
I have a c++ project developed in visual studio 2010, and now I am developping a COM project in VS2008.
In this project I have to include some files used in the c++ ...
0
votes
5answers
157 views
Preventing user to click on a particular button when an action is being performed
Here's the scenario:
Platform: Windows
IDE: Microsoft Visual Studio 2008
Language: C#
.NET framework: 3.5
My application contains 2 buttons - "Load Data" and "Stop Loading Data" and a multi-line ...
1
vote
0answers
129 views
How can I detect at compile time in VS2008 whether I am building on an XP or Windows 7 machine
I have an application that includes some CNG (Bcrypt.dll) code. I want to be able to build my app on windows 7 and have the bcrypt funcitonality compile and run, but I want to "skip" it if I am ...
2
votes
1answer
4k views
Debugging R6025 pure virtual function call by breaking in purevirt.c
I have an annoying R6025 error that keeps cropping up. I want to squash it, but I need to find where it's coming from. I want to break on the _purecall function in purevirt.c, but I don't have the ...
-1
votes
1answer
229 views
merge tool for svn
I am using ankhsvn in Visual Studio 2008. Recently I had to resolve conflicts between two files using SVN own diff tool (tortoiseMerge) and it was quite confusing. So I changed the diff tool to ...
0
votes
1answer
582 views
Implementing “Find Next” in web browser control in C#
I have a web browser control embedded in a form. Upon form load it loads a locally stored HTML file. I have implemented a find text functionality to find a particular text in the HTML document loaded ...
1
vote
2answers
186 views
Hiding form when are other controls focus
This question is related to this my question. Now I have form in my class and when user click on button I show (or hide) form. That´s ok. But I want to hide form when I move with origin form or when I ...
