View Single Post
  #140 (permalink)  
Old 02-05-2010, 08:07 AM
derez's Avatar
derez derez is offline
Basic4ppc Expert
 
Join Date: May 2007
Posts: 978
Awards Showcase
Beta Tester Competition Winner 
Total Awards: 2
Default CoreDll ?

Hi Agraham,

I am studying the gradient fill issue, starting from this library.
I tried to compile the exact file using sharpdevelop 2 and succeeded only with the desktop version.
With the Device, it finishes the compilation but when I run the application that use the library it creates the attached error.
I downloaded this coredll.dll and put it everywhere but nothing helps.

In the source it has this line:
[DllImport("coredll.dll", SetLastError = true, EntryPoint = "GradientFill")]

What should I do ?

Edit: Foolish me, it doesn't run on the Desktop but it runs on the device !

Thanks
__________________
David Erez
Ramat Hasharon, Israel

Last edited by derez : 02-05-2010 at 08:13 AM.
Reply With Quote