0
votes
0answers
26 views

Windows 8 Home & IIS & VS 2012: Can't find virtual directory

I wonder if this problem is due to the Home Edition of Windows I use. I have several other development machines (Win 7 Pro) and never had problems with this. When I open a preexisting ASP.Net ...
0
votes
0answers
39 views

Visual C++: stop symbols from being exported

I'm working on a dll project and am using the following to clean up some of my exported symbol names: #pragma comment(linker, "/EXPORT:Some_function=_Some_function@4") where Some_function is ...
2
votes
1answer
31 views

DirectX SDK project - porting to VS2012

I'm porting to visual studio 2012 a solution with a project which uses some headers from the directX SDK in this path: C:/../Microsoft DirectX SDK (June 2010)/Samples/C++/DXUT11/Core the problem ...
1
vote
2answers
38 views

Windows Kit 8.0 and Visual Studio 2012 - are they shipped together? [closed]

I'm a novice with Visual Studio 2012 development and I have been given a machine where there are some header files I need in the following directory C:\Program Files (x86)\Windows Kits\8.0 I'm ...
0
votes
1answer
23 views

Building a correctly linked executable to avoid error 0xc000007b

I am building a 32-bit executable with VS 2012's default build settings. It works correctly on one 64-bit computer (development machine); on another 64-bit computer, the program crashes with error ...
0
votes
0answers
18 views

Are the queries in ODB threaded and the memory always up-to-date?

I recently (yesterday) started using odb for C++. I am making a online multiplayer server and I cannot find the answer in any documentation on ODB. Does ODB run the queries in background, yet keep ...
3
votes
2answers
285 views

Why is it impossible to move a variable to another thread

What is the reason that you can't move an object to another thread? There are situations where it could be useful. For example: You create a loop that accepts incoming socket connections. It would be ...
0
votes
1answer
60 views

DLL project on Windows: Unresolved External Symbol

