Software Development Network Logo
  • .NET Development
  • Microsoft ISV
  • Windows Vista
  • VS Team System
  • Windows Live
  • Game Technologies
  • SQL Server
  • VS Express Editions
  • Visual C++
  • Visual Basic
  • Visual FoxPro
  • Visual Studio
  • Visual C#
  • Visual J#
  • Smart Device

Software Development Network >> Shankar Joseph's Q&A profile

Shankar Joseph

Member List

zoomer
Sam Stokes
SageLT
T-LIANGS
Aron Kolozs
Mike00000001
IgorM
Ralph Perkins
Raj15411
SirN
l.walt
AVH
EricLaw-MSFT
dreamlordzwolf - Michael Corpuz
DaSteph
Kieran Snyder
Thomas Schneider
Stanley_S
AlbertoD
ChrisBuhi
Only Title

Shankar Joseph's Q&A profile

  • Visual C++ On adjacent ">"s in a parameterized declaration

    Hello, There is a syntax erron in the following code -- adjacent ">"s need a delimiter (it is marked AAAA) template <class T> class A {}; template <class T> class B {}; int main() { A<B<int>>(); // AAAA } But VC8 can compile it. It seems to be a error but on the other hand Mr. Stroustrup have being dreaming on such a syntax for ages and he promotes it pretty vigorously now, as far as know. So, I a ...Show All

  • .NET Development Accessing shared app.config

    I would like to share one app.config file between several applications. Only one of those applications needs to be able to update the app.config file. The other applications need only to read the information. The application that "owns" the app.config file has defined under Settings: Name: DataLoc Type: String Scope: User Value: C:\Shared Database Location app.config file contains: < xml version="1.0 ...Show All

  • Visual C++ VCBuild and custom target platform

    Hi, Here is the point: I have a C/C++ project under Visual Studio and I want to add my own new target platform; This platform is very similar to Win32 in term of settings but I want to launch another compiler for C and C++ files and another linker for .obj. What's the complete process to do that How can i create a new target platform and reference it to Visual Studio How create custom task for VCBuild and reference it for Visual Studio ...Show All

  • Visual C++ VCMAME: compiles with VC2003, fails with VC2005

    I'm trying to build the MAME source using Visual C++ 2005. I'm using the VCMAME project files from http://www.vcmame.net/ . I first built the project in Visual Studio 2003, then opened the project in VC++ 2005 and rebuilt. I only had to make a few modifications to the project, like adding _CRT_SECURE_NO_DEPRECATE to silence a bunch of warnings. However, one of the source files (winalloc.c) implements their own memory handling functions so ...Show All

  • Software Development for Windows Vista How to build a generic runtime host?

    Hi, I know this is a quite a big question, but I have to ask it :-) How would I write a generic windows workflow foundation runtime host. What I want to do is: 1. Write a Windows Service that exposes the Windows Workflow Foundation Runimte as a remoted Singleton object. Let's call that one WorkflowEngine. 2. The WorkflowEngine has state persistance and tracking services enabled. 3. The WorkflowEngine offers a method lets say St ...Show All

  • Visual C++ __CxxFrameHandler3 is missing in platform sdk

    I'm trying to link my x64 project Everytime I try to link libcpmtd.lib from the platform sdk (lib\AMD64\) , I receive errors like: error LNK2001: unresolved external symbol __CxxFrameHandler3 while using libcpmtd.lib shipped with Visual Studio (\Microsoft Visual Studio 8\VC\lib\amd64) it works perfectly. I observed the lib from the platform sdk and figured out that it contains no such symbol __CxxFrameHandler3, but the lib f ...Show All

  • .NET Development Embedded word or RTF data in Access 2000 database/ retrieve /edit /save

    G'day I have developed databases for various people but I need to be able to embed formatted text documents (paragraphs) that relate to a particular table ID object - say a recipe. It has a name & specific (autonumber ID). I need to add to that a bunch of text that I can give moderate formatting to ie indenting or bullets & numbering. If it can also include a picture ie as in a word document that may be handy as well. A further rea ...Show All

  • Smart Device Development [C#][VS 2005 Bete 2] creating & using a C++ in a C# project

    Hi, I try to create a unmanaged dll in C++ with visualt studio 2005 and the i want to use it in a c# project. My first question is hoaw to create a C++ (unmanaged) dll project for smartphone in visual stuido 2005. I create a Win32 projecdt>>dll project but i supopose it's only for deskop. After that i wrote my dll. .CPP #include "MyDll.h" // This is an example of an exported function. MYDLL_API int fnMyDll() { return 42;} .H ...Show All

  • Windows Forms making a very small trackbar Question

    Apologies if not on the right forum... But... If you take a trackbar control and make it's size really small...like height of 11... then the trackbar gets drawn really "strange"...Actually you almost cann't find your slider. So the question is Can you make a trackbar small and still have it look "normal " Thxs already jmw No, I'm not hosting it on a Statusstrip, I got 12 of them lined up on a form ,one ben ...Show All

  • SQL Server Calling child package out of process fails with Access Denied.

    Has anyone ever used an Execute Package Task to call a child package, and the Execute Package Task's ExecuteOutOfProcess = True Unless the account it runs under is an Administrator on the box, it fails for me with "Error 0x80070005 while loading package file "C:\program files\microsoft sql server\90\dts\Packages\ETL\Fact_SalesTransaction_Tracking.dtsx". Access is denied." This is eating up hours and hours of my time, time ...Show All

  • Visual Basic VB.NET: How to make MDI act like SDI

    I just wonder, How to make an application MDI act like SDI application just like Microsoft Word. Anyone know Don't make it MDI in the first place.  Microsoft Word is not a .NET app, but to give the user the choice then you have to code both sets of functionality into your app.  If the user selects MDI then you set your main form's IsMdiContainer property to True and you create child windows.  If the user selects SDI then you ...Show All

  • Windows Live Developer Forums Contest Participant Document

           Hi!!!        I was wondering if it is possible for all participants of “The World’s Best App” contest to have a document that acknowledges that we participated in this event, even if they (or we) did not win one of the prizes.   You know, just a memento or something that we can brag about with, say, our grandchildren or Human Resource Head Hunters. That would ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. rendering multiple video streams

    I'm developing an application which displays 4 (or even more, if possible) video streams simultaneously in real-time (30 fps per stream). I need a renderer that will take the raw YUV frames and display them to a Win32 window, scaling as required. Each stream is independent of the others, including running in separate threads. Currently, my app has an independent DirectDraw-based renderer for each stream (written by someone else), but performance ...Show All

  • SQL Server New undocumented property AlwaysUseDefaultCodepage?

    Diffing dtsx versions between June CTP and Release, I found (among other things) a new property in the dtsx in the release version: property id="79" name="AlwaysUseDefaultCodePage" dataType="System.Boolean" state="default"                                  isArray="false" description="Forces the use of the DefaultCodePage p ...Show All

  • Visual Studio Express Editions Manual installation of VC# Express Beta 2 is a joke

    To be able to manually install the Beta 2 one needs to get non-free  3rd party products to make a virual drive for the iso .img file. Whats the big idea, why couldnt just be settles with good old zip How is one to install if cant buy the 3rd party products just to install VS Is there an open source free alternative Thanks Thanks for the feedback . Based on your comments, we're currently investigating for RTM (the final release ...Show All

©2008 Software Development Network

powered by phorum