Jul 14, 2005 #1 tyreejp Programmer Apr 20, 2005 114 US Is it possible to create a Win32 DLL using C#? -- James http://www.microsoftjr.com
Jul 14, 2005 #2 chiph Programmer Jun 9, 1999 9,878 US No. You would need to use C/C++ for this. C# creates .net assemblies which, while they look on the outside like win32 components, are vastly different on the inside. Chip H. ____________________________________________________________________ If you want to get the best response to a question, please read FAQ222-2244 first Upvote 0 Downvote
No. You would need to use C/C++ for this. C# creates .net assemblies which, while they look on the outside like win32 components, are vastly different on the inside. Chip H. ____________________________________________________________________ If you want to get the best response to a question, please read FAQ222-2244 first
Jul 17, 2005 #3 earthandfire Programmer Mar 14, 2005 2,924 GB Unless you are a C/C++ programmer, I think Delphi would be an easier alternative. Upvote 0 Downvote
Jul 17, 2005 #4 chiph Programmer Jun 9, 1999 9,878 US Or Delphi. Chip H. ____________________________________________________________________ If you want to get the best response to a question, please read FAQ222-2244 first Upvote 0 Downvote
Or Delphi. Chip H. ____________________________________________________________________ If you want to get the best response to a question, please read FAQ222-2244 first