I'm creating a DLL project with Visual Studio 2012 with the intent of calling the functions from a Delphi project. I've already turned off C++ name mangling by wrapping my functions in extern "C" { /* ...
0
votes
2answers
56 views

Compiling the same c++ code in Ubuntu(Netbeans) and Windows(Visual Studio 2012)

I have starded developing a c++ project under ubuntu. No I want to compile exactly the same code under Windows with Visual Studio 2012(I will add a GUI afterwards for the Windows version) Is this ...
0
votes
2answers
20 views

Local Storage Error in Windows Azure

I'm having a problem when I start the Azure Storage Emulator: I have tried to do the tips in the url informed into the window, but nothing is working. Anyone can help?
0
votes
0answers
45 views

Windows store app:What are the .pdb folders

In my project folder i see that there is a lot of .pdb folders as shown in the picture below: What are these folders? and is there anyway i can remove or hide them?
3
votes
2answers
75 views

Get executable Windows 8 app

I am developing a Windows 8 app (Modern UI) and I was asking if I could get the 'executable' of the app to install and test it in other computers without submitting the app to the market. I am using ...
0
votes
1answer
36 views

How to make a floating toolbar?

I have my window, now I want to create a toolbar, which I could drag anywhere and populate it, does anybody know what is the correct way of naming this process? and maybe some tutorials or books how ...
0
votes
1answer
24 views

Visual Studio Manual Pages For C

What do windows developers do when they need to look up the man page for a typical C function ? For example, say I am writing some C code in Visual Studio and I need to remember the order of arguments ...
0
votes
0answers
30 views

Windows keyhook freezing

When ever i run this program my computer seems to freeze up and is unable to do anything. I think this is because i am for some reason always calling the keyboard helper function? could it be ...
4
votes
2answers
69 views

Window Flicker on loss of focus?

I have been working on a windows form application based in c# and I am in need of some assistance. I am trying to recreate the window flicker that most windows applications have when a form loses ...
0
votes
0answers
62 views

how can i compile for windows XP with Virtual Studio 11.0 command prompt

I am running tcl/tk (8.5) with an external c library to interface to an d2xx USB library. I am running Windows 8 and trying to compile the library using the VS 2012 Native Tools Command Prompt. When ...
1
vote
2answers
89 views

Why do x64 projects use a default packing alignment of 16?

If you compile the following code in a x64 project in VS2012 without any /Zp flags: #pragma pack(show) then the compiler will spit out: value of pragma pack(show) == 16 If the project uses Win32 ...
0
votes
0answers
51 views

Error with VS lib tool, “cannot open shared object file”

I don't have a lot of experience building libraries under Windows and I had a hard time finding info online, 'lib' and 'def' are not great search terms I expect. Anyway, my problem is shown below; ...
1
vote
1answer
95 views

Saving files to App Data folder

I have written a Visual Basic.Net application in Visual Studio 2012 Ultimate. When this application is installed to the Program Files folder, when files are saved, they are located in this location: ...
0
votes
1answer
200 views

Windows Phone 8: Reading XML from Web

As part of a project i am working on i am trying to load this XML page (http://weather.yahooapis.com/forecastrss?w=2459115) into my Windows Phone 8 application and save the a number of the values as ...
0
votes
2answers
144 views

Unable to add reference in Visual Studio 2012 'ReferenceManagerPackage'

Recently i encountered this issue whereby whenever i right-click "Add Reference..." it give me an error as stated below. Package 'ReferenceManagerPackage' failed to load. Attempted to reinstall ...
2
votes
1answer
53 views

Is there any API function to get the battery level in Windows Desktop Apps?

I'm creating a desktop app where I want to get the battery level of my device (laptop). I am using C# for this. Is there any method which would help me do this? I've done this on the Windows Phone 8 ...
1
vote
1answer
85 views

static libzip with Visual Studio 2012

I am trying to build a little application using libzip library. I downloaded and compiled libzip with assistance of this article: libzip with Visual Studio 2010 The problem is that it compiles libs ...
0
votes
3answers
81 views

defined constants acting weird in visual studio

I am using visual studio 2012 professional to make my first windows/directx program. At the top of my program, I have this: 3: #define SCREEN_HEIGHT 500; 4: #define SCREEN_WIDTH 400; Before I ...
6
votes
1answer
109 views

Is it possible to track a PostMessage between processes?

We have a system where there are typically two processes running on the same system. One process handles the GUI and the other runs like a service (although for historical reasons, it's not a service, ...
0
votes
0answers
51 views

Visual Studio 2012 associates .exe with .pdb, but it should associate with .sys

I am building Windows drivers with Visual Studio 2012. The solution has a driver build to create the .sys and .pdb. There is also a "Package" build to create a signed driver kit. There are two ...
0
votes
0answers
165 views

Compile Boost libraries with MSVC-11 targeting a 64bit architecture

I need to compile Boost Libraries 1.53 in order to use them with Visual Studio 2012. So far I tried this way: .\boostrap .\bjam.exe --toolset=msvc-11.0 --address-model=64 The compilation process ...
0
votes
1answer
63 views

linking qt lib errors

I have a linking problem. I installed Visual Studio 2012, downloaded qt-sourcecode and compiled it for vc 2012 and it is working fine together with the visual studio add-in. Then I downloaded Boost ...
0
votes
1answer
41 views

Function pointer in Visual Studio 2012

Please explain me where I am wrong. I want to switch between several encoding utilities using pointer to function. I declare it like int (*enc_routine)(); Later I switch coding utilities like ...
0
votes
1answer
155 views

Failed to add reference to 'Newtonsoft.Json'

I just installed Windows 8 on my PC and downloaded Microsoft Visual Studio Express 2012 for Windows 8. Updated and everything, and when I try to install anything thru Package Manager Console, I get ...
0
votes
0answers
39 views

Windows-8 application development using javascript [closed]

How do I navigate from one page to another on button click using JavaScript and HTML in a Windows 8 application?
0
votes
1answer
1k views

MS Visual Studio 2012 ultimate doesn't start because of MSVCR110.dll

When I try to run MVS 2012 I always get an error - entry point to procedure _crtCreateSymbolicLinkW was not found in library DLL MSVCR110.dll. I've already copied this dll file from my other computer ...
0
votes
0answers
17 views

Adding files to project dynamically

I have a cross-platform solution that requires the use of XNA Content Pipeline to build some of it's resources. Since these projects cannot be directly referenced in my main Windows Phone 8 project, ...
1
vote
0answers
83 views

Is there any free Windows debugger allowing backwards stepping with C++

By backwards stepping i do not mean the average call stack features. But i refer to what is also called "replay debugging", "reverse debugging", "time-machine debugging","historical debugging" and ...
0
votes
0answers
97 views

Issue when trying to connect to team foundation server

I am quite new to Visual Studio and are trying to connect to a team foundation server. First I want to point out that if I go to the URL of the TFS in my browser and enter my credentials there I get ...
0
votes
0answers
94 views

GDI+ Animation with Png

I have successfully been able to display a png image with the code below: Graphics graphics(hdc); Image image(pStream); graphics.DrawImage(&image, posX,posY, image_width, image_height); ...
0
votes
1answer
135 views

Controlling Multiple Views in Windows Forms Application

I am very new to Windows programming but have a lot of experience in Mac OSX and iOS programming. I am creating my first Windows application and have run into an issue. I have a Windows Form ...
0
votes
1answer
276 views

Selecting listView item programatically not working

I have a method in a Windows Forms Application, PaymentInfo, that populates a label from a subitem in listView1 after the listView has been populated: internal void PaymentInfo() { ...
0
votes
1answer
252 views

DirectX::XMMATRIX __declspec(align('16')) won't be aligned

I am using DirectXMath in building my 3D simulation project void SetConstantBuffer(ID3D11DeviceContext*_device_context, DirectX::XMMATRIX _world, DirectX::XMMATRIX _view, DirectX::XMMATRIX ...
0
votes
1answer
20 views

Choosing on which screen my win8 app starts when debugging

Simple situation: I have two monitors and I would like my win8 app to launch on screen 2 while I still have VS2012 in debug mode on screen 1. This way there is no context switch necessary on a ...
1
vote
1answer
363 views

The name “LocalizedStrings” does not exist in the namespace

I'm suddenly getting this error in my WP8 project, which seems to originate from generated code. I have a previous working version and the App.xaml is identical. <Application.Resources> ...
0
votes
1answer
52 views

“Exception occurred while test discoverer was loading tests”

I'm writing a desktop Windows 8 application, and always get this error when building the project: An exception occurred while test discoverer 'MSAppContainerTestDiscoverer' was loading tests. ...
0
votes
2answers
267 views

Visual Studio Compile Warning: Using system operator==/!= for GUIDs

I am trying to convert a Windows driver project from using the DDK build system and Makefiles into a project that can be compiled from within Visual Studio 2012. I've followed this guide for setting ...
0
votes
0answers
141 views

Why is visual studio downloading pdb files into my source location?

When I open a C# project in visual studio 2012 update 1, visual studio immediately fills my source directory with pdb directories. I assume these have to do with downloading the symbols for the ...
0
votes
1answer
89 views

Simple NMAKE file fails (1 echo command)

I can't, for the life of me, figure out what I've done to my build environment. Even now, the simplest of make files fails me: win32.mak: ALL: echo test command: nmake -f win32.mak output: ...
1
vote
2answers
162 views

cast float to wchar_t win32

It freaks me out that I cannot find anyway to cast float to wchar_t or maybe I was looking in the wrong places! float cNumbers[9] = {1.0,2.0,3.0,4.0,5.0,6.0,7.0,8.0,9.0}; float x = 3.0; ...
1
vote
1answer
190 views

Adding a string to a listbox results in weird characters

I have made a function that send strings to listbox using WIN32 char data[] = "abcd"; addToList(hWnd,data); void addToList(HWND hWnd,char data[] ){ ...
0
votes
0answers
216 views

Visual studio 2012, linking lib curl. Cannot read at 0x2C0

I did this tutorial to link Libcurl with visual studio 2012: tutorial . But I can't get it to work. The compiler shows this error every time: Error 1 error LNK1107: invalid or corrupt file: ...
0
votes
0answers
145 views

Using CSS background: url() in Windows 8 Metro Apps

I am creating some DOM elements in Javascript and add some classes to them which I then use the classes in my CSS to add a background image using: background: url('/images/reply.png'); However when ...

1 2 3