Re: Re: Re: Call DLL BasicCard on Visual Studio 2005


[ Follow Ups ] [ BasicCard User Forum ]

Posted by zeitcontrol (217.87.9.161) on June 28, 2006 at 06:18:05:

In Reply to: Re: Re: Call DLL BasicCard on Visual Studio 2005 posted by vutaviva on June 28, 2006 at 00:01:07:

This native function call is a wrapper to Windows API FormatMessage. We left away an unused parameter when defining the PInvoke interface to this function. This was not causing any problem running with .Net Framework 1.1. It seems to cause this warning with .Net Framework 2.0 and Visual Studio 2005. You can safely ignore this warning when running from Visual Studio environment and continue execution. This warning will not appear when running without Visual Studio in end user environment.

Note: This function is used to convert Windows API error codes into suitable text messages for exception codes.


Follow Ups:


[ Follow Ups ] [ BasicCard User Forum ]