Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Question about using .dll compiled by mcc in VC6.0

Status
Not open for further replies.

barcamario

Automotive
Joined
Aug 22, 2006
Messages
1
Location
HK
hello everyone!
I have written a .m file in Matlab M-Editor and compile it into c shared library by using mcc......and then I add it into my VC project, it works well. However, when I compile it into cpp library, when I invoke **libInitialize()in my VC project, I am warned that MSVCR71.dll has an access violation. How should I set the project setting while using C++ library?Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top