Beckhoff tcAdsDll.dll Probleme mit Lib Funktionsnamen
Verfasst: 15.07.2012 14:20
Hallo PureBasic Gemeinde,
Mein System: PureBasic 4.60 X86 ; WindowsXP und Windows7
Ich möchte die Beckhoff Dll für eine eigene HMI hernehmen. Mein Problem geht schon bei den Funktionsnamen los.
PureBasic Code:
Rausgekommen ist :
es und ich habe nicht die komischen Zeichen "_ NAME @32".
Danke
Gruß Dristar
Mein System: PureBasic 4.60 X86 ; WindowsXP und Windows7
Ich möchte die Beckhoff Dll für eine eigene HMI hernehmen. Mein Problem geht schon bei den Funktionsnamen los.
PureBasic Code:
Code: Alles auswählen
OpenLibrary(0,"tcAdsDll.dll")
If ExamineLibraryFunctions(0)
While NextLibraryFunction()
Debug LibraryFunctionName()
Debug LibraryFunctionAddress()
Wend
Else
Debug "Funktionen können nicht ermittelt werden"
EndIf
- ?AdsAmsRegisterRouterNotificationEx@@YGJJP6GXJK@ZK@Z
268446541
?AdsAmsUnRegisterRouterNotificationEx@@YGJJ@Z
268446612
?AdsLogFmtString@@YAJPBDK0ZZ
268445272
?AdsSetServerSocketPort@@YGJG@Z
268445295
?AdsSetThreadPriority@@YGXJ@Z
268446664
_AdsAmsPortEnabled@4
268445453
_AdsAmsPortEnabledEx@8
268446520
_AdsAmsRegisterRouterNotification@4
268445322
_AdsAmsUnRegisterRouterNotification@0
268445388
_AdsGetDllVersion@0
268443946
_AdsGetLastError@0
268445312
_AdsGetLocalAddress@4
268444126
_AdsGetLocalAddressEx@8
268445497
_AdsPortClose@0
268444116
_AdsPortCloseEx@4
268445480
_AdsPortOpen@0
268444106
_AdsPortOpenEx@0
268445470
_AdsSyncAddDeviceNotificationReq@28
268445057
_AdsSyncAddDeviceNotificationReqEx@32
es und ich habe nicht die komischen Zeichen "_ NAME @32".
Danke
Gruß Dristar