Forum Discussion
YMinaev
13 years agoStaff
Hi,
Your DefineProc call is incorrect. You must specify the return type after parameter types. The return type in your case is vt_void.
Also, passing a custom structure to a function which accepts int as its parameter probably won't work. Pass an integer value instead of a structure to your function.
Your DefineProc call is incorrect. You must specify the return type after parameter types. The return type in your case is vt_void.
Also, passing a custom structure to a function which accepts int as its parameter probably won't work. Pass an integer value instead of a structure to your function.
Related Content
- 6 years ago
- 6 years ago
Recent Discussions
- 4 hours ago