Click here to Skip to main content
15,929,512 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Need suggestion on project Pin
Michael10112-Dec-07 16:46
Michael10112-Dec-07 16:46 
GeneralRe: Need suggestion on project Pin
avengerzx912-Dec-07 18:09
avengerzx912-Dec-07 18:09 
GeneralRe: Need suggestion on project Pin
Michael Sync12-Dec-07 18:59
Michael Sync12-Dec-07 18:59 
GeneralHuge ASP and ASP.NET Problem with old ADO.NET Pin
Michael10112-Dec-07 13:19
Michael10112-Dec-07 13:19 
GeneralRe: Huge ASP and ASP.NET Problem with old ADO.NET Pin
Michael Sync12-Dec-07 15:24
Michael Sync12-Dec-07 15:24 
GeneralImage Library Pin
achimera12-Dec-07 12:30
achimera12-Dec-07 12:30 
GeneralRe: Image Library Pin
Christian Graus12-Dec-07 12:47
protectorChristian Graus12-Dec-07 12:47 
GeneralRe: Image Library Pin
achimera12-Dec-07 20:51
achimera12-Dec-07 20:51 
I agree, DotImage looks great, but unless I'm missing something ... I have to pay $499 for the most basic SDK, then another $329 to use it on a server ... which is $828 ... for 1 person ... as the cheapest option. And when I look in my pants pockets, I can't find $828 in them. Telerik and CodeJock already got it.

The stuff that DotImage does though, I already have created, and have used for the last decade in MFC/C++ type code... including writing my own convolution filters, of different matrix sizes, by experimenting with Adobe Photoshop (as it has a feature to play around with that), etc.

In any case, thanks for the link to pinvoke.net. I'll check it out. Although my most basic question is how to get from something like this:

(WebSite)/App_Code/MyClass.cs

public class MyClass
{
    public static void ProcessImage( String ImageFileName )
    {
        // I want to call a static linked VC6/MFC/C++ DLL here,
        // named perhaps ImageProc.dll, located in the Bin directory,
        // in a manner such as this:
        //
        // void ProcessImage( LPCSTR lpstrImageFileName );
    }
}
And assuming ImageProc.dll exists as:

(WebSite)/Bin/ImageProc.dll

To do something that works. I assume there is some simple trick or technique for using P/Invoke to do this? Obviously there is going to be some sort of conversion problem between the C# String type and the Win32 LPCSTR type. Is there some sort of super easy bit of wisdom you can provide? And also, as to how I can call the function in the first place?

If not, thank you. I will check out pinvoke.net further. Your help is appreciated greatly however. Regards.
Generalshopping cart Pin
nigel200012-Dec-07 7:52
nigel200012-Dec-07 7:52 
GeneralRe: shopping cart Pin
Sathesh Sakthivel12-Dec-07 8:43
Sathesh Sakthivel12-Dec-07 8:43 
Generalgridview under gridview Pin
Sarfaraj Ahmed12-Dec-07 4:46
Sarfaraj Ahmed12-Dec-07 4:46 
GeneralRe: gridview under gridview Pin
Vasudevan Deepak Kumar12-Dec-07 4:51
Vasudevan Deepak Kumar12-Dec-07 4:51 
GeneralRe: gridview under gridview Pin
Sarfaraj Ahmed12-Dec-07 5:16
Sarfaraj Ahmed12-Dec-07 5:16 
GeneralRe: gridview under gridview Pin
Vasudevan Deepak Kumar12-Dec-07 5:39
Vasudevan Deepak Kumar12-Dec-07 5:39 
GeneralRe: gridview under gridview Pin
Sathesh Sakthivel12-Dec-07 6:20
Sathesh Sakthivel12-Dec-07 6:20 
Questionhow can i connect to oracle data base ?? Pin
saad badr12-Dec-07 3:27
saad badr12-Dec-07 3:27 
AnswerRe: how can i connect to oracle data base ?? Pin
Vasudevan Deepak Kumar12-Dec-07 4:52
Vasudevan Deepak Kumar12-Dec-07 4:52 
Questioni need the help to learning asp.net2005? Pin
saad badr12-Dec-07 3:25
saad badr12-Dec-07 3:25 
AnswerRe: i need the help to learning asp.net2005? Pin
Vasudevan Deepak Kumar12-Dec-07 4:53
Vasudevan Deepak Kumar12-Dec-07 4:53 
Questionget selected item in dropdown list Pin
Arun Senthil Kumar12-Dec-07 2:32
Arun Senthil Kumar12-Dec-07 2:32 
GeneralRe: get selected item in dropdown list Pin
Christian Graus12-Dec-07 8:55
protectorChristian Graus12-Dec-07 8:55 
AnswerRe: get selected item in dropdown list Pin
Pawel Krakowiak12-Dec-07 11:28
Pawel Krakowiak12-Dec-07 11:28 
Generalproduction site crash Pin
V.12-Dec-07 2:12
professionalV.12-Dec-07 2:12 
GeneralRe: production site crash Pin
Vasudevan Deepak Kumar12-Dec-07 4:55
Vasudevan Deepak Kumar12-Dec-07 4:55 
GeneralRe: production site crash Pin
V.12-Dec-07 5:05
professionalV.12-Dec-07 5:05 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.