Hi FriendlyFire,
thx for your answer, but you not understand my problem. Sry, its on me. My explanation was not completly.
My program design, need to get the FLS-ID code via a method or similar function, to get the name of the FL Object.
Currently in call the Program FL-ID Scanner, and type in the FLS-ID Code manually. After press the button, the Objectname was deliverd by this program.
My Question is: to get the Object Name in the new program, directly from the .DLL like this program.
One possibility is, to read this binary .DLL file in a data buffer.
But in this way, i need the offset where placed all object’s
The better way is to use a DLL method like FL-ID Scanner.exe
But here i need the Method name, all parameters and parameter types.
g.e.
data:
internal_var_FL_Object_Name type string.
internal_var_FL_Object_Name = xxxxx_dll_object->get_object_name_by_fls_id_code( Knowing_FL_ID_Code)