cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community email notifications are disrupted. While we are working to resolve, please check on your favorite boards regularly to keep up with your conversations and new topics.

Creating DLL for Mathcad-14 in Dev-C++

ptc-2646378
1-Newbie

Creating DLL for Mathcad-14 in Dev-C++

Hello all! I've tried to create DLL for Mathcad-14 in Dev-C++ compiler, but failed. Output says " [Linker error] undefined reference to `_Z9_CRT_INITP11HINSTANCE__mPv@12' ". What could that mean?
1 REPLY 1

OK, I've found the answer! If you want your project in Dev-C++ to link properly, you just have to comment down all the lines in your code with "_CRT_INIT" cause "the _CRT_INIT function is needed if you are using Microsoft's 32 bit compiler", and Dev-C++ - is not a "Microsoft's 32 bit compiler"
Top Tags