Support Board
Date/Time: Tue, 04 Nov 2025 21:09:57 +0000
Post From: User Functions in C++ pro
| [2013-04-06 03:30:21] |
| hairyMug - Posts: 31 |
|
using VS2010 C++, I built my first ACSIL; Works as expected... Following your docs, I created a simple user function: void Init() { ... do something } I have no errors on the code itself except where I attempt to call the function, I get an 'Init': identifier not found So I'm guessing it does not know where the user function is declared?? I am a p/a but have avoided C++,(mostly managed c#), so I Just need a hint. TIA, Walt >> I do have the "include" and "std" noted in your docs |
