Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
Sieg
Posts
Comments
C
C#
•
Created by Sieg on 2/6/2025 in
#help
Help me with C++ / C#
AddFunc Add
=
(AddFunc)
GetProcAddress
(hModule,
"Add"
);
AddFunc Add
=
(AddFunc)
GetProcAddress
(hModule,
"Add"
);
It is not working
17 replies
C
C#
•
Created by Sieg on 2/6/2025 in
#help
Help me with C++ / C#
call from c++ program a function in c# program and ONLY check if the result is ok Like: 2 + 2 = 4 But if in my cpp program I get 5 must be a problem So just call and validate
17 replies
C
C#
•
Created by Sieg on 2/6/2025 in
#help
Help me with C++ / C#
I want to check the integrity of the c# program in c++
17 replies