----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: Juggernaut3110 Message 1 in Discussion I am making a .NET web service , it is calling a method exported by a c++ legacy DLL. I am not using DllImport ( for some reasons). I am simply copying the Dll to System directory and copying the header file to .NET project's directory. ( as we used to do in vc++ 6) . This method works fine with a test MFC Dll i have created...but when i try to do the same with an existing Legacy DLL i get linker errors 1. error LNK2019: unresolved external symbol _main referenced in function _mainCRTStartup 2. fatal error LNK1120: 1 unresolved externals If anybody can help me out...it would be great Help. ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/bdotnet/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
