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 » ****error open file Prof-UISmd.dll Collapse All
Subject Author Date
Phan Cuong Jan 1, 2005 - 8:13 PM

I create a project from MFC Application Wizard.In file StdAfx.h ->#include<Prof-UIS.h>


+
<TABLE cellSpacing=1 cellPadding=4 align=center bgColor=#000000 border=0>
<TBODY>
<TR align=middle bgColor=#333333>
<TD>File types</TD>
<TD>Paths</TD>
<TD>Visual Studio</TD></TR>
<TR bgColor=#ffffff>
<TD rowSpan=2>Include files</TD>
<TD>.../Prof-UIS/Include</TD>
<TD align=middle rowSpan=4>6.0, 7.0, 7.1</TD></TR>
<TR bgColor=#ffffff>
<TD>.../Prof-UIS/Src</TD></TR>
<TR bgColor=#ffffff>
<TD rowSpan=2>Source files</TD>
<TD>.../Prof-UIS/Include</TD></TR>
<TR bgColor=#ffffff>
<TD>.../Prof-UIS/Src</TD></TR>
<TR bgColor=#ffffff>
<TD rowSpan=3>Library files</TD>
<TD>.../Prof-UIS/Bin_600</TD>
<TD align=middle>6.0</TD></TR>
<TR bgColor=#ffffff>
<TD>.../Prof-UIS/Bin_700</SPAN></TD>
<TD align=middle>7.0</TD></TR>
<TR bgColor=#ffffff>
<TD>.../Prof-UIS/Bin_710</TD>
<TD align=middle>7.1</TD></TR></TBODY></TABLE>


+ I used Prof-UIS freeware 2.27


******* Error*******


can not open file Prof-UISmd.dll


Please help me!!!


Thank you!!!

Technical Support Jan 2, 2005 - 5:56 AM

There are two ways to avoid the problem you mentioned:

  • put the required ProfUIS???.DLL file into the same folder of your EXE file
  • specify the startup folder in the debug settings of your project (set the path to the required ProfUIS???.DLL file)

Phan Cuong Jan 3, 2005 - 4:16 AM

But I don’t find file ProfUISmd.dll in my Computer after I setupped Prof-UIS 2.27 freeware.where are these files?? 

Technical Support Jan 3, 2005 - 9:38 AM

If you have Prof-UIS in the C:\Prof-UIS\ folder, then the following folders contain:

  • C:\Prof-UIS\Bin_600 contains *.DLL and *.LIB files for Visual C++ 6.0

  • C:\Prof-UIS\Bin_700 contains *.DLL and *.LIB files for Visual Studio .NET 7.0 (2002)

  • C:\Prof-UIS\Bin_710 contains *.DLL and *.LIB files for Visual Studio .NET 7.1 (2003)

  • C:\Prof-UIS\Bin_800 contains *.DLL and *.LIB files for Visual Studio 8.0 (2005)

Of course, all these folders are initially empty. This means you should compile the required libraries yourself. Just open the workspace/solution file in the C:\Prof-UIS\Workspace folder and build the MBCS Debug configuration of the profuisdll project.

We also recommend you to read the Getting started with Prof-UIS article at
http://www.prof-uis.com/ArticleRead.aspx?AID=220

Please do not hesitate to contact us if you have any difficulties.