I want to create an application where i want to store name in different indian languages like hindi,bengali, kannada, Tamil and Telugu. I'm using Dodads MyGeneration class for database...
I want to create an application where i want to store name in different indian languages like hindi,bengali, kannada, Tamil and Telugu. I'm using Dodads MyGeneration class for database...
See if i want to give bDOJ as 22/01/2009, then in my dll function i want the day as 22, but if i pass as string in c# it won't take it as 22 instead it will take that as 2 so is...
I have made a DLL in VC++, in which one function requires a struct variable to be passed, and i want to use that DLL in my c# application. When i try to use that DLL in c#...
I have a application developed in vb, i want to convert it into 'C',
please can anyone help me... :( it's very urgent.. i am attaching the program here..
I have used Crystal Report XI in my vc++ program...the problem is when i try to run reports from the program everytime it asks for user id of the database..
Thanks for your help...but one problem i have is my image is showing as a very tiny image..the problem comes where you are settinfg up the pixels array..in sample code. What could be...
I have some raw image data in a byte array, i want to know how can i convert this into .bmp/.jpg/.gif image file.. I am using VC++.It's urgent please can anybody help me...
I have tried using BSTR but i want my DLL to be compatible in C, Borland C++, VB, VC++, Java and .Net..so if i use BSTR then i wont be able to use it in basic 'C'., is there any other way...
I have developed a DLL in VC++, i want to use it in VB and VB.net.. When i try to use the DLL in vb it is giving Bad DLL Calling Convention. I changed the Calling Convention to __stdcall...