Need help to write a wrapper

tonydt1g3r

New Member
I have just been assigned to write some code for progress to intereact with some functions in C# I was wondering if antone can possibly tell me where I can find information on how to write a wrapper for C#
 
Are the C# functions/methods will be accessible via a DLL?

If so, then you can probably access them via the PROCEDUR .. EXTERNAL option.
 
Back
Top