Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS General Discussion » using exported functions Collapse All
Subject Author Date
Catalin Hatmanu Aug 15, 2002 - 3:08 PM

In same sample SDIDOCVIEW that came with 2.15 version,on the OnAppAbout method I’ve tried to call a method exported by anoter library. The exported method contain just an AfxMessageBox call. At this moment I received an ASSERT false from method
CExtControlBar::AssertValid

Thanks,
Catalin

Sergiy Lavrynenko Aug 16, 2002 - 12:29 PM

Dear Catalin Hatmanu,

It is not enough information in your message to draw any conclusion about the bugs. Please let me know:

- How does your application use MFC (statically or dynamically)?

- Which Prof-UIS library is used in this application
(e.g. LIB and DLL names like ProfUIS215nd.Dll)?

- How does your DLL use MFC (statically or dynamically)?

- Is it MFC extension DLL or regular DLL?

Catalin Hatmanu Aug 17, 2002 - 5:35 AM

1.My app use MFC dynamically
2.ProfUIS215nd.dll is used
3.My Dll use MFC dynamically
4.The Dll is a regular dll

I can send you the dll , if U want ...

Thank you,
Catalin