Software Development

Issue in publishing WPF app that calls Windows RT functions

I am working on a WPF app that I want to create for Windows 8. I followed steps mentioned in Hansleman's blog to maks some manual modifications using which I could call WinRT functions in WPF app. Everything worked well, until I tried to publish the app. When I clicked on publishing the app I got error "The 'ResolveManifestFiles' task failed unexpectedly. System.ArgumentException: Value does not fall within the expected range."

VTune Profiler giving Error: “The Data Cannot be displayed,there is no viewpoint available for data ”

I want to optimize my code which is written in c++ on linux platform.For that i am using Intel VTune Performance Analyzer Profiler .When i am identifying Hotspots , then it gives Error: "The Data Cannot be displayed,there is no viewpoint available for data ".

Using getenv without USE DFPORT

Hi,

In our company we use a big number of critical programs written in pure Fortran 77, and we are nowadays successfully performing a transition from CVF to IVF (XE 2013) because of the transition to x64.

99,9% of the times the source code remains compatible, and that is great news.

However, we are facing a problem that we did not have with CVF: some of our subroutines callgetenv, and until now we were able of using these system calls with no USE DFPORT sentence but now, with IVF, this statement is needed.

[SOLVED] TBB, MingW and QtCreator in Windows 7

Hello!

I have compiled TBB 4.1 from source in Windows 7 using the MingW compiler. I got both the debug and release libs: tbb_debug.dll and tbb.dll.

I have also this trivial code to test the installation:

#include "tbb/task_scheduler_init.h"
#include <iostream>
int main(void) {
 tbb::task_scheduler_init init;
 std::cout << "Ok" << std::endl;
 return 0;
}

TBB and Mingw compiler

Hello everyone,

I have to develop an app under Windows and I want to make it concurrent. My initial idea was to use TBB since I already have some experience with it under Linux. However, searching the  web I have found that it is only fully supported for VS. I have to use the MingW compiler, madatory; so I was wondering if there is any chance of use TBB with Mingw.

Thanks and best regards!.

Páginas

Assine o Software Development