Home > Net >  Golden oranges MarkEzd rotation problem!! Daniel: come in, please
Golden oranges MarkEzd rotation problem!! Daniel: come in, please

Time:10-08

. I recently in the use of golden orange MarkEzd DLL to do secondary development, is doing in c #, before encountered various problems, such as, unable to load the DLL, etc., are solved, now doing rotation transform, using lmc1_SetRotateParam function, but the transformation has been performed, because there is access to bitmap display, may be the function c + + packaging have a problem, because the file, but there is no source code, post code, hope to have the experience, and successful implementation of Daniel water
//letter of several: lmc1_SetRotateParam 
//purpose: to set the rotation transformation parameter,
[DllImport (" MarkEzd. DLL, "EntryPoint=" lmc1_SetRotateParam CharSet=CharSet. The Unicode, CallingConvention=CallingConvention. StdCall)]
Public static extern void lmc1_SetRotateParam (double dCenterX, double dCenterY, double dRotateAng);

//dCenterX rotation center coordinates x
//dCenterY rotation center y
//dRotateAng rotation Angle (arc)
//description: in a program called lmc1_ SetRotateParam to set the rotation transformation parameter, all objects in the database specified center rotate,
//return back value: general error code

And I see the header file:
 
//set the rotation transformation parameter
//input parameters: dCenterX rotation center coordinates x
//dCenterY rotation center y
//dRotateAng rotation Angle (arc)
Typedef void (* LMC1_SETROTATEPARAM) (double dCenterX, double dCenterY, double dRotateAng);

CodePudding user response:

O Daniel, all points to is fine

CodePudding user response:

In order to Mr Ozawa teacher, I also need to two waves

CodePudding user response:

I also want to make 2 times development but loading MarkEzd. DLL cannot solve the problems. Brother, can you tell me how to solve?

CodePudding user response:

Every elder brother, you can send MarkEzd DLL and libraries and functions show me? At [email protected]. Thank you, good luck!

CodePudding user response:

Need to cooperate with the hardware interface card, light software doesn't work,

CodePudding user response:

Later, the project is not carried out, so some problems did not solve, sorry for you,

CodePudding user response:

The c + + is what to do,
  •  Tags:  
  • C#
  • Related