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
~506 People Reached
Favorite Tags
Member Avatar for neilelph

Hi. I have taken over the maintenance and development of an application created using C# in Visual Studio 2010 that makes use of an edmx file to provide mapping to a database (Microsoft SQL Server Compact 4.0). The database itself holds only tables with columns but no data at the …

Member Avatar for pritaeas
0
153
Member Avatar for neilelph

I am trying to use an exported function from a C++ dll with the below signature, from within my C# program. [CODE=C]extern "C" __declspec(dllexport) BOOL S_USB_Memsize(unsigned char *buffer)[/CODE] In my C# code , I am declaring the use of this function with: [CODE=C][DllImport("RSTUSBIF.dll",CallingConvention = CallingConvention.Cdecl)] public static extern int S_USB_Memsize(IntPtr …

Member Avatar for neilelph
0
315
Member Avatar for neilelph

Hi folks. I'm Neil. I'm an Electronic Engineer for Weatherford. I work in R&D designing the Electronics and Software for pipeline inspection and pre-commissioning tools. Recently migrated to C# and will probably be looking for help on this topic as time goes by! Cheers.

Member Avatar for AndreRet
0
38