I have successfully gotten Dreamweaver to accept my DLL and call it's methods. The DLL is written in C++ with C interpeted functions (so function names aren't mangled.)
I would like to become comfortable with C++ pointers and datatype, but I have a much stronger proficiency with C# so for our timeline I think it's worthwhile to investigate alternatives to a straight C solution.
Would I theoretically be able to build a DLL in C# that would be seen from the "outside" the same as a C DLL?
and as an alternative
Would I be able to "wrap" a C# DLL with the working C DLL?
The main part of my concern is the datatypes of the functions, as when dreamweaver calls them it is expecting void and char pointers as the format for passing data back and forth.
Thank you.
Contrary to popular belief, this is possible.
See here.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With