A
Andrew
I am planning to migrate an application from eVC++ 4.0 (PocketPC 2003)
to .NET to run on WindowsXP. The application is layered into "GUI <->
Core <-> HardwareInterface". The GUI is going to be developed in .NET
using C#. My plan of attack is to build the core (uses MFC) as a MFC
dll (using VS.NET 2003 MFC dll project), and wrap the dll using the
[DllImport] feature of .NET to mix the unmanaged (core) and managed
(GUI) code. I am having a difficult time in creating the core dll, as
I am gettting tons of "missing storage-class or type specifier" errors
when compiling. All of the errors are spawned from winbase.h for
Windows Data Types (WORD, DWORD, HANDLE, etc).
Am I going about this the wrong way? Any input is appreciated.
to .NET to run on WindowsXP. The application is layered into "GUI <->
Core <-> HardwareInterface". The GUI is going to be developed in .NET
using C#. My plan of attack is to build the core (uses MFC) as a MFC
dll (using VS.NET 2003 MFC dll project), and wrap the dll using the
[DllImport] feature of .NET to mix the unmanaged (core) and managed
(GUI) code. I am having a difficult time in creating the core dll, as
I am gettting tons of "missing storage-class or type specifier" errors
when compiling. All of the errors are spawned from winbase.h for
Windows Data Types (WORD, DWORD, HANDLE, etc).
Am I going about this the wrong way? Any input is appreciated.