Posts by Ronaldo Brisola • 41 points
2 posts
-
2
votes2
answers939
viewsA: Load Dynamic DLL (Bemafi32) in Delphi
Following the @zekk tip, I put the Bemafi32.ini file in the C: WINDOWS Syswow64 folder. This way the communication with the DLL worked.
-
2
votes2
answers939
viewsQ: Load Dynamic DLL (Bemafi32) in Delphi
I need help loading the DLL BemaFI32.dll dynamically in the Delphi. My code is like this: function _Bematech_FI_NumeroSerie(NumeroSerie: AnsiString): Integer; var xBematech_FI_NumeroSerie : function…