I have built an application in C# and also built a setup for this application. The application on setup works on all Windows 7 machines but doesnt seem to work on any XP machine.
I\'m writing a wrapper for a DLL that manages an OCR device. The DLL has a method whose signature resembles the following:
I am implementing a Java interface containing variadic methods like so: interface Footastic { void foo(Foo... args);
Lets say I have a marker, \"#Refresh#\", on some cells, which indicate that these cells need to be recalculated 开发者_开发知识库at later stage.
I have a report builder I\'m making that builds the start of a report in word. Word is then kept open for the user to carry on with the report. The report builder gets rtf from a database that is to b
I have an old DLL written in Visual Studio 6 which I am calling from C# written in Visual 开发者_运维百科Studio 2010. The DLL is not working properly and I want to debug into it. How can I do this? I
While studing to the 70-536 exam I faced this question: You create the following class: public class HomePage{
Will this return objects created by other users开发者_JAVA技巧 or just the current user? Thanks!
I am trying to use a COM component in my asp.net web application. In this Component I am passing the path of an image file stored in my server directory and this component is giving me an IPicture dat
We have a big Java application under Android (\"big\" just means it\'s too much work to translate the application). We must access to an engine written in .Net (this engine is also too \"big\" ...). T