Dear shooltz;
In previous your advice,
"I guess your best shot is to build native DLL with PocketSMILE exposing
high level functionality specific to your project, then use P/Invoke."
First, thank you for your advice.
But, it is a hard work for me to make DLL and use platform invoke technology ...
Search found 6 matches
- Wed May 21, 2008 1:59 am
- Forum: SMILE
- Topic: [.NET]libary for .NET compact framework
- Replies: 1
- Views: 5637
- Sat May 03, 2008 12:55 pm
- Forum: SMILE
- Topic: [.NET] SMILE.NET compatible with .net compact framework?
- Replies: 1
- Views: 5992
[.NET] SMILE.NET compatible with .net compact framework?
SMILE.NET is a wrapper class used in .net framework, I think. Is it possible to use SMILE.NET in ".net compact framework"?
I have tested smilenet.dll in Windows Mobile 6 Professional Emulator via VS2005, and there was a "MissingMethodException". How can I use the library in .net compact framwork ...
I have tested smilenet.dll in Windows Mobile 6 Professional Emulator via VS2005, and there was a "MissingMethodException". How can I use the library in .net compact framwork ...
- Sat May 03, 2008 12:43 pm
- Forum: SMILE
- Topic: [.NET]TypeLoadException
- Replies: 5
- Views: 11551
- Sat May 03, 2008 10:38 am
- Forum: SMILE
- Topic: [.NET]TypeLoadException
- Replies: 5
- Views: 11551
- Fri May 02, 2008 4:12 pm
- Forum: SMILE
- Topic: [.NET]TypeLoadException
- Replies: 5
- Views: 11551
- Fri May 02, 2008 3:39 pm
- Forum: SMILE
- Topic: [.NET]TypeLoadException
- Replies: 5
- Views: 11551
[.NET]TypeLoadException
Hi, all
Using SMILE.NET, after importing smilenet.dll in Visual Studio 2005 reference, build is OK.
But when I run a code, there is TypeLoadException in this line "Smile.Network net = new Smile.Network();".
Is it necessary to use P/Invoke technology or [DllImport ...]?
Thank you in advance ...
Using SMILE.NET, after importing smilenet.dll in Visual Studio 2005 reference, build is OK.
But when I run a code, there is TypeLoadException in this line "Smile.Network net = new Smile.Network();".
Is it necessary to use P/Invoke technology or [DllImport ...]?
Thank you in advance ...