Click here to Skip to main content
15,916,379 members
Home / Discussions / C#
   

C#

 
GeneralRe: sending packets over TCP Pin
Smitha Nishant16-Sep-03 3:54
protectorSmitha Nishant16-Sep-03 3:54 
GeneralRe: sending packets over TCP Pin
WildFuse16-Sep-03 21:17
WildFuse16-Sep-03 21:17 
GeneralC# coding Pin
ASGill16-Sep-03 0:41
ASGill16-Sep-03 0:41 
GeneralRe: C# coding Pin
Frank Olorin Rizzi16-Sep-03 1:30
Frank Olorin Rizzi16-Sep-03 1:30 
GeneralDeserialization problem.. Pin
morefire15-Sep-03 22:20
morefire15-Sep-03 22:20 
GeneralRe: Deserialization problem.. Pin
MeisterBiber17-Sep-03 4:25
MeisterBiber17-Sep-03 4:25 
GeneralRe: Deserialization problem.. Pin
morefire17-Sep-03 4:51
morefire17-Sep-03 4:51 
GeneralPInvoke and classes Pin
Rheikon15-Sep-03 21:26
Rheikon15-Sep-03 21:26 
GeneralRe: PInvoke and classes Pin
Daniel Turini16-Sep-03 1:01
Daniel Turini16-Sep-03 1:01 
GeneralRe: PInvoke and classes Pin
Anonymous16-Sep-03 1:54
Anonymous16-Sep-03 1:54 
GeneralRe: PInvoke and classes Pin
Daniel Turini16-Sep-03 3:15
Daniel Turini16-Sep-03 3:15 
QuestionSimple way to start a process? Pin
james-cxx15-Sep-03 18:57
james-cxx15-Sep-03 18:57 
AnswerRe: Simple way to start a process? Pin
J. Dunlap15-Sep-03 19:15
J. Dunlap15-Sep-03 19:15 
Generaldeployment help Pin
zecodela15-Sep-03 18:44
zecodela15-Sep-03 18:44 
GeneralRe: deployment help Pin
Daniel Turini16-Sep-03 0:57
Daniel Turini16-Sep-03 0:57 
GeneralRe: deployment help Pin
zecodela16-Sep-03 4:07
zecodela16-Sep-03 4:07 
GeneralRe: deployment help Pin
sumeat16-Sep-03 11:20
sumeat16-Sep-03 11:20 
GeneralRe: deployment help Pin
zecodela16-Sep-03 13:48
zecodela16-Sep-03 13:48 
Generalproblem with stringwriter Pin
KSEI15-Sep-03 18:32
KSEI15-Sep-03 18:32 
GeneralRe: problem with stringwriter Pin
Daniel Turini16-Sep-03 1:01
Daniel Turini16-Sep-03 1:01 
GeneralRe: problem with stringwriter Pin
KSEI16-Sep-03 17:08
KSEI16-Sep-03 17:08 
GeneralC# Web Message Box Pin
gmhanna15-Sep-03 14:13
gmhanna15-Sep-03 14:13 
GeneralRe: C# Web Message Box Pin
Nick Seng15-Sep-03 15:42
Nick Seng15-Sep-03 15:42 
GeneralDialogs to Forms Pin
gmhanna15-Sep-03 14:11
gmhanna15-Sep-03 14:11 
GeneralCalling C routine from C# Pin
gmhanna15-Sep-03 14:07
gmhanna15-Sep-03 14:07 
I have a fairly large application that I want to add a web interface to. The application is designed as a two layer application. The user interface and the so called API, which does all the work.

I would like to be able to call the API which is written in pure C with no operating system dependencies except for telecommunications.

I have tried to add a reference in VS.NET to the API's .DLL but it doesn't allow me to.

Is there an easy way to do this with out converting the entire application to C#? For fun, I tried to compile it using VS.NET 1.1 as a C++ application and the 1st program out of about 200 gave me 100+ errors.

Converting it to compile under VS.NET C++ I thought would be easy, but would take too long. Anyone have any ideas??

Oh BTW, my compiler that I'm currently using for my C development is Watcom 10.6B. I know its old and unsupported but I understand it. I'm trying to learn VS.NET...

Thanks,
Glenn

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.