C++ on .Net
Hi,
I have two projects in one solution, I receive linkage error when I call a method from another project. This is the error:
SDSDecoder error LNK2019: unresolved external symbol _RTstart referenced in function "public: void __thiscall CSDSDecoderDlg::OnBnClickedMissile1checkbox(void)" (?OnBnClickedMissile1checkbox@CSDSDecoderDlg@@QAEX XZ)
Can anybody help?
Sam
|