Click here to Skip to main content
15,909,199 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: problem related to gridview Pin
Sun Rays12-Dec-07 19:53
Sun Rays12-Dec-07 19:53 
GeneralNeed suggestion on project Pin
avengerzx912-Dec-07 13:43
avengerzx912-Dec-07 13:43 
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 
Okay, this is probably a dumb question... but here it is...

I need to do a bunch of processing on an image after it is uploaded to a web site. I looked around for a NET 2.0 solution, and Atalasoft DotImage looks great -- but I can't afford it. I didn't see anything else which would do what I wanted.

However, I already have an existing image library I created, that took years of work, written in C++ -- and it could accomplish everything I need.

So here is my dumb question...

From an ASP.NET class, written in C#, can I call a function in a native VC6 C++ type DLL, and have it do the work for me?

For example, if the DLL simply has a function like:

void ProcessTheImage( LPCSTR lpcstrFileName );

Can I call this from ASP.NET? And if so, how?

I already figured out that I can create a command line app, written in C++, put it in the (WebSite)/Bin directory, and call it passing the filename as a parameter ... but I figured that a DLL call would be more efficient (???) ... and I haven't figured how to do the DLL call yet. I assume P/Invoke must be involved somehow (but I've never used that feature before).

Thanks for any assistance or guidance you can offer.

BTW, I'm using Windows Server 2003, NET 2.0, ASP.NET 2.0, SQL Server 2005, C#, etc. on a dedicated server.
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 
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 

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.