Search found 6 matches

by klkim
Wed May 21, 2008 1:59 am
Forum: SMILE
Topic: [.NET]libary for .NET compact framework
Replies: 1
Views: 4064

[.NET]libary for .NET compact framework

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 technol...
by klkim
Sat May 03, 2008 12:55 pm
Forum: SMILE
Topic: [.NET] SMILE.NET compatible with .net compact framework?
Replies: 1
Views: 4100

[.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 ...
by klkim
Sat May 03, 2008 12:43 pm
Forum: SMILE
Topic: [.NET]TypeLoadException
Replies: 5
Views: 7372

I have confused the namespace of the project. :(
Now, I solved the exception problem.

Thank you very much, shooltz.
by klkim
Sat May 03, 2008 10:38 am
Forum: SMILE
Topic: [.NET]TypeLoadException
Replies: 5
Views: 7372

The type of my project is Windows Application Program in VS2005 project template.
by klkim
Fri May 02, 2008 4:12 pm
Forum: SMILE
Topic: [.NET]TypeLoadException
Replies: 5
Views: 7372

If the cause of above problem is based on different compiler (because I am using visual studio 2005, but I think the smilenet.dll is made on visual studio 2003 right??), the only solution is to rebuild smilenet.dll in my development environment?
by klkim
Fri May 02, 2008 3:39 pm
Forum: SMILE
Topic: [.NET]TypeLoadException
Replies: 5
Views: 7372

[.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...