Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Member Avatar for ProgWr

Hi, i made a DLL from a Class Library project in C# and i am trying to use it using DllImport but i keep getting: Error RegConfig.exe MissingMethodException Can't find an entry point 'IntProg' in a PInvoke DLL 'ClassLibraryWinCe.dll' at RegConfig.Program.Main() when i try to run the program. MyWinCeClasses: [CODE] …

Member Avatar for ProgWr
0
547
Member Avatar for ProgWr

Hi, i would like to build a class for initializing programs at windows ce startup i managed to do that by using this code: [CODE] using System; using System.Collections.Generic; using System.Text; using Microsoft.Win32; using System.Runtime.InteropServices; using System.Collections; using System.Threading; using System.Security; using System.Reflection; namespace RegConfig { class Program { static …

0
43
Member Avatar for ProgWr

Hi, quick question... i am making a program without a form for windows ce and so i am trying to work in console but it seems some of the code cannot be implemented. does DllImport suppose to work in console? Thx & BR Ran.

Member Avatar for ProgWr
0
775
Member Avatar for ProgWr

Hi, i would like the change the wince 6.0R resolution to 480*234 how can i do that? Thx in advanced :)

0
50
Member Avatar for ProgWr

Hi, my online name is ProgWr as you can see :) i am quite new to the world of embedded and Windows Ce, trying to figure out alot(!) with a few resources (Windows Ce at least). very happy to be here and very much exited about learning new stuff! i …

Member Avatar for debasisdas
0
29