how to load (import) a dll ?

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.

shihchiy

New Member
Feb 1, 2005
15
0
0
I generate a dll named "Mydll.dll" from C++. And there is a function "int GetNumber(void)" in it. How can I access this dll in my .uc file and call the function "GetNumber" ?

Best

Luke
 

shihchiy

New Member
Feb 1, 2005
15
0
0
Besides TcpLink or UdpLink, if there is any way that Unrealscrip can wrap c++ function to do data exchange? Because the data is generated in real-time through some specified C++ code and is desired to be imported to Unrealscript program.

Best

Luke

[SAS]Solid Snake said:
UT or UT2004? If UT2004 you cannot use native code.